Results 1 to 2 of 2

Thread: Is it possible to have an editable side navbar in an external style sheet?

  1. #1
    Join Date
    Jul 2005
    Posts
    1

    Is it possible to have an editable side navbar in an external style sheet?

    Hi,

    I have a quick question, hopefully this makes sense. I'm a little new to CSS.
    All of my html pages use the same navbar, is there a way with an external style
    sheet to control the navbar, in other words edit it and add things when needed
    instead of opening each html page and change individually??

    Thank you for any help.

  2. #2
    Join Date
    Mar 2004
    Location
    China
    Posts
    3,315
    CSS contings styles and visual effects.
    html contains the content.

    If you want to have the same bit of html on every single page but only write the code once, then you should use a Server Side Include or a PHP inlcude.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •