| Author |
Message |
robinincarolina
Joined: 11 Mar 2009 Posts: 538
|
#1 · Posted: 10 May 2009 14:16 · Edited by: robinincarolina
Ok, I have been working and working on this blog, next I will do a real site, but in the meantime all this html stuff is killing me. I have no clue how to do the linking of a banner in my website. On my affiliate site there is all this code stuff. I am not sure what it means let alone how to put it on there. Any help would be great. Thanks again all.
__________________
|
coolgoose Forums Member
Joined: 5 Apr 2009 Posts: 26
|
#2 · Posted: 10 May 2009 19:11
Hey robin!
I really wish i can help you, but i tried searching-it-out and i found nothing...hope you find help!!!
BUT, i'm always here to help...sorry.
Later,
CoolGoose~
__________________
|
mountainmom5
Joined: 30 Aug 2007 Posts: 3093
|
#3 · Posted: 10 May 2009 19:20 · Edited by: mountainmom5
go to the layout part of your blog and use the add a gadget feature ... they are usually on the side and / or bottom. Then use the HTML/JavaScript option... remember that you can not break your blog and you can always edit it later if you mess up. Go play with it.
edited to add that you need to copy and paste the html code from your affiliate site into the box of the html/javascript box and it will automatically change to a banner when you publish it.
__________________
|
cherie27 Forums Member
Joined: 27 Nov 2007 Posts: 676
|
#4 · Posted: 10 May 2009 20:44
Alternative way - you can put the banner in the post.
__________________
|
robinincarolina
Joined: 11 Mar 2009 Posts: 538
|
#5 · Posted: 10 May 2009 20:45
It keeps giving me an error message, but I will keep trying. It won't alow < whatever that means.
__________________
|
Newbie Shield
Joined: 22 Sep 2007 Posts: 2226
|
#6 · Posted: 10 May 2009 21:47
Hi Robin,
If you have any HTML questions, you can look at W3schools:
http://www.w3schools.com/
If all else fails, remember to treat the banner as an image by using the image tag <img src="url" />.
Notice that it's a singleton tag. It has no closing tag. Within the tag you can also specify attributes such as width, height, borders, and alternate text (in case the image fails to display).
Just remember to include the whole path to the image. Usually affiliate banners have it set up for you and you don't have to adjust anything. Just make sure that your affiliate I.D. is correct.
Good luck,
~Newbie Shield~
|