Use CSS to do what tables do?????

This is a discussion on "Use CSS to do what tables do?????" within the Web Page Design section. This forum, and the thread "Use CSS to do what tables do????? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 9th, 2007, 06:24
Junior Member
Join Date: Sep 2006
Location: Here
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Use CSS to do what tables do?????

How do you do with CSS what tables can do?

I am a very visual designer. My favorite thing about using tables for layout was that I could define the border to equal one and see my page divided into blocks of content.

How does one do this with CSS?

I've been playing around with the <div> tag, but I just can't get it to do what I want. Maybe I'm missing something in the CSS.

I know you can define exactly where everything goes in the .css file but I can't find any info on how to layout a graphicly driven website.

I want to put my user into another place. I want them to be emerced into another reality for a time. Not stare at a flat page of information with boring navbars.

All the info I've found only shows how to make SEO perfect, yet boring, two dimentional websites.

Can anyone post a link to some CSS info that might help my problem?

Thanks!!
Reply With Quote

  #2 (permalink)  
Old Feb 9th, 2007, 09:38
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use CSS to do what tables do?????

CSS is much more powerful than tables, but it's also more difficult. You need to hand code CSS to get full use of of it (WYSIWYG programs just don't cut it yet). If you're a visual learner, http://csszengarden.com/ is an awesome resource. Every single design uses the EXACT same XHTML. The only thing that changes is the CSS. That should give you an idea of how incredible the language is while also showing you some beautiful and complex layouts.
Reply With Quote
  #3 (permalink)  
Old Feb 9th, 2007, 11:22
Junior Member
Join Date: Sep 2006
Location: Here
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use CSS to do what tables do?????

WYSIWYG is a four letter word in my vocabulary. Not to p*ss anyone of but I think WYSIWYG's are for those who just don't have it in them to design web content. I hand code everything I do. Why? Because notepad is free.

BTW, I found just the right bit of info I needed to make it all click. It took me about 6 hours of reading, playing, designing, and only a little swearing, but I think I'm getting the hang of it.

Actually, I think CSS is easyer once you figure out what you're doing and find your rythum.

Thanks for all your help.
Reply With Quote
  #4 (permalink)  
Old Feb 9th, 2007, 12:17
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use CSS to do what tables do?????

Go look at my stickied thread - Resources for learning how to use CSS for layout- and you should find all the info you need

Grasping the whle CSS/Divs layout is not something you learn in a day or two. It might take weeks, months to truly understand it. So ... if you don't succeed at your first try, don't worry, you're not the only one
Reply With Quote
  #5 (permalink)  
Old Feb 10th, 2007, 00:10
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use CSS to do what tables do?????

No, CSS is not easier by any means. You have to deal with browser incompatibilities... Debugging is perhaps the worst thing in the world.
Reply With Quote
  #6 (permalink)  
Old Feb 12th, 2007, 02:29
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Use CSS to do what tables do?????

Browser differences aside, CSS is way easier, especially after the first template page is built.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Feb 13th, 2007 at 01:13.
Reply With Quote
  #7 (permalink)  
Old Feb 12th, 2007, 06:27
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use CSS to do what tables do?????

Eh, I disagree. While I'm completely fluent in CSS and XHTML, there is still the essential need to check cross browser with valid XHTML and CSS. With tables, it's nearly a given that everything will turn out right if the code is proper.

No browser transforms CSS correctly in its entirety.
Reply With Quote
  #8 (permalink)  
Old Feb 12th, 2007, 10:40
Reputable Member
Join Date: Nov 2006
Location: London, England
Age: 15
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Dapandyman
Re: Use CSS to do what tables do?????

i have to agree with moojoo - it took me about a month to get to a decent level of understanding in CSS but more than a year to fully learn XHTML - there are cross broser difficulties in both, however.
Reply With Quote
  #9 (permalink)  
Old Feb 12th, 2007, 22:44
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use CSS to do what tables do?????

Oh, I didn't read moojoo's entire post. Whoops. Once you get the template down, things just whiz right along
Reply With Quote
  #10 (permalink)  
Old Feb 12th, 2007, 22:52
Reputable Member
Join Date: Nov 2006
Location: London, England
Age: 15
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Dapandyman
Re: Use CSS to do what tables do?????

lol
all you have to do with the CSS from there is link to the html page and thats not even css.... i think
lol
Reply With Quote
  #11 (permalink)  
Old Feb 13th, 2007, 01:14
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Use CSS to do what tables do?????

And it makes everything soooo much easier in the long run.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #12 (permalink)  
Old Feb 13th, 2007, 03:54
Junior Member
Join Date: Sep 2006
Location: Here
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use CSS to do what tables do?????

I've only been been doing CSS for like a week and I can now do everything I used to do with tables. And every time I do another project I find new things I can do. HTML got stagnant quick for me. But I think CSS will keep me learning for quite a while.
Reply With Quote
  #13 (permalink)  
Old Feb 13th, 2007, 09:08
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use CSS to do what tables do?????

What about XHTML strict 1.0? That's more fun than plain ol' HTML.
Reply With Quote
  #14 (permalink)  
Old Feb 14th, 2007, 09:37
Junior Member
Join Date: Sep 2006
Location: Here
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use CSS to do what tables do?????

I'm always up for a good bit of fun.
Reply With Quote
  #15 (permalink)  
Old Feb 14th, 2007, 11:43
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Use CSS to do what tables do?????

XHTML Strict all the way.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #16 (permalink)  
Old Feb 14th, 2007, 23:36
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use CSS to do what tables do?????

Power to the strict.
Reply With Quote
  #17 (permalink)  
Old Feb 16th, 2007, 17:28
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to daygon Send a message via MSN to daygon Send a message via Yahoo to daygon
Re: Use CSS to do what tables do?????

strictly strict is the only way to roll.
Reply With Quote
  #18 (permalink)  
Old Feb 18th, 2007, 01:07
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use CSS to do what tables do?????

You can't really roll with XHTML, though. Besides, XHTML is lousy at making out, so you wouldn't want to either. I think it has a gender identity disorder.
Reply With Quote
Reply

Tags
lay out, layout, table, table free, tables

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
omg keep me away from tables !!! HELP!!! bruno89 Web Page Design 5 Jul 1st, 2007 18:33
Why are tables bad? WebNinja Web Page Design 17 Jan 31st, 2007 21:31
No more tables? PicoDeath Web Page Design 9 Sep 28th, 2006 18:03
Tables or CSS? bee_bo Web Page Design 15 Jul 6th, 2006 08:32
Tables... dhagsjash Web Page Design 2 Sep 16th, 2003 09:05


All times are GMT. The time now is 16:04.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43