Christian Brown
Member
- 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
like i said google is your friendI want a Custom one though and do you know of any good ones I can download
alright thankslike i said google is your friend
You need to learn basic HTML and CSS before going to PHP. And a template right? Why include PHP then?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
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.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 likeYou must be registered for see linksfor basic and advanced coding.
ThanksPHP 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