Originally Posted by Cuervo
Is there a way to limit an islands witdh regardless of the content in it?


you can inline style css for max-width to prevent all BUT IE6 from breaking... (i do this for the shoutbox where peeps like to post [just for 'fun'] long unbroken strings..) -- of course there is server side solution for that too, which is in shoutit.inc.php.. to chop at certain strlen before it hits the browser..

for IE6, you can still get by with a css expression.. there are examples on the web for this method..

that works too, but once again it is only because IE6 blows {insert expression of choice here}