Hello everyone,
So I've been working on designing my website for about a month now, and I just added a banner made through photoshop to my site (The banner was added through "Top of Page Ad Editor"). The banner is all good on there, but underneath it is a big black bar that I can't figure out how to make go away (This is the original bar that said "Company Name" when you first start designing). I've messed around with the html code a little and can't get rid of it. Below is the html of my "Top of Page", does anyone have any suggestions on how to make this go away. Any help, would be awesome, Im very new to webdesign. Thanks!
Chris
<style> .toplinks3 {font-family:arial; font-weight:bold; font-size:13px; text-decoration:none; color:#FFFFFF; line-height:15px;} .logo {font-family:arial; font-weight:none; font-size:25px; text-decoration:none; color:#FFFFFF; line-height:28px;} </style> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="middle" bgcolor="#000000"><img src="themes/site_theme3/spacer.gif" width="10" height="50"> </td></tr> </table> </td> </tr> <tr> <td align="right" bgcolor="#990000"> <table width="100%" border="0" cellspacing="0" cellpadding="3"> <tr> <td align="right" class="toplinks3"><a href="index.asp" class="toplinks3">Home</a> | <a href="index.asp?PAGEACTION=COMPANY" class="toplinks3">Company Info</a> | <a href="index.asp?PageAction=Custom&ID=2" class="toplinks3">FAQ/Help</a> | <a href="index.asp?PAGEACTION=CONTACTUS" class="toplinks3">Contact Us</a> | <a href="index.asp?PageAction=LOGIN" class="toplinks3">Customer Login</a> | <a href="index.asp?PageAction=CARTDETAILS&Page=1" class="toplinks3">View Cart</a> </td> </tr> </table> </td> </tr> </table>