WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1HTML Tables or CSS? Empty HTML Tables or CSS? Sun Dec 13, 2009 5:09 pm

ankillien

ankillien
Administrator
Administrator
Hello!

As we all know, there are two basic methods of creating a column base webpage.

  1. HTML Tables
  2. CSS Floating Containers

Which method do you use and why?




Well, I use CSS only because Using CSS make the page load faster and it becomes easier to edit the page later. Using CSS is a better option for SEO purpose, too Very Happy

2HTML Tables or CSS? Empty Re: HTML Tables or CSS? Sun Dec 13, 2009 8:23 pm

Sanket

Sanket
Administrator
Administrator
I have been using html tables, i would like to try out with the other option you suggested.

http://www.webartzforum.com

3HTML Tables or CSS? Empty Re: HTML Tables or CSS? Sun Dec 13, 2009 9:43 pm

ankillien

ankillien
Administrator
Administrator
Sanket wrote:I have been using html tables, i would like to try out with the other option you suggested.

Its really worth trying Sanket.
Its not very easy to make completely CSS based layout but once you will learn how browser reacts to floats, display and margins, you'll be making it easily Wink

I'll be making some tutorials about it.

4HTML Tables or CSS? Empty Re: HTML Tables or CSS? Sun Dec 13, 2009 10:31 pm

karna

karna
Registered Member
Registered Member
at the moment, I make pages using tables only as i have not much experience of css coding.
I want to see you tut ankillien.

5HTML Tables or CSS? Empty Re: HTML Tables or CSS? Mon Dec 14, 2009 6:37 pm

David


Registered Member
Registered Member
I always use CSS. Tables will ruin they way your site looks when comparing browsers.

http://dlsuite.com

6HTML Tables or CSS? Empty Re: HTML Tables or CSS? Mon Dec 14, 2009 7:09 pm

ankillien

ankillien
Administrator
Administrator
Its nice David.

Do you make 3 columns or multi-columns layouts?
I do but its little difficult to code a multi-column page Razz

7HTML Tables or CSS? Empty Re: HTML Tables or CSS? Mon Dec 14, 2009 7:19 pm

David


Registered Member
Registered Member
Yes, I can do something like this:
HTML Tables or CSS? Perfect-3-column-dimensions

But, now, I have chosen to go a simple 1 column, as it has its bonuses (easy to maintain Smile)

http://dlsuite.com

8HTML Tables or CSS? Empty Re: HTML Tables or CSS? Mon Dec 14, 2009 7:23 pm

ankillien

ankillien
Administrator
Administrator
Ya, 1 column has many other advantages Very Happy

You showed nice example. I'll be coding this layout tonight Razz I like liquide layouts.

9HTML Tables or CSS? Empty Re: HTML Tables or CSS? Tue Jun 29, 2010 9:09 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
In the beginning I always used the HTML, and that was only because I didn't knew anything about CSS. But later when the styling began to interest me, I start to thinking about the floating objects. And since then I used the some floating objects and just because it much easier to edit.

But a couple of times I have used HTML, because at my web, I should use so many floating objects on the same place and in the end it got very confusing. So I try to mix it, by using the two languages.

http://woops.dk

10HTML Tables or CSS? Empty Re: HTML Tables or CSS? Tue Jun 29, 2010 9:41 pm

asdfghjkl

asdfghjkl
Registered Member
Registered Member
I used HTML Tables, Its make easy for me.

http://xigmapro.com/

11HTML Tables or CSS? Empty Re: HTML Tables or CSS? Wed Jun 30, 2010 12:37 am

Reave

Reave
Registered Member
Registered Member
CSS containers all the way. Faster loading, very very flexible, easier to maintain.

I only use tables If I want to create lengthy schedule or grid list for lots of items. I still dont know why people continue coding websites only using tables. scratch Better support for stone age browsers?

http://ectos.darkbb.com/

12HTML Tables or CSS? Empty Re: HTML Tables or CSS? Wed Jun 30, 2010 9:39 am

ankillien

ankillien
Administrator
Administrator
Reave wrote:CSS containers all the way. Faster loading, very very flexible, easier to maintain.

I only use tables If I want to create lengthy schedule or grid list for lots of items. I still dont know why people continue coding websites only using tables. scratch Better support for stone age browsers?

People still use tables since CSS floats are not easy to understand. Clearing floats is tricky too Razz

13HTML Tables or CSS? Empty Re: HTML Tables or CSS? Tue Jan 24, 2012 5:32 pm

bryanbell


Registered Member
Registered Member
If you want to look improve appearance of your website, CSS is much better than table based layout. First with CSS based layout your page load faster. You can maintain consistency efficiency with your web pages. Also search engine crawler easily crawling your site. CSS offers a sophisticated layout to your pages.



Last edited by bryanbell on Tue Sep 11, 2012 6:13 pm; edited 1 time in total

14HTML Tables or CSS? Empty Re: HTML Tables or CSS? Tue Jan 24, 2012 11:30 pm

schiggyswelt


Registered Member
Registered Member
I using Tables, because no one can help me with the css..
http://www.webartzforum.com/t2807-table-div

15HTML Tables or CSS? Empty Re: HTML Tables or CSS? Wed Mar 14, 2012 4:26 pm

ntsoni


Registered Member
Registered Member
ankillien wrote:Hello!

As we all know, there are two basic methods of creating a column base webpage.

  1. HTML Tables
  2. CSS Floating Containers

Which method do you use and why?




Well, I use CSS only because Using CSS make the page load faster and it becomes easier to edit the page later. Using CSS is a better option for SEO purpose, too Very Happy


LINKS REMOVED
MEMBER BANNED

- ankillien

http://www.gowebbaby.com/

16HTML Tables or CSS? Empty Re: HTML Tables or CSS? Thu Mar 15, 2012 7:46 am

Drogba921


Registered Member
Registered Member
I use divs Smile

http://www.codinghelp.org

17HTML Tables or CSS? Empty Re: HTML Tables or CSS? Fri Mar 16, 2012 4:39 pm

Matti

Matti
Registered Member
Registered Member
I use both...

http://csshelp.forumotion.net/

18HTML Tables or CSS? Empty Re: HTML Tables or CSS? Fri Mar 16, 2012 4:56 pm

Mr.Joker

Mr.Joker
Mr. WebArtz
Mr. WebArtz
I prefer CSS. HTML is just a begining and with CSS you can make it look so great.

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum