Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming > HTML
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 12-28-2005, 09:53 PM   #1
pairbrother
Regular Member
 
pairbrother's Avatar
 
Join Date: Dec 2005
Location: India
Posts: 222
pairbrother will become famous soon enough
Send a message via Yahoo to pairbrother
Default 7 Reasons Why Using CSS is a Must

7 Reasons Why Using CSS is a Must

I found this pretty good article outlining why CSS is better then HTML tables and the like.

Quote:
Reason #1 Present Data Logically
When you use CSS in the layout of your website you can present your data in a logical way and CSS can then manage how the information appears. This is significantly easier than other methods and is one reason why CSS is a must.

Reason #2 More Options
With CSS you have more options for changing the location of information on your screen. This is important for a variety of reasons, especially if you anticipate the need to change columns or links at some time.

Reason #3 Complements HTML
Another reason CSS is a must is because it complements HTML. HTML and CSS alone both have weaknesses, but when used together your website design will be significantly stronger.

Reason #4 Editing
You can edit your website design if you need to for whatever reason without that much hassle if you are using CSS. All you do is go in and edit the definition. This is a lot easer than searching and replacing of years past.

Reason #5 Faster
When you use CSS your pages not only load faster but they also can be scrolled quicker than ever before. This is a huge deal to most web surfers as well as webmasters because speed is a huge implication in whether someone stays on your page or moves on. CSS increases speed, and as a result is a tool you must learn how to use.

Reason #6 Print
When you use CSS you can also include a printer friendly version of the website that makes it easier to print and can eliminate color, images, and other things that do not print easily.

Reason #7 Control
If you have been working with tables for layouts you are probably tired of the guessing that goes on. However, with CSS you have more control and can issues commands and know exactly where the result will appear, rather than guessing. This is in itself makes CSS a must have.
The author of this article comes from http://www.powertraffictactics.com/, and you can find more about him on that website.
pairbrother is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 12-28-2005, 10:19 PM   #2
Zack
Junior Guru
 
Zack's Avatar
 
Join Date: Dec 2005
Location: North Carolina
Posts: 759
Zack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to behold
Send a message via MSN to Zack
Default Re: 7 Reasons Why Using CSS is a Must

Can you lead me to the exact page? I might want to add it to my CSS database of links (my tut).
HTMLGuy
__________________
yaxal releases '07
Zack is offline  
Old 12-29-2005, 07:14 AM   #3
pairbrother
Regular Member
 
pairbrother's Avatar
 
Join Date: Dec 2005
Location: India
Posts: 222
pairbrother will become famous soon enough
Send a message via Yahoo to pairbrother
Default Re: 7 Reasons Why Using CSS is a Must

I got it from here, maybe even that is not exact. But there are a lot of similar articles on that site
pairbrother is offline  
Old 12-29-2005, 01:46 PM   #4
Zack
Junior Guru
 
Zack's Avatar
 
Join Date: Dec 2005
Location: North Carolina
Posts: 759
Zack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to behold
Send a message via MSN to Zack
Default Re: 7 Reasons Why Using CSS is a Must

Thanks, and added!
HTMLGuy
__________________
yaxal releases '07
Zack is offline  
Old 12-29-2005, 03:01 PM   #5
rohan2kool
Member
 
rohan2kool's Avatar
 
Join Date: Dec 2005
Posts: 132
rohan2kool will become famous soon enough
Default Re: 7 Reasons Why Using CSS is a Must

One more reason: When you use lot of tables and all that stuff, chacnes of validation go down considerably. Using CSS and HTML together your chances of getting your page validated is much higher. For ex. A site I was making returned 122 errors with the W3C validator. A member called trollop at Opera forums, re-did the same layout using only CSS and <div> and presto!!! it was validated and I don't remember a single thing that was different.

P.S: Also, the code now shrunk to almost 60% of it's original size.
rohan2kool is offline  
Old 01-02-2006, 06:02 PM   #6
AidenJ
Regular Member
 
AidenJ's Avatar
 
Join Date: Dec 2005
Posts: 103
AidenJ will become famous soon enough
Default Re: 7 Reasons Why Using CSS is a Must

I am still struggling to learn CSS. I used to do a lot of html coding but back then CSS did not even exist. So I have slowly been getting into CSS.

Anyways, I am interested in point #6. What is an easy way to create a printer friendly page with CSS? Anyone have any examples or tips on doing this?
AidenJ is offline  
Old 01-02-2006, 07:08 PM   #7
Zack
Junior Guru
 
Zack's Avatar
 
Join Date: Dec 2005
Location: North Carolina
Posts: 759
Zack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to behold
Send a message via MSN to Zack
Default Re: 7 Reasons Why Using CSS is a Must

http://www.ericmeyeroncss.com/projects/06/
HTMLGuy
__________________
yaxal releases '07
Zack is offline  
Old 01-03-2006, 10:17 AM   #8
rohan2kool
Member
 
rohan2kool's Avatar
 
Join Date: Dec 2005
Posts: 132
rohan2kool will become famous soon enough
Default Re: 7 Reasons Why Using CSS is a Must

the easiest way is include a CSS script in a html page containing no images, forms, rules etc. and only and only text. With the css, you can make the page to appear completely monochromatic that is only in black and white so dot matrix printers can print it too. As for inkjets[colour] and laser[b/w & colour], they can print anything.
__________________
Eat healthy, Stay Fit, Die Anyway.
--==--
If there is a man who knows everything about women, there is a Windows distribution without bugs.
rohan2kool is offline  
Old 01-03-2006, 11:41 PM   #9
DogFaceBoy
iWEBTOOL Staff
 
DogFaceBoy's Avatar
 
Join Date: Dec 2005
Location: Canada
Posts: 207
DogFaceBoy is a splendid one to beholdDogFaceBoy is a splendid one to beholdDogFaceBoy is a splendid one to beholdDogFaceBoy is a splendid one to beholdDogFaceBoy is a splendid one to beholdDogFaceBoy is a splendid one to beholdDogFaceBoy is a splendid one to beholdDogFaceBoy is a splendid one to behold
Send a message via AIM to DogFaceBoy Send a message via MSN to DogFaceBoy Send a message via Yahoo to DogFaceBoy
Default Re: 7 Reasons Why Using CSS is a Must

Very nice article, thanks.
DogFaceBoy is offline  
Old 01-05-2006, 08:38 PM   #10
AidenJ
Regular Member
 
AidenJ's Avatar
 
Join Date: Dec 2005
Posts: 103
AidenJ will become famous soon enough
Default Re: 7 Reasons Why Using CSS is a Must

Quote:
Originally Posted by htmlguy


Ah thanks. I always thought it might be more involved, but now seeing examples it all makes perfect sense. I can definately use this on a few of my sites. Thanks for the information.
AidenJ is offline  
Old 01-08-2006, 11:38 PM   #11
Zack
Junior Guru
 
Zack's Avatar
 
Join Date: Dec 2005
Location: North Carolina
Posts: 759
Zack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to behold
Send a message via MSN to Zack
Default Re: 7 Reasons Why Using CSS is a Must

No problem.
HTMLGuy
__________________
yaxal releases '07
Zack is offline  
Old 02-15-2006, 05:09 AM   #12
indiangirl
Senior Member
 
indiangirl's Avatar
 
Join Date: Jan 2006
Location: Indian
Posts: 272
indiangirl will become famous soon enough
Default Re: 7 Reasons Why Using CSS is a Must

I wasn't much favour of using CSS in website. Recently I began to try it out.After reading your article, I think it is Must.
indiangirl is offline  
Old 02-17-2006, 07:30 PM   #13
Lpspider
Regular Member
 
Lpspider's Avatar
 
Join Date: Dec 2005
Posts: 122
Lpspider will become famous soon enough
Default Re: 7 Reasons Why Using CSS is a Must

Very good. CSS doesn't really need an explanation though, it's sort of universally accepted now.
__________________
My Forums:Science Forum|BIG MONEY|Writing Forums
If you're looking for a web-related partner, or need an odd job done, PM me.
Lpspider is offline  
Old 02-19-2006, 01:49 AM   #14
Zack
Junior Guru
 
Zack's Avatar
 
Join Date: Dec 2005
Location: North Carolina
Posts: 759
Zack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to behold
Send a message via MSN to Zack
Default Re: 7 Reasons Why Using CSS is a Must

It's also universally promoted, basically depreciating 90% of html tags, which makes me happy and sad at the same time...soon all we will need is xml, no more html. That change will be changed in just a couple of years.
HTMLGuy
__________________
yaxal releases '07
Zack is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump


All times are GMT. The time now is 06:04 AM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.