Posted by vunet.us on 06/12/07 19:25
Hello,
I have a link (A tag) inside of a cell. I want this link to occupy the
whole area of the cell, such as width:100%, height:100%.
I cannot seem to come up with a cross-browser example. How would you
do it? Thanks.
<table><tr><td width=70 height=30>
<a href='' style=''>ha</a>
</td></tr></table>
[Back to original message]
|