PDA

View Full Version : Feed burner image in header problem, Dark Matter free


GudjonPhoto
02-21-2009, 04:35 AM
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?

<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&amp;fg=888888&amp;anim=0" height="26" width="88" style="border:0" alt="" /></a></p></li>
</ul>

Dkozikowski
02-21-2009, 05:08 PM
Remove the <p> and </p>

GudjonPhoto
02-22-2009, 11:16 AM
Great, thanks, that worked :D