Quote:
Originally Posted by Lynne
I'm terrible at talking html without doing it. I'm a trial and error htmler. But, right now you have:
Code:
<table><tr><td>
<div>banner</div>
<div>navbar and content</div>
<div>footer</div>
</td></tr></table>
I might try:
Code:
<table><tr bgcolor="matching-blue-banner-color"><td>
<div>banner</div>
</td></tr>
<tr><td>
<div>navbar and content</div>
<div>footer</div>
</td></tr></table>
|
Ok thanks Lynne, so would this be for my HEADER template? This is what I have at the moment for it...
Code:
<table width="90%" align="center" cellspacing="0" cellpadding="0"><tr><td>
<style>
<!--
a {text-decoration:none}
//-->;
</style>
<!-- logo -->
<div align="center" width="100%">
<a name="top"><a href="http://www.theparentingsanctuary.com.au/forums"><img src="http://www.theparentingsanctuary.com.au/rainbowbanner.png"></a></div>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
Or am I looking at the wrong file?
Cheers
ETA: Got it!!! I think it looks much better now!! Thanks so much for your help Lynne, really appreciated