Good morning!
I've been having an HTML problem with a skin I made for my site. It's a skin named 2Fandom, located here: http://ff.2fandom.com/
I finally got the link menu on one line, but how do I put space between each menu item? If I'm being confusing, tell me and I'll try harder to explain.
Thanks again!
Rebecca
<div><div id="menu"><ul><li id="menu_current"><a href=""index.php"" title="Home" id="current">Home</a></li><li ><a href=""browse.php?type=recent"" title="Most Recent">Most Recent</a></li>
Try adding spaces after the variables like {home}, or more than one space. If that doesn't work, try
You could also edit the css. This says to list them all after each other:
li { display: inline; }
Add some padding and spacing.
Also, menu_current isn't even on your css file. You can use that to style the div.
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
Thank you! That's much better! π
