| GudjonPhoto |
02-21-2009 04:35 AM |
Feed burner image in header problem, Dark Matter free
Hey, I'm trying to put a feedburner button in my header but when i try it goes under all the other links. Any ideas?
Code:
<div id="header">
<ul id="menu">
<li><a href="index.php"><DM_STR_HOME></a></li>
<li><a href="<SITE_BROWSELINK_PAGED>"><DM_STR_COLLECTION></a></li>
<li><a href="index.php?x=about"><DM_STR_ABOUT></a></li>
<li><p><a href="http://feeds2.feedburner.com/GudjonPhoto"><img src="http://feeds2.feedburner.com/~fc/GudjonPhoto?bg=000000&fg=888888&anim=0" height="26" width="88" style="border:0" alt="" /></a></p></li>
</ul>
|