Create Page Divider Lines Using Tables.
The height and width is conrtoled by the height and width values you asign to the data cell.


An Orange Line

A Blue Line

A Red Line

A Fat Red Line

Copy code from text box below.

<center>An Orange Line</center><BR> <table align="center" bgcolor="orange" border="0" width="600"> <tr><td width=300 height=.5></td></tr></table><P> <center>A Blue Line</center> <table bgcolor="#0000FF" border="0" width="600"><tr><td> </td></tr></table><P> <center>A Red Line</center> <table align="center" bgcolor="#FF0000" border="0" width="600"><tr><td></td></tr></table><P> <center>A Fat Red Line</center> <table align="center" bgcolor="#00ff00" border="0" width="600" height=15><tr><td></td></tr></table><P> <center>
back to index page