Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   CSS (https://www.askmehelpdesk.com/forumdisplay.php?f=445)
-   -   Should one use many style sheets? (https://www.askmehelpdesk.com/showthread.php?t=122259)

  • Aug 23, 2007, 12:23 PM
    Jiser
    Should one use many style sheets?
    Should one use style sheets for instance:

    1) Links
    2) Text
    3) Images
    4) Paragraphs

    Or should one use just one stylesheet for the whole site?

    I will be using css for an online ordering system and website for a photographer.

    Cheers
  • Sep 19, 2007, 03:00 PM
    InPain488
    Any page that is only text I would use a single style sheet. But they will have all same characteristics. Anything such as links I would use another style sheet because there is different complications.
  • Sep 19, 2007, 04:03 PM
    jstrike
    Common practice is to use a single style sheet. However for larger sites this gets to be a real pain as the style sheet quickly grows. To make management easier you could break them up into separate logical groups and then either include all of them in your HTML or use the @import to create a master CSS and include just that master style sheet in your HTML.

    HTH.

  • All times are GMT -7. The time now is 01:28 AM.