Quote:
Originally Posted by d-wiz
Thank you for the help mate!
----------------------------------
I thought I'd figured out how to add a new box with the same header as right/left column but now it pulls the footer up. Here is the hmtl code I thought would work, perhaps someine can see where I went wrong:
Code:
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
$usc_left
<td valign="top">
<br>
<table class="tborder" border="0" cellpadding="6" cellspacing="1" width="160">
<tbody><tr>
<td class="tcat">titel</td>
Place content!!!
</td>
$usc_right
</tr>
</table>
|
I have no idea if this is the proper way to do it but. try this :
Code:
<tr>
<tr>
<td class="tcat">your title here</td>
</tr>
<td class="alt1">
This is where content will go.
</td>
</tr>