0
How to change the height and width of text inside a table?
4 ответов
0
Using CSS. Height depends on size of font, and width mostly on distance between letters and words.
0
but it changes the size of cell not the width of text..
0
Insert the text into <p> tags and create such styles for it, not for cell.
0
I already do it .. but it was not working .. can you send me code.