Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel





seo How To Make A Banner To Your Website With html Code 2013

Seo Master present to you:

Basic code

I would first suggest you set it up so that you can run your banner off of their site. If your banner is being run on their pages, from your server, there are a ton of things that can go wrong. But if you are running your banner on their pages, off of their server, there are still things that can go wrong, just not as many.

Don't get fancy with the code. Don't try to run an applet or any fancy image flip deals. Simple is easiest. Here's the basic code. I feel this is sufficient.

 

<A HREF="www.yoursite.com/yourpage.html">
<IMG SRC="banner.gif" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Come to my page!">
</A>

 

But a lot of people like the onMouseOver look where text pops up in the status bar. I think it's a bit much and might cause problems, but here it is before you ask.

 

<A HREF="www.yoursite.com/yourpage.html" onMouseOver="window.status='TEXT IN STATUS BAR'; return true">
<IMG SRC="banner.gif" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Come to my page!"></A>

 

 

Create free banners online

Create free banners online easily for your Myspace, Youtube, or just about any otherwebsite! Make your own banner and get the html code to display it on other ...

Click Here

Create your own banner at mybannermaker.com!
Copy this code to your website to display my banner!

Untitlesd

 

Follow the instruction and save the html code. It can be used for promotion of your website.

2013, By: Seo Master

Labels:



Leave A Comment:

Powered by Blogger.