How to set the fixed width in particular <td>in html?
if i entered more than character in this <td>, the <td> content will be adjusted to the given fixed length. dont extend the <td>.

please can u tell me the answer of this problem...

with regards
sundar

Recommended Answers

All 3 Replies

you would do that by adding style attributes.. ie:

<td style="width: 200px;"></td>

if i'm understand you corrently you would only want to adjust a certain point in your <td> so perhaps try using a <span> and wrap that text that you want to use inside the <span></span>.

thanks for u r information... that wrap property can support only IE other browsers didnt support the property tag..
<wrap> tag..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.