Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Image not displaying

Status
Not open for further replies.

ginaj

Programmer
Joined
Sep 8, 2001
Messages
3
Location
AU
Problem can be viewed at Image has been placed in the main This is where the problem is.
####################################################################################
# Subroutine to print footer. #
####################################################################################
sub PrintFooter {

if($copyright_notice eq "yes") {
print<<&quot;END&quot;;
<p><center>
<p><font size=&quot;$size&quot; face=&quot;$font&quot;><small>
<hr noshade>Copyright 2000 Stork Avenue.<br>
<a href=&quot; Avenue Main Page</a>.
</small></font></center></p>$bottom_variable
<br><center>
Please add a link back to Stork Avenue<br>
<img scr=\&quot; width=88 height=31></center>
</body></html>

Any help would be greatly appreciated.
 
Hi,

I am not totally sure about this but is it not because of the slash you have after the image url?

I could be totally off here but try removing this slash.

Hope this helps
Wullie

 
I was able to bring up the image you have (animated gif - 6646 bytes 88x31)by entering the address without the ending slash.
- Omicron -
 
I have tried removing the slashes &quot;\&quot; but still won't show. I can also bring it up by entering the address to it. But it just won't show on the links page. Any other ideas?
 
Omricon ...what can I say..DOH. thank you so much for picking that up. I just couldn't see it.. Problem solved.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top