D
Dave Satchell
I have a web page that I'm haveing a problem with. One of the buttons on
the page doesn't want to appear on machines that have a firewall
enabled. The web page is http://www.nonsubscribers.com/the_forum.htm and
the button is the one in the center of the page at the bottom under the
cartoon image. It says "Enter the Forum". If you can't see it then
disable your local software firewall such as Norton and then do a hard
refresh (ctrl-refresh I think) and it will appear. The code is very
standard and simple and is as follows:
<p align="center">
<a target="_blank" href="http://nonsubscribers.blogspot.com">
<img border="0" src="images/enter_the_forum.gif" width="263"
height="90" alt="Click here to Enter the Forum"></a>
</p>
But with a local software firewall enabled it look like this:
<p align="center">
<a target="_blank" href="http://nonsubscribers.blogspot.com">
</a>
</p>
All of the image definition is missing.
Anybody have any ideas?
Dave.
the page doesn't want to appear on machines that have a firewall
enabled. The web page is http://www.nonsubscribers.com/the_forum.htm and
the button is the one in the center of the page at the bottom under the
cartoon image. It says "Enter the Forum". If you can't see it then
disable your local software firewall such as Norton and then do a hard
refresh (ctrl-refresh I think) and it will appear. The code is very
standard and simple and is as follows:
<p align="center">
<a target="_blank" href="http://nonsubscribers.blogspot.com">
<img border="0" src="images/enter_the_forum.gif" width="263"
height="90" alt="Click here to Enter the Forum"></a>
</p>
But with a local software firewall enabled it look like this:
<p align="center">
<a target="_blank" href="http://nonsubscribers.blogspot.com">
</a>
</p>
All of the image definition is missing.
Anybody have any ideas?
Dave.