Lost Password?

Go Back   CodeCall Programming Forum > Web Development Forum > Website Design

Website Design Forum for discussing flash, graphics, fonts, video and music! Have a question about how to implement something into your website? Ask here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-07-2007, 02:27 PM
Johnnyboy's Avatar   
Johnnyboy Johnnyboy is offline
Learning Programmer
 
Join Date: Nov 2005
Location: NC
Posts: 44
Last Blog:
How to restrict a Text...
Credits: 20
Rep Power: 11
Johnnyboy is on a distinguished road
Question Tables or DIVs for webpage design...

I am working on my html and CSS skills and have a serious question.

What are the disadvantages of using tables for the basic structure of a page and then using CSS to do all the formatting?

My plan is to create a basic html layout and CSS structure and then turn it into a joomla template.

HELP!
And thank you for your time and knowledge.
__________________
When things work the way they should it's a wonderful thing! It's the should part that gets me. visit me @ www.unseenbattle.com and drop me a line.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 09-07-2007, 02:49 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 26
Posts: 6,009
Last Blog:
SAP, ERP and EDI
Credits: 1
Rep Power: 20
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

I know one advantage of using pure CSS (rather than tables) is the ability to change the appearance of your website by a single click. For example the color buttons at the top of this website. That is just the color but you could change the way the entire site looked very easily.

Other than that and what was discussed here: <div> instead of <table> I'm unsure what the advantages are.

I know one major disadvantage of CSS is that IE does a very bad job of parsing it so your site may look good in every browser except the most used one.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-08-2007, 05:25 PM
Johnnyboy's Avatar   
Johnnyboy Johnnyboy is offline
Learning Programmer
 
Join Date: Nov 2005
Location: NC
Posts: 44
Last Blog:
How to restrict a Text...
Credits: 20
Rep Power: 11
Johnnyboy is on a distinguished road
Arrow CSS and divs

Thanks Jordan... I checked out that other posts and some others on the forum. They were helpful.

I'm gonna give divs a shot and I'm sure I'll have more questions.
__________________
When things work the way they should it's a wonderful thing! It's the should part that gets me. visit me @ www.unseenbattle.com and drop me a line.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-10-2007, 11:55 AM
Kaabi's Avatar   
Kaabi Kaabi is offline
Programming God
 
Join Date: Jul 2006
Posts: 884
Credits: 0
Rep Power: 13
Kaabi is on a distinguished road
Default

From what I know about CSS, it is best to stick with that for all formatting, since you can't do so much with so little. As Jordan says, color change with a click.
__________________
Cheap Airsoft Guns

If you are looking for high-quality, yet cheap, airsoft guns, then check out MrAirsoft.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 11-11-2007, 10:02 AM
ETbyrne's Avatar   
ETbyrne ETbyrne is offline
Newbie
 
Join Date: Nov 2007
Location: Lapeer, MI
Posts: 29
Credits: 0
Rep Power: 4
ETbyrne is on a distinguished road
Default

Don't be so quick to shoot down table based designs! You can use CSS with table based designs too you know! For instance, for the navigation at the top of this page the designer used a layout like this:
Code:
<ul>
<li><a href="#">Link1</a></li>
<li><a href="#">Link2</a></li>
<li><a href="#">Link...</a></li>
</ul>
You could also use a table for this, like so:
Code:
<table><tr>
<td><a href="#">Link 1</a></td>
<td><a href="#">Link 2</a></td>
<td><a href="#">Link...</a></td>
</tr></table>
I'm not saying that tables are better, just that both methods would work fine.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
What Programs do you use for web design TVDinner Website Design 113 07-17-2008 11:14 AM
Better to use CSS or Tables? Void HTML Programming 10 10-17-2006 11:44 AM
Design Process Dan Website Design 3 07-13-2006 12:11 PM
Change design to make more $ Montecarlo Website Design 11 07-13-2006 12:05 PM


All times are GMT -5. The time now is 01:43 PM.

Contest Stats

Xav ........ 213.39
chili5 ........ 80.87
morefood2001 ........ 57.41
John ........ 52.33
gamiR ........ 40.76
MeTh0Dz|Reb0rn ........ 40.7
-MW- ........ 40
WingedPanther ........ 35.4
gaylo565 ........ 24
RyanTuosto ........ 23.34

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 68%

Ads