Shoutbox

Question For Patchou - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: General (/forumdisplay.php?fid=11)
+---- Forum: General Chit Chat (/forumdisplay.php?fid=14)
+----- Thread: Question For Patchou (/showthread.php?tid=43819)

Question For Patchou by DaN00b on 04-28-2005 at 09:02 PM

I am trying to promote Msg plus, but there is a problem the Picture on the banner is not showing up. Did i put it in wrong or not?


RE: Question For Patchou by Pr0xY on 04-28-2005 at 09:07 PM

Are you talking about in your Signiture?  If so read this little help tutorial.  It tells you how MyCode works. :)


RE: Question For Patchou by wj on 04-28-2005 at 09:08 PM

I would guess he is talking about the contest banners.


RE: Question For Patchou by DaN00b on 04-28-2005 at 09:12 PM

No i mean I am putting a Msgplus banner on my site and The picture isnt showing up and all i can see is the text below that says Improve your Messenger experience for Free at www.msgplus.net


RE: Question For Patchou by wj on 04-28-2005 at 09:41 PM

code:
<a href="http://www.msgplus.net/download_contest.php?id=53" title="Click here to download Messenger Plus! 3.50 and participate in the Launch Party Giveaway!"><img border="0" src="http://files.msgplus.net/contest/promote/msgplus468banner1.gif" width="468" height="60" alt="Messenger Plus! 3.50"/></a>

Is the HTML code you are using something like that?

Can you post the code you used?
RE: Question For Patchou by XA04 on 04-29-2005 at 12:28 PM

Is/was doing the same for me, i just grabbed the image and uploaded it to imageshack.ws


RE: Question For Patchou by Pr0xY on 04-29-2005 at 03:11 PM

quote:
Originally posted by XA04
Is/was doing the same for me, i just grabbed the image and uploaded it to imageshack.ws
Make sure you link the image to your contest link if your doing that. 

RE: Question For Patchou by DaN00b on 04-30-2005 at 03:23 AM

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>


RE: Question For Patchou by Mike on 04-30-2005 at 05:38 AM

Upload the image to http://www.imageshack.us :)

A question: Are you using Norton Internet Security for a firewall?
If so, if you disable it, you will be able to see the images :)


RE: Question For Patchou by mwe99 on 04-30-2005 at 09:51 AM

When i type your code in and save it, it appears.

Could there be a html limit on your website? Or something in the code the host doesn't like?


RE: Question For Patchou by Chris4 on 04-30-2005 at 09:30 PM

What host are you using?


RE: Question For Patchou by BEWARE^^ on 04-30-2005 at 09:54 PM

quote:
Originally posted by mwe99
When i type your code in and save it, it appears.

Could there be a html limit on your website? Or something in the code the host doesn't like?

normally there isnt a html limit on a website but some of them have a html text limit

quote:
Originally posted by chris4
What host are you using?

its a sponsor hosting system
RE: Question For Patchou by Sunshine on 04-30-2005 at 10:29 PM

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).