any links? thanks in advance
html to css converters?
Collapse
X
-
Tags: None
-
-
Yes, something like that. I am on a mac thoughNot sure what you exactly mean as html,but
this http://www.table2css.com/ might do it for tables.
...Comment
-
lol, I want to convert my tables to css for all of my sites. just trying to figure out how to do it as quick as possible...Comment
-
Comment
-
I may actually just buy dw cs5, do it that way. Take digitaldivasonline.com for example, it would be a ton to pay someone to convert 1100 .html pages. Would rather empower myself and learn it on my own....Comment
-
You don't need Dreamweaver to make CSS-based pages, what you need is to understand the basis of CSS.
What is nice about DW is the code-hinting, auto-close tags. But you need to understand how CSS works, Dreamweaver ain't gonna do it for you.
As for converting thousands of pages to CSS, I would suggest moving from static html pages to PHP-created ones with a templating system like Smarty which has caching abilities.Strapon Seduction - femdom blog | TwitterComment
-
thank you for the heads upYou don't need Dreamweaver to make CSS-based pages, what you need is to understand the basis of CSS.
What is nice about DW is the code-hinting, auto-close tags. But you need to understand how CSS works, Dreamweaver ain't gonna do it for you.
As for converting thousands of pages to CSS, I would suggest moving from static html pages to PHP-created ones with a templating system like Smarty which has caching abilities.
...Comment


Comment