if you are going and using tables, you can set the table width to percentages, like 100%, 50%, etc
then you go ahead and set the td widths in percents, or you can set them to absolute pixel widths like "80" "150", etc to make sure that everything shows up like you want it to
you set something as <td witdh="100"> if you want it to show up as 100 pixels all the time, but <td width="100%"> if you want it to take up the whole page and adjust itself
Main Topics
Browse All Topics





by: CrYpTiC_MauleRPosted on 2004-06-25 at 05:52:13ID: 11397906
Make your layout according to 800x600 and set the elements widths using percentages. So larger screensize will make the element expant to the proper percentage.
Regards,
Nick