TAV1702 Posted November 4, 2009 Report Share Posted November 4, 2009 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 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted November 4, 2009 Administrators Report Share Posted November 4, 2009 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 Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted November 4, 2009 Author Report Share Posted November 4, 2009 Ok thanks Nabeel. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.