> Of vincent pollard
> 
> i have a table with a bunch of links in it, <a> tags.
> one of the links is long and has no spaces so the <a> tag is pushing out
the
> table beyond it's set width.
> how do i force the <a> to wrap?

You can plug a WBR element in the URL:

averylongurlthatdoesnotwant<wbr>towrapnomatterwhatItry

That should work in IE 6, 7 and Firefox (not Safari); and for Opera I
believe the following would work:

wbr:after {content:"\00200B";}

-- 
Regards,
Thierry | http://www.TJKDesign.com





______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to