| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Mar 2009
Posts: 3
![]() | Table less website design? Hi Everyone, Would it be better to make website table less? Has anyone ever developed website completely table less? And, what's the purpose of making a site table less? Hope, I will have some good inputs from you guys. Thanks... |
| | |
| | #2 (permalink) |
| NamePros Regular Join Date: Oct 2006 Location: U.S.
Posts: 413
![]() ![]() ![]() | The use of tables was meant for "tabular data" (i.e. - a spreadsheet type format). Over the years, many web developers began using tables when in fact the use of tables was not meant for creating a whole website. However, this does not make it wrong, it works right? On the flip-side, you have CSS (cascading style sheets - "table-less"). CSS actually gives you more control over positioning on the web page. You can do many things with CSS and you can also incorporate tables into the code if you choose to do so. I believe, and many will attest, one should use CSS to develop their site: it's cleaner, neater and easier to maintain. Hope this helps! |
| | |
| | #3 (permalink) |
| Senior Member Join Date: Dec 2006
Posts: 4,702
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | the question shouldn't be "why make a site tableless," but rather "why make a site with tables?" always a good read: http://www.hotdesign.com/seybold/
__________________ - shockie |
| | |
| | #6 (permalink) |
| New Member Join Date: Mar 2009
Posts: 4
![]() | And the big problem with the table is that the spacing is always a little bit off depending on the browser. So it is much better to use CSS. ------------------- From Beamstyle Web Design Hong Kong |
| | |
| | #7 (permalink) |
| NamePros Member Join Date: Mar 2009 Location: Austin, TX
Posts: 172
![]() ![]() | Why design a tableless design? 1.) It's easier for search engines to index your site. 2.) It's easier for your users to view your site on multiple browsers. 3.) It's easier to modify and edit your design elements. 4.) It's geeky and just plan cool. |
| | |
| | #8 (permalink) |
| New Member Join Date: Feb 2009
Posts: 19
![]() | First and most important thing is that search engines index better/faster tableless websites. Because search engines spiders(or crawlers) can index only an predefined amount of text (not the completely entire page). So from here it came the need of making the pages smaller, lighter, for better search engine indexing. And what was the part of the code that you could separate from the code (yep, the css part) and we got to the point of using separate style sheets, and not embedded ones. Honestly i think that tables are disregarded a little. Because for me we can still use them with the same efficiency as divs, but focusing us on what content deliver to search engines. |
| | |
| | #9 (permalink) |
| Senior Member Join Date: Jan 2006
Posts: 4,187
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Another benefit is accessibility. Since content is separated from design, screen readers (programs visually impaired people use to read websites) have an easier time getting through the page.
__________________ Steve NamePros Staff Emeritus |
| | |
| | #11 (permalink) | ||||
| Senior Member Join Date: Dec 2006
Posts: 4,702
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
__________________ - shockie | ||||
| | |
| | #12 (permalink) | ||||
| Senior Member Join Date: Jan 2006
Posts: 4,187
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
__________________ Steve NamePros Staff Emeritus | ||||
| | |