Loading an UL with CSS

by JoMo
1 replies
  • WEB DESIGN
  • |
I am creating a site with many pages that will be regularly updated. Instead of creating a nav on each page (and have to update each page when the nav changes) I would like to create 1 nav(UL) on a separate page and load it into every page. This way I would only have to make changes to the 1 page.

Can I load an "UL" in to a page with CSS?
#css #loading
  • Profile picture of the author NetMan
    Originally Posted by JoMo View Post

    I am creating a site with many pages that will be regularly updated. Instead of creating a nav on each page (and have to update each page when the nav changes) I would like to create 1 nav(UL) on a separate page and load it into every page. This way I would only have to make changes to the 1 page.

    Can I load an "UL" in to a page with CSS?

    Yes that can be done using SSI method, or with PHP includes.

    Searching google would quicky give you several examples of this.

    Of course the easiest method, if you're not too much in code editing, is to use a cms like wordpress. Managing content and navigation with this is a charm.

    Best regards,

    Andre Foisy
    {{ DiscussionBoard.errors[2191641].message }}

Trending Topics