hey all,
i have a label inside an html table cell and was wondering if someone could
please show me how to force it to wrap at a certain width?
thanks,
rodchar
coolCoder - 03 Dec 2007 15:05 GMT
> hey all,
> i have a label inside an html table cell and was wondering if someone could
> please show me how to force it to wrap at a certain width?
> thanks,
> rodchar
Make the table cell of fixed width. And also make sure that the text
you have in label contains some spaces (Atleast 1)
Hope this helps.
You can try using CSS.
rodchar - 03 Dec 2007 15:23 GMT
thank you this helped. i was missing the space in the field.
> hey all,
> i have a label inside an html table cell and was wondering if someone could
> please show me how to force it to wrap at a certain width?
> thanks,
> rodchar