label wrapping

  • Thread starter Thread starter rodchar
  • Start date Start date
R

rodchar

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
 
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.
 
Back
Top