This is a discussion on "Tables or CSS?" within the Web Page Design section. This forum, and the thread "Tables or CSS? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Tables or CSS?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Tables or CSS?
Hi guys,
After getting acquinted with DW, i've decided it just doesn't give me the control that i want over the pages that i'm creating, so i've opted for the handcoding option. I've only just started learning HTML and was wondering wherher I should learn how to create my layouts first with tables (because at the minute that's what i'm used to) and then learn CSS, or to just jump in the deep end with CSS? Thanks for your help, Bee |
|
#2
|
|||
|
|||
|
Re: Tables or CSS?
Css.
|
|
#3
|
||||
|
||||
|
Re: Tables or CSS?
CSS. The list of reasons is huge, and you'll find out for yourself soon enough
__________________
Diego - Web-Developer & London SEO Expert jQuery Plugins: Multiple File Upload, Star Rating, FCKEditor | NEW: XML to JSON
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#4
|
|||
|
|||
|
Re: Tables or CSS?
hey thanks,
be sure to find me with plenty of questions in the CSS forum soon then! Bee x |
|
#5
|
|||
|
|||
|
Re: Tables or CSS?
CSS without question.
Just be sure to pad your monitor, wear a helmet, have some ibuprofen and band-aids handy and have plenty of spare keyboards available during your learning period. |
|
#6
|
||||
|
||||
|
Re: Tables or CSS?
Quote:
It's not that stressful but yeah, you will be throwing some tantrums!!!!
Last Blog Entry: Giving them what they paid for: A (sort of) Follow-up (Oct 15th, 2008)
|
|
#7
|
|||
|
|||
|
Re: Tables or CSS?
I built a complete site using tables. It was okay but a complete nightmare everytime I wanted to change something, repeating everything for each page. Then I learned CSS and completely rebuilt the site, realising that i should have made the effort earlier and saved myself a lot of time and effort.
No question about it. Get your head around CSS and avoid the hassle of tables. |
|
#8
|
|||
|
|||
|
Re: Tables or CSS?
CSS for webpage layout styling and tables for tabular data, this argument has been had many times, in which all the time I think CSS wins as it is more cross-browser-compatible and runs quicker, as long as you can be assed to overcome some IE issues.
|
|
#9
|
|||
|
|||
|
Re: Tables or CSS?
IE 5 has some problems with css2 features, but other than that your fine
|
|
#10
|
|||
|
|||
|
Re: Tables or CSS?
Try this site on for size: http://css.maxdesign.com.au/listamatic/ . I've found that [usually] most of my time is spent on tweaking css based menus not layouts. The listamatic tutorials and source code will save you tons of time. Just be sure to look at the tutorials before you copy/paste. All the code is open source...it just helps to know how it works
|
|
#11
|
|||
|
|||
|
Re: Tables or CSS?
Quote:
Here is what a simple coding in HTML would look likei if you just wanted one table (LOL)
|
|
#12
|
|||
|
|||
|
Re: Tables or CSS?
Thought that was the case, web design is something i'm interested in learning at the min. Don't worry, i will get the hang of it and not scared of any keyboard bashing that may result!
Thanks for all your help, anymore more tutorial sites would be helpful but already got a few tucked up in my favourites list to get through, Bee x |
|
#13
|
|||
|
|||
|
Re: Tables or CSS?
Quote:
I already knew this but i was just after an opinion as to what to learn first |
|
#14
|
|||
|
|||
|
Re: Tables or CSS?
tables were first used for tabular data rather than being used as a form of website layout, so go with CSS.
|
|
#15
|
|||
|
|||
|
Re: Tables or CSS?
You might want to check out www.htmldog.com for some great tutorials, that's where I learnt.
|
|
#16
|
|
|
|