How do you put a banner on a website?

How to put a banner ad in a website?

  • I need to put a banner in the administrator software which ask for HTML text, picture, Banner name, others, I tried to do it but never saw it on the website. So I'm confused. What would be exactly what I should paste under HTML and what to upload in image, can the image be any picture or need to be a graphic. Please help.

  • Answer:

    To do that, you may wrap a "img" tag with a "a" tag, which is wrapped by a "div" tag with an id like so: <div id="ID HERE"><a href="LINK TO ADVERTISED SITE"><img src="LINK TO IMAGE OF AD" /></a></div> Now, simply do these: replace ID HERE with any ID that you want to give to this ad (for example "my-ad"), because youmay need it later if you want to move this ad to a specific place on you web page with CSS. replace LINK TO ADVERTISED SITE with the link of the site you want to refer to (for example http://site.com) replace LINK TO IMAGE OF AD with the image URL that will appear for the ad. (for example http://somesite.com/someimage.jpg) Then you are done. But, maybe you didn't explain yourself correctly because I couldn't get what you mean when you said: "I need to put a banner in the administrator software which ask for HTML text, picture, Banner name, others, I tried to do it but never saw it on the website." What do you mean by "Administrator software"?

Mia at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.