I am trying to use the valid way of increasing the height of a row in a table (not all rows just one particular row).
I can get it to work with:
<tr height="30px">
But that is apparently not valid. The suggested way is:
<tr style="height:30px">
But that doesn't seem to do anything. I also tried putting it in the td tag with the same non results.
So how are you supposed to do it when the invalid way works and the valid way doesn't?
Thanks,
Tom
I can get it to work with:
<tr height="30px">
But that is apparently not valid. The suggested way is:
<tr style="height:30px">
But that doesn't seem to do anything. I also tried putting it in the td tag with the same non results.
So how are you supposed to do it when the invalid way works and the valid way doesn't?
Thanks,
Tom