Gossamer Forum
Home : Products : Gossamer Links : Discussions :

HTML help....

Quote Reply
HTML help....
Could I get a little help from you HTML experts, I am useless at this stuff.

All I am trying to do with the Luna template is to put a white 'content frame' in the left hand sidebar so that it looks the same as the main content panel (except not as wide, obviously). Basically I copied the shadows code so I have this:


<div id="contentwrapper" class="shadowleft">
<div class="shadowtop"><div class="shadowtopleft"></div><div class="shadowtopright"></div></div>
<div class="shadowright">
<div id="content">

<table border="0" cellpadding="1" cellspacing="0" bordercolor="#000000" style="border: 1 solid #57594B" bgcolor="#FFFFFF">
<tr>
<td>
various-table-content blah blah blah
</td>
</tr>


</table>
</center>
</div>
</div>

<div class="shadowbottom"><div class="shadowbottomleft"></div><div class="shadowbottomright"></div></div>
</div></div>
</div>


Seems too many </div>'s to me but the table doesn't display properly otherwise and although this works with IE it doesn't in Netscape, where the left content panel sits on top of everything else, even the footer. I haven't quite got the hand of these new-fangled div tags yet or even css so I was hoping someone could save me a few hours of trial and error to put it right.

Thanks Smile
Subject Author Views Date
Post HTML help.... Triffid 1258 Jun 8, 2005, 11:39 AM