Blue Click Here Long Bar Button

<h2>Skinny Spaces Need Skinny Buttons<h2>


This button was the first button I created at "Da Button Factory" site, an online App where you can create a variety of rectangular buttons with words printed on them.
I wanted a skinny bar I could insert at the beginning of articles on the Omemee Pigeon eFlyer (a local online news paper I edit) . This editable button from Da Button Factory fit perfectly.

I linked the button to Blogvertize, a free listing site, where potential advertisers can go to look for blogs that are "PR Friendly". If an advertiser chooses your site, you can be paid for writing a blog post  about their product or services and publishing it on your blog. See more about Blogvertize Here.(This is my referral link-I appreciate you using it.)

On :Da Button Factory, you simply type the message you want on the button, then choose the font colour, style, and a number of variations on the style of rectangular button.

From their site:
DA BUTTON FACTORY
A simple and free web app for the creation of appealing buttons, for use in websites, blogs, or really anywhere. Read More about "Da Button Factory" site in my review HERE.

I started a Flickr Button Creations Group for buttons made on Da Button Factory, because the previous group seems to have disappeared. So go make some buttons and add them to the group! See you on Flickr!





Here's the CSS code for this button:
a.button {
   display: -moz-inline-stack;
   display: inline-block;
   width: 613px;
   height: 45px;
   background: url("http://dabuttonfactory.com/b?t=Click%20Here!%20Advertise%20on%20Omemee%20Pigeon%20eFlyer&f=DejaVuSansCondensed-Bold&ts=24&tc=ffffff00&tshs=1&tshc=22222200&it=png&c=12&bgt=gradient&bgc=47c&ebgc=238&be=on&bs=4&bc=569&hp=10&vp=11") no-repeat;
   line-height: 45px;
   vertical-align: text-middle;
   text-align: center;
   color: #ffffff;
   font-family: DejaVuSansCondensed;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-shadow: #222222 1px 1px 0;
}
a.button > span {
   display: -moz-inline-block;
}

No comments:

Post a Comment