Jump to content

Tables


manix

Recommended Posts

Well, reason is my whole website is a table, and the reason for that is I couldn't find any other way of having all elements static (not moving around when window is resizing) and the left side are the user control panel and some other menu, the right side is the content the user is viewing which is longer most of the time, but when it's not (it's just 1 case) I don't want the right side being equal to the left, because it's a really short content in it and most of the space is left blank

Link to comment
https://forums.phpfreaks.com/topic/243984-tables/#findComment-1253167
Share on other sites

Well, tables are really for, as the name implies, tabular data. What this means is that if you wouldn't put it in an excel spreadsheet, you shouldn't put it in a HTML table.

 

I, myself, once used tables for my website design, but many from a community much like this one introduced me to tableless design. Ever since I have been using tableless design because it just makes sense.

 

But, like I said, Google it, you will find more reasons why you shouldn't use tables for design.

 

It is your choice, but keep in mind that using tables for design WILL hold you back as a web designer.

Link to comment
https://forums.phpfreaks.com/topic/243984-tables/#findComment-1253173
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.