HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Recent content by mshikibu

  1. M

    Header/Footer issue

    No. Why would that help me?
  2. M

    Header/Footer issue

    That link is to the university, not to any source code. I have given up on this. No one will help me and the stuff I've tried does not work.
  3. M

    Header/Footer issue

    create two separate files header.php and footer.php <?php include('path/to/header.php');?> // in the location you want the header in the page <?php include('path/to/footer.php');?> // in the location you want the footer
  4. M

    Header/Footer issue

    This must be a really hard question. I posted in a number of places and haven't gotten an answer.
  5. M

    Header/Footer issue

    I was given a couple of pieces of code, but I don't know where to put them or what else I need to do. Also, I already have an .https file, but I used it for the https code. HEADER: <?php if (!defined('IS_PUBLIC_DOC)) { exit; } ?> <!DOCTYPE html> <head> <link...
  6. M

    Header/Footer issue

    What is the easiest way to design header and footer files that place on all pages? CSS or Server Side Includes? I don't know how to do either. I'm trying to figure this out on my own. It looks like there are several ways this can be done: Java, JavaScript, CSS, even html. I have about 400...
Back
Top