Skinning Question

Ok so I am the first to admit, I am ok at integrating a bunch of things  most of the time, but skinning is NOT up my alley at all.

I watched the skinning tutorials and the guy said he found a simple template to use. Am I correct in saying this guy found a forum template? Or are they plain jane html website templates that he is modifying?

I am having real issues figuring this out. I am looking for some place to find free templates from so I can get a layout that I like that I can alter to my liking.

Any suggestions?

Thanks

Ray

Just plain ol html template.

You can just build it up from this…

header.tpl, put:

<html>
<head>
<title><?php echo $title?></title>
</head>
<body>

And in footer.tpl

</body>
</html>

Boom, build from there…

Then just add stuff and see where it all falls in

Ok thanks Nabeel.