CodeClerks



Write the reason you're deleting this FAQ

Need banner code

I'd like the code to create banners out of images. Can you please provide the HTML code for a banner that I can modify.

Comments

Please login or sign up to leave a comment

Join
MikeQ
It would be good idea if you search a banner creator tool in Google, you would find many and it is really easy as well.



Are you sure you want to delete this post?

yogesh1991
there is no such html code for creating banner......but like the MikeQ said.....u can find a tool for this.



Are you sure you want to delete this post?

jakemadness
Banner in html? banners are normally files such as swf fla png jpg gif etc. . . . you could style something to look like a banner but it wouldn't relay be a banner XD



Are you sure you want to delete this post?

crazygeek
Banner in html? banners are normally files such as swf fla png jpg gif etc. . . . you could style something to look like a banner but it wouldn't relay be a banner XD

We can create Banner in HTML too ;) using css and jquery



Are you sure you want to delete this post?

jakemadness
We can create Banner in HTML too ;) using css and jquery

But it would be easier to create them as a image file Need banner code



Are you sure you want to delete this post?

crazygeek
But it would be easier to create them as a image file Need banner code

Yes You are right . I just said because title of forum was such.



Are you sure you want to delete this post?

jakemadness
The Css to get you started

.ad_468x60 {
   width: 468px;
   height: 60px;
   border: 1px solid #000;
  background: #2E2E2E;
}
 

and the Html

<a href="http://my-ad.com">
   <div class="ad_468x60">
      //advertisement content here
   </div>
</a>
 

~Jake



Are you sure you want to delete this post?

crazygeek
This is much Pretty Need banner code
Need banner code

<style>
.advertise {
  width: 728px;
  height: 90px;
  border: 1px solid #000;
 background: #2aa4cf;
 text-align : center;
  font-family:Oswald, sans-serif;
  font-size:26px;
  text-transform:uppercase;
    color : #fff;

}
</style>

[HTML]<div class="advertise">
<p>
Advertise here
</p>
</div>[/HTML]



Are you sure you want to delete this post?

jakemadness
This is much Pretty Need banner code
Need banner code

<style>
.advertise {
  width: 728px;
  height: 90px;
  border: 1px solid #000;
 background: #2aa4cf;
 text-align : center;
  font-family:Oswald, sans-serif;
  font-size:26px;
  text-transform:uppercase;
    color : #fff;

}
</style>

[HTML]<div class="advertise">
<p>
Advertise here
</p>
</div>[/HTML]

It all depends on what style the OP wants.



Are you sure you want to delete this post?

LukeRanking
This is much Pretty Need banner code
Need banner code

<style>
.advertise {
  width: 728px;
  height: 90px;
  border: 1px solid #000;
 background: #2aa4cf;
 text-align : center;
  font-family:Oswald, sans-serif;
  font-size:26px;
  text-transform:uppercase;
    color : #fff;

}
</style>

[HTML]<div class="advertise">
<p>
Advertise here
</p>
</div>[/HTML]


yeah it's looks good o_O



Are you sure you want to delete this post?

crazygeek
yeah it's looks good o_O

Glad that you like it Need banner code BTW I can make a custom one for you with webkit animations!!



Are you sure you want to delete this post?

LukeRanking
Glad that you like it Need banner code BTW I can make a custom one for you with webkit animations!!


are you advertise your skill ? Need banner code



Are you sure you want to delete this post?

crazygeek
are you advertise your skill ? Need banner code

I thought you needed Need banner code



Are you sure you want to delete this post?