You can set the height of a table using pixels. The viewable screen is about 420 pixels high. You could use "height="600px" for example.
css for the hr:
hr {color: #990000;} <-- would make it red.
For the doc type put this at the top of the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|