Hi,
I want to use table on the web, but how can I set them in pixels (width)?
Rgds,
Rudy
Hi,
I want to use table on the web, but how can I set them in pixels (width)?
Rgds,
Rudy
Subject: Tables on the web in pixel
You can either code them directly in HTML as passthru html on the form, or use the table properties dialog, on the last tab to set widths in pixels. Eg, if you had a 2 column table, width 400px, with each column 200px, you would put width=“400” in “other” in the table tags section, and width=“200” in “other” in the cell tags fo each of the cells.
Regards,
Niall.
Subject: RE: Tables on the web in pixel
Yes this is clear to me, but I’ve 3 colums’(not same size)
I’ll explain my problem a bit more.
I’ve a form with a logo / menu bar
(pixel width 736), I’ve centered it, so it will appear in the middle of the webpage.
Now I want to add fields etc to it, but these should be exact under the logo/menu bar.
(Also keep in mind the difference screen resolutions)
Best way to solve this should be that I create an table 3 colums and the middle colum is 736 pixels the 2 outside colums fill the existing pixels (total pixel size - 736 divide by 2)
Or is their another way to solve this?
Thanks
Rgds,
Rudy
Subject: RE: Tables on the web in pixel
You don’t need a three-column table. You need a table that is 736 pixels wide that is centred on the screen. (And that assumes that you are dealing with browsers old enough that they can’t handle CSS properly.)
Subject: Tables on the web in pixel
HiUse CSS to format the table.
greetings
urs