Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-26-2007, 02:28 PM   PM User | #1
guvenck
Regular Coder

 
Join Date: Jan 2006
Posts: 377
Thanks: 8
Thanked 1 Time in 1 Post
guvenck is an unknown quantity at this point
Convert existing tabled website to CSS

Hello,

My PHP CMS generates a webpage with a tabled structure. I would like to catch the web2.0 revolution and be able to present this page in (if possible) pure CSS.

Please check a current demo at:

http://www.4kbilisim.com

If possible, view the page source and advice if this page can be presented in CSS. Thank you very much.
guvenck is offline   Reply With Quote
Old 09-26-2007, 02:41 PM   PM User | #2
vtjustinb
Regular Coder

 
Join Date: Sep 2007
Location: Raleigh, NC
Posts: 273
Thanks: 7
Thanked 59 Times in 52 Posts
vtjustinb is on a distinguished road
Nearly anything is possible in CSS, and yes you could easily convert this page to CSS. Search the web for "CSS 3 column layout" and you'll find many articles on how to achieve the layout you have on that page with CSS. If you run into any roadblocks feel free to post and we'll try to help you.
vtjustinb is offline   Reply With Quote
Old 09-26-2007, 03:14 PM   PM User | #3
effpeetee
Senior Coder

 
effpeetee's Avatar
 
Join Date: Feb 2007
Location: Clapham Junction - London SW
Posts: 4,884
Thanks: 228
Thanked 204 Times in 203 Posts
effpeetee is an unknown quantity at this point
This is a useful website.

Frank
http://accessat.c-net.us/articles/convert.html
__________________
* Sources (updated: 21.11.2012.
Using Windows 8 Professional. 64bit with HP Photosmart 5510 printer Very useful site here.
effpeetee is offline   Reply With Quote
Old 09-26-2007, 03:58 PM   PM User | #4
ahallicks
Senior Coder

 
ahallicks's Avatar
 
Join Date: May 2006
Location: Lancaster, UK
Posts: 1,134
Thanks: 1
Thanked 57 Times in 55 Posts
ahallicks is on a distinguished road
Yes, that site has a very nice structure and plenty of CSS already in use. It's not the CSS you are looking at implementing, it's semantic, table-less layouts over style. The basis for any web page comes from it's main content, the bit that is described by the html of the page. In this case the big fuax-par comes from the fact that tables are being used for layout, and this is a big semantic "Web Standards" no no because tables are meant for one thing... tabular data. Site layout is not tabular data.

Check out this link for a nice intro into semantics and why not to use a tables for layout.
__________________
"write it for FireFox then hack it for IE."
Quote:
Originally Posted by Mhtml View Post
Domains are like women - all the good ones are taken unless you want one from some foreign country.
Reputation is your friend

Development & SEO Tools
ahallicks is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 11:02 PM.


Advertisement
Log in to turn off these ads.