Just a vertical line

<hr> is a Horizontal Line

There are no vertical lines controls but I guess you can make your own using the left or right border of another control like a panel, table or label.
 
just for you. . . a thin black line down the middle of the page

<HTML>
<BODY>
<TABLE cellSpacing="0" cellPadding="0" rules="none" border="0" width="100%" height="100%">
<TR>
<TD width="50%" VALIGN="TOP">
<TABLE cellpadding="10pt" height="100%" width="100%">
<tr>
<td VALIGN="TOP">
Half of the text goes here
<P>
<L> Maybe a list
<LI>Item 1
<LI>Item 2
</L>
</td>
</tr>
</TABLE>
<TD bgcolor="black" style="FONT-SIZE: 1pt"> </TD>
<TD width="50%" width="50%" VALIGN="TOP">
<TABLE cellpadding="10pt" ID="Table1" height="100%" width="100%">
<tr>
<td VALIGN="TOP">
The Other half goes here<P>
How about an image<P>
<IMG src=http://www.julianne-moore.com/images/juliannebg.jpg
height="100%" width="100%">
</td>
</tr>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
 
by the way. . . this makes the line -
<TD bgcolor="black" style="FONT-SIZE: 1pt"> </TD>

it is a side effect of having a black background of a cell in a 100% height table.
Cell must have a   in it.

now. . . here's something to ponder. . . can you think of a way to make it a splitter????

you have until COB friday.

carry on.
 
Back
Top