- Edwin wrote:

Hi,

"Bev" <[EMAIL PROTECTED]> wrote:

[snip]

I wanted to fixed sized cells and that when I type do not increase/decrease the surronding cells.....Can this be done?

[/snip]

Try having your <table> with a fixed width as well:


The reason why html varies the size of cells is to fit in with the resolution of the client's browser. This could be set from 640*480 to 1280*1024 so a fixed cell size will not display well in anything other than what it was designed for. Unless, that is, you want to use some JavaScript (if enabled on the browser) to get the resolution and vary the cell width accordingly (a lot of work), I'd suggest you consider not having fixed width cells.


HTH
Chris




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to