swf in header with css?

Out of context: Reply #11

  • Started
  • Last post
  • 12 Responses
  • amullins0

    n/p - as yaphi and slappy mentioned above, ssi is the way to go for new projects (if your host supports them). they make updates like this fast-n-easy. i generally have the following includes for a simple site:

    head.include.php - meta. scripts, css, etc.
    header.include.php - header w/ main nav
    footer.include.php - footer nav and copyright
    subnav.include.php - if necessary
    breadcrumb.include.php - if necessary

View thread