Is there an equivalent of the cols attribute for tds?
Ex. (I know this doesn’t work)
<td cols="40"> some text </td>
EDIT: sorry, I meant character limit per row =)
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.
I assume you mean the
colsattribute you can use in textarea element. This would be similar to thewidthattribute.However, this is a deprecated attribute and should be done with styles.