PDA

View Full Version : problem with coding



shahabr
07 Jan 2010, 07:29 PM
hi guys, wondering if someone can help.

just created this site using coffee cup template (yes i am a novice) and i cant seem to add another link to my toolbar, it keeps going onto the second line, ive tried the coding and WYSIWYG and still doesnt work....cant figure it out

its just on the front page of cheap3d.net

here is my code

<UL style="WIDTH: 96.97%; HEIGHT: 70px" id=navigation>
<LI><A style="WIDTH: 177px; HEIGHT: 43px" href="index.html">Home</A> </LI>
<LI><A style="WIDTH: 178px; HEIGHT: 43px" href="3dtvnews.html">3d TV news</A>
</LI>
<LI style="WIDTH: 307px; HEIGHT: 103px"><A style="WIDTH: 304px; HEIGHT: 43px"
href="contact-us.html">Contact Us &amp; Free link directory</A>&nbsp; <A
style="WIDTH: 195px; HEIGHT: 43px" href="3dTVClipsPics.html">3dTV
Videos</A></LI></UL></DIV>

and navigation is
#navigation {width:100%; height:52px; margin:0; border-right:1px solid #000; border-left:1px solid #000; border-top:1px solid #000; background:url(../images/nav_bg.png) left top repeat-x}
#navigation li {float:left; display:inline; height:52px; font-size:.9em; text-transform:uppercase; border-left:1px solid #000; border-right:1px solid #1f1d1d}
#navigation li a {display:block; height:22px; padding: 15px 35px; text-align:center; text-decoration:none; color:#d7d4d4}
#navigation li a:hover {color:#fff}