Click to See Complete Forum and Search --> : Another novice here needs help


Sherrie
09-03-2006, 05:42 PM
Please look at this page: http://www.maugeBG.htm

Look right under the logo at the top of the page (right under "Christian Gifts & Home Decor"). You can see a thin line of the mauve background under it. I have a table within a table here. How can I get them to but up against each other so you can't see the thin line of background color? Thanks.

Sherrie
09-03-2006, 05:44 PM
http://www.thekingsvineyard.com/mauveBG.htm

thanks

JennaWrenn
09-03-2006, 05:54 PM
Have you considered taking out the table within a table and just making the logo area another cell?

Sherrie
09-03-2006, 06:01 PM
It did cross my mind. I think that would entail me making lots of changes on all of the pages of the site though. I was hoping there might be an easier way.

Nedals
09-03-2006, 06:45 PM
Near the top of your html code, you have see this....

....
<td width="775" height="80"><img src="Banner5.jpg" height="150" width="775"><br>
<div align="left">
<table border="0" width="775" cellspacing="0" cellpadding="0" height="50" bgcolor="#FFFFFF"></tr>
....

Add a <br> after your image tag.
You also have a hanging </tr> at the end of the third line shown here