|
|
#2 (permalink) Top |
|
Programmer
![]() Join Date: Sep 2006
Age: 22 Male
Posts: 519
Times Helpful: 16
My Mood: Busy
Status: Offline
|
just css - i don't think so.
without tables - yes - use div tags and format them with css
__________________
Come to Latvia | Love the classics: PlayStationOne | Works well for me | My Ride
|
|
|
|
|
#4 (permalink) Top |
|
iMod
![]() ![]() Join Date: May 2005
Age: 21 Male
Posts: 3,844
Times Helpful: 238
My Mood: Happy
Status: Offline
|
You can code a webpage layout without tables!
Tables aren't meant to be used for layouts, I used to use them when I didn't know about CSS and divs. Tables are to be used for data (tabulated obviously) and you can use CSS and divs to construct a layout for the page, it may take some more work but it's more accessible and generally a better practice
__________________
|
|
|
|
|
#5 (permalink) Top |
|
Administrator
![]() Join Date: Oct 2001
Age: 24 Male
Posts: 4,420
Times Helpful: 116
My Mood: Bored
Status: Online
|
you will also have take into consideration that, when using CSS not all browsers will display correctly, you might have to resort to CSS hacks or even javascript to make your code compatible across browsers.
__________________
Zone 365 | F@H Team | Team Stats | Use The Thank You System | My Groups: Manchester United | Apple |
|
|
|
|
#6 (permalink) Top |
|
iMod
![]() ![]() Join Date: May 2005
Age: 21 Male
Posts: 3,844
Times Helpful: 238
My Mood: Happy
Status: Offline
|
Indeed, not all browsers are CSS compliant, for example my site which I'm working on currently displays differently in Firefox, Opera, Safari and IE - meaning I need to work on the CSS to make it display correctly in all of the browsers (an easier way would be to use JS or PHP to find the browser type and include a working stylesheet for that specific browser...)
__________________
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| wap webpage annoyance | zeus | Mobile Phones | 3 | 09-03-2007 05:28 PM |
| Extending Height of Tables + adding Animated buttons? | Willz | Web Development | 1 | 02-03-2007 01:25 AM |
| Webpage display problem | zibeel | General Software | 7 | 07-11-2006 10:05 PM |
| webpage builder for newbie | undefined | Web Development | 3 | 17-04-2005 05:24 AM |
| Using Tables to spread content across page... | Waffle | Web Development | 7 | 15-01-2005 06:06 PM |