Post by 10incher on Feb 26, 2020 12:27:33 GMT -8
Hello, have had this issue for a very long time now, finally want to get it fixed up. It seems that in my forum wrapper under my themes, I cannot get any of the images I am linking to outside the forum to show. They are stored on my personal website and pretty sure that's not the problem from tests I have run. They show fine when I type in the direct url to the images, just not whilst inside the code on my forum. Here is one example:
Shows up as an empty box as you can see on my forum here (Should be the top banner):
www.action-figures.ca/images/header-forums-950.jpg
actionfiguresca.proboards.com/
I have other images that I am using as forum buttons and avatars that do not show as well. Any thoughts or advice on this?
insert code her <div id="banner-container" role="banner">
<img src="http://www.action-figures.ca/images/header-forums-950.jpg" width="950" height="100" border="0" usemap="#Map" alt="Action Figure Archive">
<map name="Map">
<area shape="rect" coords="707, 82, 771, 94" href="http://www.action-figures.ca/articles/writers_corner.php" alt="Writers Corner">
<area shape="rect" coords="355, 81, 449, 94" href="http://www.action-figures.ca" alt="Vintage Action Figure Guide">
<area shape="rect" coords="488, 81, 580, 94" href="http://www.action-figures.ca/catalog" alt="Vintage Action Figure Store">
<area shape="rect" coords="621, 82, 667, 94" href="http://actionfiguresca.proboards.com/index.cgi" alt="Action Figure Message Board">
<area shape="rect" coords="811, 82, 849, 95" href="http://www.action-figures.ca/links.htm" alt="Collector Links">
</map>
<h2 id="banner">
$[forum.title]
</h2>
</div>e
Shows up as an empty box as you can see on my forum here (Should be the top banner):
www.action-figures.ca/images/header-forums-950.jpg
actionfiguresca.proboards.com/
I have other images that I am using as forum buttons and avatars that do not show as well. Any thoughts or advice on this?