you could use css word-wrap attribute to control this.

i.e. word-wrap: break-word;

Best Wishes

Paul Roberts
mail at paul-roberts dot com
++++++++++++++++++++++++

----- Original Message ----- 
From: "Bobo Wieland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 29, 2003 10:37 AM
Subject: [PHP-WIN] Tables (might be OT)


When using dynamic content, like PHP interacting with MySQL it is easier to
use tables then anything else. But tables will get you into trouble! If
someone enters a really long word the tablecell will expand so that the
hwole word will be shown.

Is there some way I can prevent this? With html, php or css? I've tried
style='overflow:hidden' but it didn't work...



.bobo


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





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

Reply via email to