page wrap for different browser window sizes

G

Guest

i set up an index page. but when i view it in the browser, it doesn't
automatically readjust the display to fit different browser window sizes. how
do i make the whole page auto wrap?
 
M

MD Websunlimited

Hi Dr. Z,

Create your tables using relative widths, e.g.

<table width="100%">
<tr>
<td width="25%">
Cell 1
</td>
<td width="75%">
Cell 2
</td>
</tr>
</table>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top