Thread: Padding
View Single Post
Old 03-12-2003, 05:12 PM   #6 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
Quote:
Originally posted by sde
do you want to split the screen in equal parts, or like the home page of codenewbie? you can always use table padding

something like this would fill the entire screen:
PHP Code:
<table border=0 cellspacing=0 cellpadding=20 width=100height=100%>
<
tr>
  <
td width=150 valign=topleft cell </td>
  <
td valign=topno width hereit will stretch </td>
  <
td width=150 valign=topright cell </td>
</
tr>
</
table

Thats exactly what I needed, just to use the 'height' parameter in the table. Uh duh! =) Thanks again.

Test page.
bdl is offline   Reply With Quote