you can set table-layout:fixed along with font styles.
If that does not work, set some fixed width for hyperlink and wrap that text using this css
<style type="text/css"> .WrappedText { word-break: break-all; word-wrap: break-word; } </style>
set that css class to the extending column.
No comments:
Post a Comment