View Full Version : HTML tables and the controls therein


EndersG
04-06-2006, 12:55 PM
How do you set the alignment properties of an HTML Table so that, no matter what, regardless of a change in screen resoultion or if someone resizes the browser window, the controls embedded within the table will always be displayed within the same space/distance ratio?

I tried setting the table with to 100% but it doesn't always work. I also made sure the column width within the table haven't already been set in case there was a conflict with the dimension settings. PLEASE HELP.

emartel
05-11-2006, 07:58 AM
Hi,
as far as I can tell the table sizing in html is fluid and depends partly on the parameters you give (your 100%) and on the content. Im just learning CSS and it appears that you have much more control over table structure with CSS. Go to http://www.w3schools.com/css for excellent tutorials on CSS.