News:

Help keep this project going by donating or buying adseller pro

Main Menu
Coinbase

Personal Banner

Started by krausen, September 03, 2007, 09:37:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

krausen

I know there have been numerous topics on this and I have a head ache from trying to figure this out.   I have ZERO coding knowledge and have been looking at numerous html websites trying to figure this out.

Can someone tell me in complete idiots terms how I can take a php banner I have saved on my computer and transfer it to content so it will display on my forum??

Thanks for being patient with me.

jerm

php banner? What do you mean? Do you have code, and if so what is it?

krausen

Let me think of how I can explain it better.   I have a banner.  Right now it is just a photo saved on my computer.  I want to add it to SMF using the Ads program but I do not have the content to make it a live banner.  I am hoping someone could explain to me how to make the content so the banner can be live.   I have zero code experience besides just copying what others have informed me to do.

Sorry if I am not explaining this well, not sure what the right terms are for this.

Matt J

I am interested in this topic also.

I just installed the Ad Mgmt mod and I want to start adding Ad's but I'm not sure how to format them in HTML to make it work...

can someone possible link some of "normal" code for a banner at the top, under the navigation bar, etc. so that maybe we can use the same code and just insert or jpg's or gif's?

sorry if this is on the wrong track, like the other poster I don't have any experience with code

Matt J

I just took notice that the banner on this page is a 500 x 100 png

is this the best file type for me to change my banner into?

krausen

Here is the code I am using for the banner.   It just shows up as a box with a X in it currently.

<a href="http://www.gotkf.com/">
<img border="0" src="/images/banner.php.png" width="150" height="50">
</a>

What am I missing?

jerm

This part is probably wrong: src="/images/banner.php.png"
Use the full path to the image.

krausen

that fixed it.   Thanks a bunch.