how do you determine the width of a table in pixels? can you do it with javascript?
for example:
<table>
<tr> waaadddddupppp </tr>
<tr> yoooooooooooo </tr>
</table>
The width of the table above is set according to the width of the row text How do you determine the width of the table in pixels?
Thanks Dude.
for example:
<table>
<tr> waaadddddupppp </tr>
<tr> yoooooooooooo </tr>
</table>
The width of the table above is set according to the width of the row text How do you determine the width of the table in pixels?
Thanks Dude.
Comment