View Single Post
Old 01-26-2011, 05:06 PM  
Zverka
Confirmed User
 
Zverka's Avatar
 
Join Date: Jun 2005
Location: EU
Posts: 278
Quote:
Originally Posted by digitaldivas View Post
links would be appreciated
(X)Html and CSS are two different things. You can't convert html to css but
you can convert old style html designed pages with table supported layout
into div (tableless) supported layout design. There isn't good automated way
to do it. Only "human converter" can do it effectively.

Firstly you need to redesign graphic works to match tableless way for building pages,
and after that you need to slice psd design into graphic pieces to match tableless
philosophy. All graphics are coded using CSS and content is coded using (X)HTML.

Only good designer/coder can do it right way.

If you are willing to invest some time in learning here you go http://ebookee.org/Spring-Into-HTML-...ad_561341.html it's free download or you can buy it on amazon (search for Spring Into HTML and CSS)

Install this firefox plugin https://addons.mozilla.org/en-US/fir...web-developer/
and after install do CTRL+SHIFT+S to see what is considered as content (html) and what as design (css). http://www.csszengarden.com/ to see efects.

Or you can hire someone to do it for you but please don't throw you money for any
converter. That isn't proper way. Whole philosophy about splitting content and design
is for easier maintaining sites (meaning you can change content, pics and text without
worrying about page design), and most important for delivering clear formatted content
to search engines without bother them to look into tables for content ;) (they don't give
a shit about css ;) )

__________________
Zverka is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote