Oct
6
6
How do I go about making web templates: like the ones you can buy/download online? Do I have to know CSS?
Programming & Design
Gemma A asked:
Basically I’m a pretty competent designer but I’m just wondering how to make website templates in the style of the ones on places like templatemonster etc?
Do I have to know CSS or another language, or is it possible to do it in HTML or without any scripting language whatsoever?
Sphere: Related ContentBasically I’m a pretty competent designer but I’m just wondering how to make website templates in the style of the ones on places like templatemonster etc?
Do I have to know CSS or another language, or is it possible to do it in HTML or without any scripting language whatsoever?
Ask a Question
Tags: Competent Designer, Css, Scripting Language, Web Templates, Website Templates











October 7th, 2008 at 6:55 pm
CSS isn’t a scripting language. It’s just a way of describing the styles in your document.
And yes, you’ll need to learn CSS in order to design web templates. For a great example of the power of CSS, look at the Zen Garden website - they have just one page of HTML but you can switch between hundreds of different CSS files for a completely different look.
Add A Comment