[thelist] Auto streching

Chris W. Parker cparker at swatgear.com
Thu Jul 24 11:04:31 CDT 2003


Todd Ballard <mailto:todd at nhive.com>
    on Thursday, July 24, 2003 8:58 AM said:

> Recommendation on a good tutorial to explain how to design a webpage
> with autostretching ability - percentage based table's?

Do you mean "fluid design"?

Percentage based table's is where you start. (But it can also be done
without tables using css.)

<table width="100%">
 <tr>
  <td width="50%">Left</td>
  <td width="50%">Right</td>
 </tr>
</table>

hth,
Chris.
--
9:04am pst


More information about the thelist mailing list