style.css and layout.css question-adding new page to template

Discussion in 'HTML & Website Design' started by indyonline, Nov 30, 2007.

  1. #1
    Hello everybody. I had a quick question. I just bought a template from a template site and the template has a "style.css" and a "layout.css"
    when I create a page do I have to add the values of the page to the css files?
     
    indyonline, Nov 30, 2007 IP
  2. sojic

    sojic Active Member

    Messages:
    133
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    90
    #2
    No, you do not have to change .css files. Just "edit" content in .html pages.
     
    sojic, Nov 30, 2007 IP
  3. indyonline

    indyonline Prominent Member

    Messages:
    4,626
    Likes Received:
    248
    Best Answers:
    2
    Trophy Points:
    335
    #3
    excellent. thanks for the input.
     
    indyonline, Nov 30, 2007 IP
  4. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It is one of the very reasons for having the styling held in external files as you simply reuse it every time saving you having to type it out in full each time and save the user having to download it with every page view.

    Likewise any scripting ideally should also be separated out into external files etc
     
    AstarothSolutions, Dec 1, 2007 IP
  5. indyonline

    indyonline Prominent Member

    Messages:
    4,626
    Likes Received:
    248
    Best Answers:
    2
    Trophy Points:
    335
    #5
    Thanks for the info.
     
    indyonline, Dec 1, 2007 IP