How to convert html/css to smarty template system ? I am aware that smarty has much in common with html, but what are the requirements to convert html to smarty ?
Smarty has nothing in common with HTML. Smarty is a template engine and HTML is a markup language. Regarding the conversion, have you worked with template-based solutions? Crash course @ http://www.smarty.net/crashcourse.php The only requirement is PHP 4.0.x or later.
I know why you think the two are related, because you see HTML markup in the examples. Comparing the two is like comparing apples to oranges, but you believe what you want to I guess. I have worked with Smarty, TinyButStrong, and other template engines.