How To Make Money Hubpages

how to make money hubpages
How to make a header like hubpages?

I want to create a header like what is on Hubpages.

The part where it says: Publish Easily….Get Traffic …….Earn Money. Is there a way to make something like this for my website? Please help

Someone told me to use either photoshop or GIMP and then use a table or css to style it into position. Could someone give me some instructions

You can use the following sites to make your header/banner/logo:

Free online sites to make banners:

http://www.creatingonline.com/image_editing/animated_banner_maker.htm

http://www.webweaver.nu/tools/simple-banner/

http://www.coder.com/creations/banner/banner-form.pl.cgi

http://www.bannerfans.com/banner_maker.php

http://www.mybannermaker.com/

http://www.puresilva.com/banner_maker.asp

http://www.bannercreator.nu/banner-maker.html

http://www.angelfire.com/biz/WLAW/banner.html

http://www.banner-generator.net/en/bannergen.php?pid=1&genaction=2

http://www.animationonline.com/

Without knowing the size of header, I’ll just say use CSS for a div container. Set the image as a background for the div, give the div the same width/height of the image. Be sure to set an id selector name for the div. Example:

CSS -

#header {
width: XXpx;
height: YYpx;
margin: 0 auto;
background: #fff url(path to image) no-repeat center scroll;
}

HTML:

That’s pretty much it except for tweaking.

Ron

Make Money with Hub Pages


You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>