• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

FREE website html templates

GeorgeB

Chairman/CEO TMCG
NLC
Does anyone know of a good, decent site that offers free html web templates.

I am looking for a site that has good looking templates, and a wide variety as well.
 
PHP:
$free = 0;
$paid = 1000;

if ($free >= $paid) {
    $output = "sure, i know about {$free} great free sites";
} else {
    $output = "nope, no good free ones really, but, i know about {$paid} ones.";
}

echo $output;
 
I made a mistake. I am looking for CSS templates, not HTML. It is for a new program I found, called livesite.
 
you cant really download just a css template to make a site how you want it. you either write css, or you will need to get an html template with valid css writte for it. but, that css isnt going to just make another site work and look right. your css and html have to correspond to work.
 
Back
Top