Posted by bennett.sean on 12/11/05 10:09
Hi, what I want to do is as follows via html:
-------Contact---------------------------------------------------------------------
-------Classes---------------------------------------------------------------------
--------Other Stuff Goes
Here------------------------------------------------
In otherwords,
1) a fixed width line at the start,
2) a title
3) a variable width line which makes the entire thing always the same
width in pixels
I've tried the following unsuccessfully:
<table>
<tr>
<td width = "50">
<hr />
</td>
<td width = "150">
Contact
<hr />
<td>
<hr width="600"/>
</td>
</tr>
</table>
[Back to original message]
|