Grizzley g
New member
<table class="table">
<tr><td><a href="bbq.html"><img src="img_table_2.png" width="136" height="40" hspace="8" vspace="2"></a></td></tr>
<tr><td><a href="#"><img src="img_table_1.png" width="136" height="40" hspace="8" vspace="2"></a></td></tr>
</table>
When I do this, Safari and Chrome do not show borders, but FF and IE show blue borders around those two images. How can I get them off? I've tried a couple css things like margin:0px but I don't think I'm doing the right thing somewhere.
How would I correct it? I mean get the blue borders off?
Also, does IE not understand "textarea"?
I've added the </textarea>.
Chrome, Safari, FF understand the textarea, however it does not show up in IE.
<tr><td><a href="bbq.html"><img src="img_table_2.png" width="136" height="40" hspace="8" vspace="2"></a></td></tr>
<tr><td><a href="#"><img src="img_table_1.png" width="136" height="40" hspace="8" vspace="2"></a></td></tr>
</table>
When I do this, Safari and Chrome do not show borders, but FF and IE show blue borders around those two images. How can I get them off? I've tried a couple css things like margin:0px but I don't think I'm doing the right thing somewhere.
How would I correct it? I mean get the blue borders off?
Also, does IE not understand "textarea"?
I've added the </textarea>.
Chrome, Safari, FF understand the textarea, however it does not show up in IE.