Posts by SFDKO • 3 points
3 posts
-
-1
votes3
answers36
viewsQ: Styling in menus
I’m creating a menu for a classified site, and I wanted to put a rounded border (border-Radius) on the 'publish advertisement' item, using css. I leave my menu code here: <nav class="menu"…
-
-3
votes2
answers35
viewsQ: Set the first page to be loaded by the browser
I’m building a CMS and I have 2 files: the index.php index.php (which is housed in the themes/original folder). You can make the browser load the index.php file (in the themes/original folder)…
-
-3
votes3
answers292
viewsQ: Set title with echo in PHP
I’m having a problem with the CMS I’m creating. I want to set the site title using the php echo function, like this: <?php $ever = json_decode('../json/data.json'); $everthing =…