[Help] Need a Tutorial on how to make a template for my website

Status
Not open for further replies.
Sep 10, 2011
135
9
Im currently working on my website and I need to know how to make my template using php and css I think or If you know what Im trying to do please Help me Thankyou
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
Im currently working on my website and I need to know how to make my template using php and css I think or If you know what Im trying to do please Help me Thankyou
You need to learn basic HTML and CSS before going to PHP. And a template right? Why include PHP then?

You can start learning at sites like for basic and advanced coding.
 

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
You need to learn basic HTML and CSS before going to PHP. And a template right? Why include PHP then?

You can start learning at sites like for basic and advanced coding.
PHP is good for use in templates especially if your having multiple pages, you can break it down and include files meaning you dont have to edit, every single file.
For example, header.php, nav.php etc...

As said above you need to learn HTML and CSS, however also as said above, use google and maybe search around for free templates (theres alot of sites that offer them). You will learn more from editing a template than starting one from scratch with no idea what to do
 
Sep 10, 2011
135
9
PHP is good for use in templates especially if your having multiple pages, you can break it down and include files meaning you dont have to edit, every single file.
For example, header.php, nav.php etc...

As said above you need to learn HTML and CSS, however also as said above, use google and maybe search around for free templates (theres alot of sites that offer them). You will learn more from editing a template than starting one from scratch with no idea what to do
Thanks

This is not my actual site but its one of minds testing this template who likes it
 
Status
Not open for further replies.

Users who are viewing this thread

Top