|
#1
|
|||
|
|||
|
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... __________________ Thomas Live life in South Carolina, USA |
|
#2
|
|||
|
|||
|
What's the purpose of making a website table-less? It makes the page load quicker than if it's in tables.
Die hard fans of CSS will say you should only use CSS, but in all reality, due to Internet Explorer not adhering to the webstandards, you can sometimes get vastly different results appearing in each browser. I was given some advice once, when working with css to test it in Firefox first and then look to fixing it up for IE. I use CSS for main layout (like your three cols etc) and occasionally tables for smaller content (or things that it's easier to just do tables in rather than sitting at the screen for a week trying to figure it out. Use your own mind, explore the options - with CSS you can create faster loading pages, sometimes with some really interesting effects, but tables are easier to figure out depending on the complexity of your site design. If you go for CSS for the core and then utilise tables occasionally on certain content, go forth - you are the designer of your own corner of the web (just make sure it's cross-browser compatible - appears the way you want it to in other browsers aside from the main one YOU use). |
|
#3
|
||||
|
||||
|
Quote:
Quote:
Quote:
I use CSS for main layout (like your three cols etc) and occasionally tables for smaller content (or things that it's easier to just do tables in rather than sitting at the screen for a week trying to figure it out. http://matthewjamestaylor.com/blog/perfect-3-column.htm is an interesting site that uses CSS in a manner that doesn't require any additional "mods/hacks" for IE6. While testing in Fx is a nice suggestion, Fx and IE are not the only two browsers in the world. The boys over at Mozilla do a fairly good job at conforming to web standards with Fx, however it is always good to check out the website for a mac environment also, using Safari or Opera. There are a whole boat load of web browsers, as seen at How To Create Quote:
This website is one of a number of good resources that real people are willing to help out with debugging and problems that arise. The best part of it, its FREE!
__________________
This is a forum system not a PM system for questions. please treat it appropriately |
|
#4
|
||||
|
||||
|
__________________
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP! |
|
#5
|
|||
|
|||
|
Since we don't all have access to other platforms and browsers, http://www.browsershots.org give you the ability to test on multiplatforms and browsers for compatibility. I have found this a really useful tool as have often found that while a layout may have looked fine and dandy in one browser was distorted or really messed up in others.
|
|
#6
|
|||
|
|||
|
Quote:
Some are hard core - don't use tables, others say CSS is buggy because browsers aren't all the same, resolutions, screen sizes etc - and this is incredibly frustrating for all of us who DO want to use CSS for efficiency as much as anything else. Being able to use a separate style sheet and adjust a whole site with editing just one page makes web design a much nicer experience - if only IE would get in on the act. I've read the fors and againsts and am trying to use only css (unless tables are practical -spreadsheets on site etc) and html as the basic markup for a page. |
|
#7
|
||||
|
||||
|
Quote:
__________________
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP! |
|
#8
|
|||
|
|||
|
Hey Guys,
Thanks for your valuable comments. Your suggestions are quite useful for me. Thanks... ![]() __________________ Thomas Live life in South Carolina, USA |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|