Building Printer Friendly Pages

Written by Lauri Harpf


Continued from page 1

Next, you'll need to think about page width. If your pages are too wide, they won't fit onrepparttar paper. Width problems are often caused by a layout that contains fixed-width tables. The solution is to either use relative widths, or to make sure thatrepparttar 134509 fixed width is not too large. In order for your pages to print correctly, they should have a maximum width of approximately 600 pixels.

As CSS overridesrepparttar 134510 HTML definitions, it's easy to changerepparttar 134511 size of your tables. For example, defining a relative width of 100% can be done withrepparttar 134512 following class:

.setwidth { width: 100% }

...and don't forgetrepparttar 134513 details! ================================

Your next concern isrepparttar 134514 font. The one you use for screen display might not berepparttar 134515 best one for paper. Sans-serif fonts, such as Arial, are often considered to berepparttar 134516 most suitable fonts forrepparttar 134517 Web. Onrepparttar 134518 other hand, Times New Roman is generallyrepparttar 134519 best solution for printed content.

In addition torepparttar 134520 font style, you'll also need to consider its size. The font has to be large enough so that it can be read easily. However, if it's too large, it'll take up unnecessary space. The optimal size in my opinion is somewhere around 12-14 points.

Consider settingrepparttar 134521 background color to white andrepparttar 134522 text color to black with CSS. Some printers do print background images and colors, which is usually just a waste of ink. Even worse, ifrepparttar 134523 text color and background color are close to each other,repparttar 134524 printout may be impossible to read.

Instead of using a class selector for these modifications, it's usually more comfortable to simply changerepparttar 134525 way in whichrepparttar 134526 text insiderepparttar 134527 BODY tag is displayed. Settingrepparttar 134528 font to black 12-point Times New Roman andrepparttar 134529 background to white can be achieved withrepparttar 134530 following CSS statement:

BODY { background-color: white; font-family: "Times New Roman", Times, serif; font-size: 12pt; color: black }

The final touch ===============

After you've created a stylesheet that is to your liking, link it to your HTML files. To do that, simply placerepparttar 134531 following line betweenrepparttar 134532 and tags:

All that you'll need to do now is to use your new classes inrepparttar 134533 appropriate places and you're set to go. Happy printing!



Lauri Harpf runs the A Promotion Guide website, where he offers free information about search engines, directories and other promotion methods. His site can be found at http://www.apromotionguide.com/


Web Site Start-up and Promotion Guide For Professionals

Written by Milana Leshinsky


Continued from page 1

3. Locate up to 20 e-zines that targetrepparttar same audience that you are. Make sure they accept articles. Create a text file and record their e-mail address (where you will send your articles), e-zine's title and publisher's name.

TIP: If you want to save even more time inrepparttar 134508 long run, enter all this data into a mailing list program so all you would have to do is click "Send" button and your articles will be sent to everyone onrepparttar 134509 list.

Now your web site is set up andrepparttar 134510 promotion strategy is in place. The rest ofrepparttar 134511 plan will have to be implemented weekly to be effective.

4. Write one quality and informative article a week of interest to your target audience and dorepparttar 134512 following:

- Add a resource box torepparttar 134513 article about you & your product - Add TITLE and META tags to it and submit to Search Engines - Post your article on your web site for content - Submit it torepparttar 134514 e-zine list you generated earlier - Submit it to article directories and lists

Here isrepparttar 134515 list of most popular article directories and lists:

http://groups.yahoo.com/group/article_announce http://groups.yahoo.com/group/Free-Content http://www.ezinearticles.com/add_url.html http://www.AuthorConnection.com http://www.internetclinic.org/contact/sub-article.htm http://www.netterweb.com/articles/articlesubmit.htm http://www.webpromote.com/suggest.asp http://makingprofit.com/mp/articles/submit.shtml http://www.mediapeak.com/internetmarketingarticleindex.htm http://www.articlecentral.com/suggest.asp http://www.certificate.net/wwio/auto

5. Locate up to 3 popular forums where your target audience hangs out. Post replies to their questions up to 1 hour a week. Leave your web site link (or specific article link) behind so people know who you are and why they should listen to your advice.

Follow this plan for at least 4 weeks. Make sure your articles are of high quality and offer a solution to a problem that you target customers might be facing. If you articles are published, expect increase in traffic to your web site. And your freebie should take care of capturing your visitors e-mails.

Your follow-up messages should introduce your products or services. As always, make sure your subscribers can leave your list at any time.

Milana Leshinsky is a professional web developer, and the author of web design manuals for beginners: "Create Your First Business Web Site in 10 days" http://www.firstbusinesswebsite.com/?a-consultants "Mesmerizing Website Power" http://www.instantwebanswers.com/?a-consultants


    <Back to Page 1
 
ImproveHomeLife.com © 2005
Terms of Use