writing html banner code

umwasim

Beta member
Messages
3
i have a website and i created a banner from one of the sites that builds a free banners but i dont know how to connect my banner to my site, how can i write a code so that i can share banners, can anyone help please??? i dont know anything about html language

thank you
 
What ever site that you've used to generate the banner will probably ask you to host it on your own site in order to save your own bandwidth.
Even if they will host it for you the method for putting it inside of a page is the same.
Code:
<img src="[address]" alt="[text description]">
The text description is not strictly necessary, butit will ive people who use text based browsers something to look at.
 
root said:
What ever site that you've used to generate the banner will probably ask you to host it on your own site in order to save your own bandwidth.
Even if they will host it for you the method for putting it inside of a page is the same.
Code:
<img src="[address]" alt="[text description]">
The text description is not strictly necessary, butit will ive people who use text based browsers something to look at.

if u do not wish to put the banner on your own server you can do it with a image hosting company a good free one is http://photobucket.com/
 
Back
Top Bottom