How can i force a cell width?

liunx

Guest
i have a calendar and each day is a cell. each day can contain events. i am trying to limit the input so that the event wont be too wide and force the cell to be wider. currently if i have 9 W's the cell gets wider. how can i make it so that the cell does not get bigger than its predetermined width of 105? even if the content within it is wider?<!--content-->Well, I suggest you put a table inside the cell and set the width to 100% and still set the widts of the cell to 105 or whatever width you want. This should not allow the cell to get bigger. I dont know if it will work but just try is and let me know if it does.<!--content-->well, you need to set the overflow to hidden: Style="Overflow: Hidden"<br />
<br />
because if the data doesn't contain any spaces.... "wwwwwwwwwwwwwwwwwwwwwwwwww" it wont wrap no matter what you do.<!--content-->
 
Back
Top