anchoring the Tables

P

Phil

Hello,
Does anyone know if it's possible to anchor the Table
dimensions, so that when I change the text size, the
Table doesn't get wider. Thank you....
 
K

Köck Matthias

Hello,
Does anyone know if it's possible to anchor the Table
dimensions, so that when I change the text size, the
Table doesn't get wider. Thank you....

Try to lock the table using an absolute width, like:
<table width=500 border=2>
<tr>
<td width=200>...</td>
<td width=300>...</td>
</tr>
</table>
This table must be 500 pixels with. Its two cols are 200
and 300 pixels with.

Or: Menü - Table settings - Width (pixels)

Köck Matthias
 
P

Phil

Thank you.

I set the width under Table Prop., but its not helping.
This is not locking the table. When I change the view to
bigger or biggest, the table borders change. They are
anchored in the smallest, smaller and medium view. All
my pages are set the same, but for some reason my index
page is anchored throughout, but not the other pages.
Help?
 

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