Jump to content

Basic Information about template based website


Guest jyoti.seo

Recommended Posts

Guest jyoti.seo

Hi,

 

I am just a beginner of web designing and i would like to know actual difference between template based website and non template based websites with example ...which is better ?

 

And how we actually identify that a website is template based and not ?

 

 

Thanks & Regards

 

:) Jyoti

Link to comment
Share on other sites

Sometimes when you look at the source code for a website you will see comments like

 

which indicates that a template has been used, but often there is no easy way to see if a template has been used.

 

If you Google for free website templates you will get links to hundreds of them, and you can then download one and edit it. Sometimes it helps beginners because you get a complicated working page given to you and if you have trouble with edits you can download the template and start again, so it can be a good way to learn.

 

There's no substitute for learning to code manually, or aty least to edit a template manually because it's the best way to learn.

 

Edit: if you are creating a website with many pages which all have the same structure, menu, header, footer, etc. you can use PHP "includes" to put the common codes in separate files and use PHP insertion codes in all the main pages so that the page only has the content which is different, all the common parts come from separate "include" files. This means that if you need to edit the menu later, you only have to edit one "include" file and it will be inserted in all your main pages. See a video tutorial or PHP tutorial from a link at the top of this forum page.

Edited by Wickham
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...