Menu list on custom...
 
Notifications
Clear all

Menu list on custom skin won't space itself out...

3 Posts
2 Users
0 Reactions
1,616 Views
(@rebecca-ripple)
Posts: 32
Eminent Member
Topic starter
 

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


 
Posted : 23/05/2007 10:26 am
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

<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 &nbsp;

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

 
Posted : 23/05/2007 3:25 pm
(@rebecca-ripple)
Posts: 32
Eminent Member
Topic starter
 

Thank you! That's much better! πŸ˜€


 
Posted : 23/05/2007 5:34 pm
Share: