Thread: Padding
View Single Post
Old 03-12-2003, 08:23 AM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
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
hope this helps.
sde is offline   Reply With Quote