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:

Ex.

  <table width="600">

then with your columns:

  <td width="100"></td>
  <td width="500"></td>

I think you also have to take note of your "cellspacing" and "
cellpadding"... (Default is "3", I think.)

And, yes, this has nothing to do with PHP ;)

- E

__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!  http://bb.yahoo.co.jp/


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

Reply via email to