View Single Post
  #4 (permalink)  
Old 07-20-2005, 10:11 AM
MuNKyonline's Avatar
MuNKyonline MuNKyonline is offline
WebProWorld Veteran
 
Join Date: Jun 2004
Location: Suffolk, England
Posts: 777
MuNKyonline RepRank 2
Default

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">
Reply With Quote