This is a discussion on "No more tables?" within the Web Page Design section. This forum, and the thread "No more tables? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
No more tables?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
No more tables?
Most of my layout is CSS now, apart from the content pages and the tables holding the navigations together, I'm now wondering how i create some CSS to replace the tables? Does anyone know a persific tutorial to teach me this?
Thanks. |
|
|
|
|||
|
Re: No more tables?
Easy, you use a div tag where you would normally put a table.
http://www.alistapart.com/articles/practicalcss/ |
|
||||
|
Re: No more tables?
using UL's for navigation is the logical choice simply because the navigation itself is simply a heiarchy of sorts. That and when style is disabled etc the links are displayed in a nice neat unordered list.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: No more tables?
I don't really understand from that link posted, doesn't seem to show me how, all i want is a 3 column css example or somthing...
www.gtainformer.com, everything except left, middle and right is css. |
|
|||
|
Re: No more tables?
There is a link in the sticky at the top of this forum that might be what you are looking for.
Its a template system with full expanation of what goes where and why. Download the .zip fiile, unpack and play. Ask if you need further help or explanation. |
|
|||
|
Re: No more tables?
Ah, okay thanks.
|
|
|||
|
Re: No more tables?
Okay, I can't see to do it, i've been playing around because that's all i can seem to do.
http://www.gtainformer.com/fullcss.php http://www.gtainformer.com/ffstyle.css What am i doing wrong and how do i correct it? This would be an amazing help. |
|
|||
|
Re: No more tables?
I think you need to site down with a clean sheet of paper and plan out your page.
At the moment your page can't be validated. That may be because you don't have a DOCTYPE at the top of the page and the error effect may be cascading. Put ALL css into a seperate file and also use a seperate file for any JavaScript. DO NOT use propriatory tags, style values, etc. Use <div> tags to layout your page. Not loads of tables. Use css styling to give you the position you need for an element, not by filling it with loads of . See how you could use the templates I pointed you to as a basis for your page. |
|
|||
|
Re: No more tables?
Quote:
One last thing, that file i downloaded doesn't seem to work 100% in firefox, I see a few coloured area and one peice of text. Edit - Removed <b></b>'s & , also took out ad and put it into a another file. Added - DOCTYPE Last edited by PicoDeath; Sep 28th, 2006 at 18:25. |
![]() |
| Tags |
| tables |
| Thread Tools | |
|
|
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 |
| Use CSS to do what tables do????? | WebNinja | Web Page Design | 17 | Feb 18th, 2007 01:07 |
| Why are tables bad? | WebNinja | Web Page Design | 17 | Jan 31st, 2007 21:31 |
| 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 |