I'm using PHP template for HTML page

Discussion in 'HTML & Website Design' started by shand0, Jan 22, 2007.

  1. #1
    For this page,i'm using the subsilver template which is common with PHP pages and widely used in PHP forums.As shown in the following meta tags i'm using this template with HTML page
    <html>
    <head>
    <meta name="description"">
    <meta name="keywords"">
    <link rel="stylesheet" href="images/subSilve.css" type="text/css">which is Associated with subsilve.css file
    My questions are
    Should i save HTML pages as PHP pages?
    or do i have to disable this technique?
     
    shand0, Jan 22, 2007 IP
  2. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #2
    A page doesn't need to be PHP to use stylesheets, but PHP is best for templates because you can do includes
     
    frankcow, Jan 22, 2007 IP