a nice style indeed
I installed it on
www.daft-jokes.com
and only have one question ... in the column on the left, in the partners section I changed the text and everything was fine ... however when i change the text so that it displays google and amazon links the header moves to the bottom of the box... any ideas?
the code started as ...
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border: 1px #616161 solid; margin-bottom: 8px;" >
<tr>
<td class="nav">Our Partners</td>
</tr>
<tr>
<td class="thead"></td>
</tr>
<tr>
<td class="alt2" style="padding: 5px;" ><strong><a href="#">Your Link Here</a></strong><br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In eu augue sit amet arcu ullamcorper vulputate.<br />
<br />
<strong><a href="#">Your Link Here</a></strong><br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In eu augue sit amet arcu ullamcorper vulputate.<br />
<br />
<strong><a href="#">Your Link Here</a></strong><br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In eu augue sit amet arcu ullamcorper vulputate.</td>
</tr>
</table>
and was changed to open an iframe to show as ....
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border: 1px #616161 solid; margin-bottom: 8px;" >
<tr>
<td class="nav">Google Links</td>
</tr>
<tr>
<td class="thead"></td>
</tr>
<tr>
<iframe
src ="/sidegoogle.html"
width="100%" height="635">
</iframe>
</tr>
</table>
any help you can give would be appreciated