2011-12-25, 07:15 AM
I am trying to add words next to my navigation icons in my header. I also would like to center the icons...
For instance, I want "Home" next to the home icon..... All of the navigation links work, I just can't figure out how to add the text...
Here is the pic:
http://img714.imageshack.us/img714/2964/headerfr.jpg
And here is the code:
Any help would greatly be appreciated!!
And Happy Holidays![/quote]
For instance, I want "Home" next to the home icon..... All of the navigation links work, I just can't figure out how to add the text...
Here is the pic:
http://img714.imageshack.us/img714/2964/headerfr.jpg
And here is the code:
<div id="container">
<div id="menu">
<div class="menu-seperator"></div>
<a href="http://www.migunrack.com"><img src="images/home.png" alt="Home" class="menu-item" /></a>
<div class="menu-seperator"></div>
<a href="http://www.migunrack.com/donate.php"><img src="images/upgrade.png" alt="Upgrade" class="menu-item" /></a>
<div class="menu-seperator"></div>
<a href="http://www.migunrack.com/ezgallery.php"><img src="images/icon_gallery.gif" alt="Gallery" class="menu-item" /></a>
<div class="menu-seperator"></div>
<a href="mailto:[email protected]"><img src="images/contact_us.png" alt="Contact Us" class="menu-item" /></a>
<div class="menu-seperator"></div>
<a href="http://www.migunrack.com/search.php"><img src="images/search.png" alt="Habbo Guides" class="menu-item" /></a>
<div class="menu-seperator"></div>
<a href="http://www.migunrack.com/memberlist.php"><img src="images/memberlist.png" alt="Goodies" class="menu-item" /></a>
<div class="menu-seperator"></div>
<a href="http://www.facebook.com/pages/Michigan-Gun-RackCom/115535798564742"><img src="images/fb.png" alt="Facebook" class="menu-item" /></a>
<div class="menu-seperator"></div>
<a href="http://www.migunrack.com/misc.php?action=syndication"><img src="image/rss.gif" alt="RSS" class="menu-item" /></a>
<div class="menu-seperator">
</div></div>
Any help would greatly be appreciated!!
And Happy Holidays![/quote]