Code: Select all
______________________
| |x <<
| content |x << here
|______________________|x <<
xxxxxxxxxxxxxxxxxxxxxxxxFor some reason, the place marked "here" doesn't want to work right. I got it to work ok with the header by setting a fixed pixel width. But the main body resizes. :/
I've tried the following, and neither work:
Code: Select all
<tr>
<td colspan="e;2"e; rowspan="e;2"e;>content</td>
<td style="e;height: 4px; width: 3px;"e;><img src="e;s5.gif"e; alt="e;"e; /></td>
</tr>
<tr>
<td style="e;width: 3px; background: url('s4.gif'); font-size: 1px; height: 100%;"e;> </td>
</tr>
<tr>
<td style="e;height: 3px; width: 4px;"e;><img src="e;s1.gif"e; alt="e;"e; /></td>
<td style="e;background: url('s2.gif'); font-size: 1px;"e;> </td>
<td style="e;height: 3px; width: 3px;"e;><img src="e;s3.gif"e; alt="e;"e; /></td>
</tr>Code: Select all
<tr>
<td colspan="e;2"e;>content</td>
<td><table cellspacing="e;0"e; cellpadding="e;0"e; style="e;height: 100%;"e;>
<tr>
<td style="e;height: 4px; width: 3px;"e;><img src="e;s5.gif"e; alt="e;"e; /></td>
</tr>
<tr>
<td style="e;width: 3px; background: url('s4.gif'); font-size: 1px; height: 100%;"e;> </td>
</tr>
</table></td>
</tr>
<tr>
<td style="e;height: 3px; width: 4px;"e;><img src="e;s1.gif"e; alt="e;"e; /></td>
<td style="e;background: url('s2.gif'); font-size: 1px;"e;> </td>
<td style="e;height: 3px; width: 3px;"e;><img src="e;s3.gif"e; alt="e;"e; /></td>
</tr>Code: Select all
<td style="e;width: 3px; background: url('s4.gif'); font-size: 1px; height: 100%;"e;> </td>Code: Select all
<td style="e;width: 3px; background: url('s4.gif'); font-size: 1px; height: 100px;"e;> </td>