hello i have a table with <th> i want to do a carriage return when my titlle is long
hello i have a table with <th> i want to do a carriage return
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Either insert a
<br />tag at the place you want the text to wrap or use the CSS stylewhite-space:normalto allow the browser to split the text at a place it thinks best. Since this rarely works well, you should also give the column a specific width so the break appears in a nice place.