NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Web Design Discussion
Reload this Page To CSS or not to CSS?

Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 10-13-2005, 04:21 AM THREAD STARTER               #1 (permalink)
Senior Member
 
ThreeD's Avatar
Join Date: May 2004
Location: Online
Posts: 2,301
ThreeD has much to be proud ofThreeD has much to be proud ofThreeD has much to be proud ofThreeD has much to be proud ofThreeD has much to be proud ofThreeD has much to be proud ofThreeD has much to be proud ofThreeD has much to be proud of
 


Animal Cruelty

To CSS or not to CSS?


Basic design question, do you design most of your sites with CSS by now, or do you still use the good old table tag?

I've looked through some of the biggest sites online, and most of them still seem to be using tables. I just know that I wouldn't want to be the webmaster converting lets say ebay or amazon from tables to a nifty css layout
__________________
* Losers make excuses - winners make it happen *
ThreeD is offline  
Old 10-13-2005, 05:57 AM   #2 (permalink)
Account Suspended
 
thomaslgates's Avatar
Join Date: Oct 2005
Location: India
Posts: 672
thomaslgates is just really nicethomaslgates is just really nicethomaslgates is just really nicethomaslgates is just really nice
 



I most probably use Tables. I use CSS only when my clients opt for it. Most of them opt for CSS.

I love CSS.
thomaslgates is offline  
Old 10-13-2005, 06:01 AM   #3 (permalink)
NamePros Regular
 
alex_d's Avatar
Join Date: May 2005
Posts: 903
alex_d is a name known to allalex_d is a name known to allalex_d is a name known to allalex_d is a name known to allalex_d is a name known to allalex_d is a name known to all
 



Though tables is probably the easiest and quickest way, you really should be using CSS for all design purposes.

I had a few sites done with tables that had a few hundred pages each. Took me a while to redesign them all using CSS, but they seem to be working much better now.

????: NamePros.com http://www.namepros.com/web-design-discussion/131348-to-css-or-not-to-css.html
For accessibility issues, you should definately be using CSS. Do not underestimate the importance of this, and if you can get your site working properly now with CSS, you can sit back and relax whilst others frantically get their coding updated.

There are several sites online that show how to make a site design in CSS giving you the exact same look and feel as if you used tables.

Good luck

Alex
__________________
Page Rank is dead - It's the SERPs that count. What's your Serp Rank ?
Παιχνιδια


OnlineTravel.tv | OnlineHotels.tv | OnlineCasinos.tv
alex_d is offline  
Old 10-13-2005, 06:28 AM   #4 (permalink)
Senior Member
 
peter phillips's Avatar
Join Date: Sep 2005
Posts: 1,318
peter phillips has a spectacular aura aboutpeter phillips has a spectacular aura about
 



I would say Table based CSS because sites designed with the help of table based CSS are not browser dependent while the sites designed with PURE CSS are browser dependent.

If you design your site with PURE CSS it may work in some browsers and it may not work in some, for eg. it may work in Internet Explorer but you may not see the same results in Mozilla Firefox.
__________________
Outsourced Hosting Support || Server Management || Web Development Portfolio
ICQ : 487-845-393 || AIM : EtecDesigns || MSN : sales@etechdesigns.net
peter phillips is offline  
Old 10-13-2005, 06:38 AM   #5 (permalink)
Account Suspended
 
LeetPCUser's Avatar
Join Date: May 2005
Location: Whitewater, WI
Posts: 3,710
LeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to behold
 


AIDS/HIV
I hate tables. They do not line up correctly.
LeetPCUser is offline  
Old 10-13-2005, 06:46 AM   #6 (permalink)
Senior Member
 
viciouscircle's Avatar
Join Date: Mar 2004
Location: Denton, Texas and Springfield, Virginia
Posts: 1,780
viciouscircle is a splendid one to beholdviciouscircle is a splendid one to beholdviciouscircle is a splendid one to beholdviciouscircle is a splendid one to beholdviciouscircle is a splendid one to beholdviciouscircle is a splendid one to beholdviciouscircle is a splendid one to beholdviciouscircle is a splendid one to behold
 



most of my new stuff is done in css. however i do still use tables on occasion. it really just depends on what im trying to do with the site.
viciouscircle is offline  
Old 10-13-2005, 07:05 AM   #7 (permalink)
Domains my Dominion
 
sdsinc's Avatar
Join Date: Aug 2005
Location: Web 1.0
Posts: 9,556
sdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatnesssdsinc Has achieved greatness
 


Third World Education Find Marrow Donors! Find Marrow Donors! Find Marrow Donors! Find Marrow Donors! Animal Rescue Animal Cruelty AIDS/HIV Animal Rescue Wildlife Breast Cancer Animal Rescue Wildlife
Well I've been using CSS for years but tables for layout until recently.
I now design using TABLEless design, which is really cool: you just tweak the stylesheet to change the positionning of elements in your website.
I think you should at least use CSS for formatting. CSS support varies from one browser to another, there are also pitfalls, bugs and tricks which can come down the road and it may require extensive browser knowledge to overcome problems when they arise.
Should you jump or not ? I think you should get to know your visitors. What browsers do they use, if their browsers are too old maybe it's best to wait.
sdsinc is offline  
Old 10-13-2005, 10:07 AM   #8 (permalink)
Senior Member
 
Shorty's Avatar
Join Date: Sep 2005
Location: England
Posts: 1,034
Shorty is just really niceShorty is just really niceShorty is just really niceShorty is just really nice
 



I always use CSS to customise tables that I use for layout. If your tables aren't lining up properly, you tweak the sizes. How hard is that?
Shorty is offline  
Old 10-13-2005, 11:09 AM   #9 (permalink)
NamePros Regular
Join Date: May 2005
Location: Northern Ireland
Posts: 756
aaronfalloon has a spectacular aura aboutaaronfalloon has a spectacular aura about
 



I use CSS for almost all things to do with style and placement.
aaronfalloon is offline  
Old 10-13-2005, 11:26 AM   #10 (permalink)
NamePros Regular
Join Date: May 2005
Posts: 786
linker will become famous soon enoughlinker will become famous soon enough
 



CSS for me


I hardly use tables any more myself, I find that css allows for more flexibility in design, there is a learning curve for sure, but once you get past that it can be quite easy to rip off some great looking sites in no time...
__________________
Music Lyrics Central | CelebSign.com <- Celebrity Birthdays & Horoscopes
linker is offline  
Old 10-13-2005, 11:41 AM   #11 (permalink)
Senior Member
Join Date: Sep 2005
Location: NC
Posts: 2,323
lilgee is a name known to alllilgee is a name known to alllilgee is a name known to alllilgee is a name known to alllilgee is a name known to alllilgee is a name known to alllilgee is a name known to alllilgee is a name known to all
 



I go with CSS.
__________________
Sharing 50% profit for helping to sell on ebay. PM me for more info.
lilgee is offline  
Old 10-13-2005, 05:32 PM   #12 (permalink)
NamePros Regular
Join Date: Sep 2005
Location: Canada
Posts: 683
leviathon is on a distinguished road
 



CSS for sure! Makes your website-revising life sooo much easier.

The table tags will take you forever, but then there's a way, and that's copying the tag and paste it on the new thing you're applying it to. But CSS is still easier
leviathon is offline  
Old 10-14-2005, 02:07 AM   #13 (permalink)
Account Closed
Join Date: Sep 2005
Posts: 141
happyme is on a distinguished road
 



I use CSS


css make it vert easy to update web style
happyme is offline  
Old 10-14-2005, 05:48 AM   #14 (permalink)
Senior Member
 
-Ray-'s Avatar
Join Date: Jun 2005
Location: Pennsylvania
Posts: 1,839
-Ray- has much to be proud of-Ray- has much to be proud of-Ray- has much to be proud of-Ray- has much to be proud of-Ray- has much to be proud of-Ray- has much to be proud of-Ray- has much to be proud of-Ray- has much to be proud of-Ray- has much to be proud of
 



Ive never really used css for my sites. But ive learned the more dynamic and page intergrated your site is, its better just to use css, and save time modifiing loads of pages when u change your layout
__________________
Poker News, articles, discussion
LIKE THIS

Its an iPod, a phone, and an internet communications device.
-Ray- is offline  
Old 10-14-2005, 03:15 PM   #15 (permalink)
NamePros Member
 
richplay's Avatar
Join Date: Oct 2005
Posts: 81
richplay is an unknown quantity at this point
 



CSS offers wide range of good things that you can't do with tables.
richplay is offline  
Old 10-16-2005, 09:17 AM   #16 (permalink)
Account Suspended
Join Date: Oct 2005
Posts: 18
forumner is an unknown quantity at this point
 



CSS is better for nhancement
forumner is offline  
Old 10-16-2005, 09:38 AM   #17 (permalink)
Account Closed
Join Date: Oct 2005
Location: India
Posts: 299
alanpaladka is on a distinguished road
 



I use CSS to give formatting to the Webpages.
alanpaladka is offline  
Old 10-16-2005, 04:40 PM   #18 (permalink)
Senior Member
 
vivsin's Avatar
Join Date: Oct 2005
Posts: 1,093
vivsin is just really nicevivsin is just really nicevivsin is just really nicevivsin is just really nice
 


Diabetes
For styles CSS is MUST. Just think of updating style of whole website if u r not using CSS.
__________________
VIVROCKS "ROCK your LIFE" Visit : My Design Inspiration & Free Stuff Blog

This is where I started, This is where I will end. NAMEPROS = kIcKaSs
vivsin is offline  
Old 10-19-2005, 07:39 AM   #19 (permalink)
Senior Member
Join Date: Sep 2005
Posts: 2,299
Momo has much to be proud ofMomo has much to be proud ofMomo has much to be proud ofMomo has much to be proud ofMomo has much to be proud ofMomo has much to be proud ofMomo has much to be proud ofMomo has much to be proud ofMomo has much to be proud ofMomo has much to be proud of
 



I find it easier to code my sites using tables, I just use CSS to style them.
Momo is offline  
Old 10-19-2005, 12:36 PM   #20 (permalink)
NamePros Member
 
Ju5T's Avatar
Join Date: Oct 2005
Location: Lithuania
Posts: 34
Ju5T is an unknown quantity at this point
 



Yes, to CSS.
__________________
Success is going from failure to failure without a loss of enthusiam.
Ju5T is offline  
Old 10-19-2005, 12:38 PM   #21 (permalink)
Senior Member
 
Epic's Avatar
Join Date: Sep 2005
Posts: 3,779
Epic has a reputation beyond reputeEpic has a reputation beyond reputeEpic has a reputation beyond reputeEpic has a reputation beyond reputeEpic has a reputation beyond reputeEpic has a reputation beyond reputeEpic has a reputation beyond reputeEpic has a reputation beyond reputeEpic has a reputation beyond reputeEpic has a reputation beyond reputeEpic has a reputation beyond repute
 



I dont really know CSS...so i use tables
Epic is offline  
Old 10-19-2005, 12:40 PM   #22 (permalink)
NamePros Member
 
Ju5T's Avatar
Join Date: Oct 2005
Location: Lithuania
Posts: 34
Ju5T is an unknown quantity at this point
 



Damn, so learn it, you will need it sometimes, somewhere, someday, but you will need it...
__________________
Success is going from failure to failure without a loss of enthusiam.
Ju5T is offline  
Old 10-22-2005, 06:05 AM   #23 (permalink)
NamePros Member
Join Date: Oct 2005
Posts: 41
RWoolley is an unknown quantity at this point
 



CSS is something I never knew much about, Now I do I use it for most things.
RWoolley is offline  
Old 10-22-2005, 08:08 AM THREAD STARTER               #24 (permalink)
Senior Member
 
ThreeD's Avatar
Join Date: May 2004
Location: Online
Posts: 2,301
ThreeD has much to be proud ofThreeD has much to be proud ofThreeD has much to be proud ofThreeD has much to be proud ofThreeD has much to be proud ofThreeD has much to be proud ofThreeD has much to be proud ofThreeD has much to be proud of
 


Animal Cruelty
I guess tables are the old fashioned way when it comes to designing websites - the new era of websites will all be running CSS layouts. For those of you who haven't even taken a look at CSS may want to do so

For certain layouts you just can't do without tables, I use a nice combo of tables and CSS on the few sites I'm working on, works like a charm so far!
__________________
* Losers make excuses - winners make it happen *
ThreeD is offline  
Old 10-22-2005, 03:15 PM   #25 (permalink)
NamePros Regular
 
TwiztedFake's Avatar
Join Date: Apr 2004
Location: IL
Posts: 348
TwiztedFake is on a distinguished road
 



Straight CSS for designing and formatting. Tables are designed to display data in an ordered way.

Besides if you are going to use CSS for the style of your tables why not just get rid of the tables and use all CSS.
__________________
-TwiztedFake-
RTard Tutorials
Digital-Dummy to Total-Techie
TwiztedFake is offline  
Closed Thread


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS help please to-binman Programming 6 06-05-2005 03:37 AM
adding a border around css content... matthewsa1 Programming 5 05-06-2005 08:03 PM
CSS: what's the use of it? lucesei Programming 13 04-12-2004 08:21 AM
Css Trouble adam_uk Programming 2 06-05-2003 01:12 AM

Liquid Web Smart Servers  
All times are GMT -7. The time now is 04:55 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger