"How's Your Sense of Style?"

Written by Merle


No, I'm not referring to your wardrobe here, but to cascading style sheets, also known as CSS. Developed byrepparttar World Wide Web Consortium, it allows webmasters to separate site layout fromrepparttar 134494 design. CSS is actually a standard for controlling repparttar 134495 appearance of your Web pages. It's essentially a set of rules that, when linked to or embedded in HTML pages, control their appearance.

Right about now you're probably thinking "What's so great about that?" The benefits are numerous -- two ofrepparttar 134496 biggest are:

1) Easy Site Updates: Global site updates will be simpler when you can make all your changes in one place to update repparttar 134497 entire site. It's much better than going through page after page of HTML code. For example, say you have a site made in Times New Roman font and your customer calls you up and tells you he wants Verdana. Can you imagine scrolling through 25 pages or more looking for every incident ofrepparttar 134498 tag and changing it to Verdana? What a nightmare. With CSS you would simply specifyrepparttar 134499 font in one location andrepparttar 134500 change would be implemented site wide.

2) Faster Loading: Your HTML pages will load faster due to cleaner code. All ofrepparttar 134501 extraneous coding will be in a style sheet, leaving less clutter and faster downloading ofrepparttar 134502 site.

So now that you've seen a few ofrepparttar 134503 "benes" to style sheets, let's learn more about them. Let's clarify up front that while both Netscape and Internet Explorer both support CSS from version 4.0 and higher, they don't exactly see eye to eye on CSS and interpret some style properties differently. You'll want to test your pages in both browsers to check and correct any inconsistencies.

So what can you control with CSS? Things like paragraphs

, Headings

, borders, table layouts,Fonts and font colors, text alignment, pixel size, line height, letter spacing, word spacing, font weights, page margins, and even background images; andrepparttar 134504 way they work is a big improvement over just plain old HTML. Are you beginning to seerepparttar 134505 possibilities and just how powerful this can be?

There are three ways to use CSS:

1) Inline: The CSS tags are applied torepparttar 134506 web page itself, to any body element you choose. This is notrepparttar 134507 best method, as you'll have to find each incidence inrepparttar 134508 web site in order to make changes inrepparttar 134509 future.

Example of this:

Text Here Inrepparttar 134510 example aboverepparttar 134511 text would be highlighted yellow.

2) Embedded: The actual CSS code is part ofrepparttar 134512 HTML page placed betweenrepparttar 134513 tags on each page. Again, placingrepparttar 134514 tags insiderepparttar 134515 pages defeatsrepparttar 134516 convenience of CSS and being able to make global site changes from one document, but some do like to use this method.

"Offer Changing Content - 6 quick tips"

Written by Michael Hall


1. Always offer changing content on your site if appropriate it will keep visitors coming back.

2. You can use news links for automated news updates or , another nice features are jokes, quotations, tips. (do a little brainstorming and send them to me)

3. Have you ever revisited a site and wondered whether any thing not readily visible has changed? Put up an "update" or "what's new" section so people don't have to search for new content(the next site is only a click away).

4. Use a tiny image or text link that say "New" or "Update"

5. Put all of your new content atrepparttar top or bottom or in a designated section and don't keep movingrepparttar 134493 section around, again always userepparttar 134494 same location so visitors don't have to search or click away from your page

6. This one is a no brainier ... offer a newsletter with updates or put them in a designated section in your existing newsletter...

Cont'd on page 2 ==>
 
ImproveHomeLife.com © 2005
Terms of Use