quote:
Originally posted by DaN00b
This is what I used but it doesnt come up....
<p align="center"><a href="http://www.msgplus.net" target="_blank" style="text-decoration: none">
<img src="http://files.msgplus.net/images/getmsgplus_bannerbig.gif" border="0" width="468" height="60">
<br><font color="#808080" style="font-size: 9pt">Improve your Messenger experience for free at www.msgplus.net</font>
</a></p>
Nothing is wrong with the code. Best thing you can do is go to
promotion page, scroll down to the image you want (in your case the second from below)..rightclick the image itself, choose "save image as" and store it on your computer.
Now upload the image to your site, f.e. in a folder you call "images" and change:
<img
src="http://files.msgplus.net/images/getmsgplus_bannerbig.gif" border="0" width="468" height="60">
to:
<img
src="images/getmsgplus_bannerbig.gif" border="0" width="468" height="60">
I used "images/ in this case as an example, it stands for the path to the image (in this example the folder "images" is in the rootdirectory of your website).
By doing this the image will show even when msgplus.net is down (rare, but it happens). I've done the same on my site, it wouldn't show up onthere either (all i saw was a red cross).