Posts: 44
Name: English Hentai Team
|
Greetings. I'm having a problem with an "a tag".
I have this piece of code at my page:
Code:
<a href="http://website">
<img alt="Alt" src="html_files/x" style="background-color: rgb(206, 207, 206);" border="0" height="90" width="14">
</a>
This works fine in IExplorer (it appears this way):
 (Picture 1)
But not in Opera, nor Firefox (appears this way):
 (Picture 2)
When I delete the "a tag" (so that only the image appears):
Code:
<img alt="Alt" src="html_files/x" style="background-color: rgb(206, 207, 206);" border="0" height="90" width="14">
It displays like Picture 1 in all browsers... But, of course, I need the link... Can anyone tell me how to resolve this problem?
Thanks.
By the way, the website is http://english-hentai.blogspot.com
|