Announcement

Collapse
No announcement yet.

Header and Footer.....Anyone?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Header and Footer.....Anyone?

    I know copy and paste is what you suppose to do. I thought it must have an easier way to do this. What about header and footer? Anyone?

    Cheeseeist!
    Cyber
    Last edited by Cyber; 06-05-2008, 04:04 AM. Reason: check to see if its understandable for regular Joe :)
    Cheeseeeist!
    Cyber

  • #2
    Re: Header and Footer.....Anyone?

    Whats the question.???
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment


    • #3
      Re: Header and Footer.....Anyone?

      Ok How do you attach header and footer for every page on your website? Is it possible to even do that? If not.....its quite alright.. Thanks
      Cheeseeeist!
      Cyber

      Comment


      • #4
        Re: Header and Footer.....Anyone?

        Do you mean for a BV-created website, or for a Forum (because this was posted in the "Forums" forum)???

        If you mean for your BV-created website, it is as simple as creating a generic "page" and saving it as a template, so you can use it over and over again --- simply by laying items and elements on top of it and Saving it as another page, you are effectively *******ting identical pages which will not show movement when you transition from page to page.

        The other eassy way is to use the CLONE button in BV. Depending on whether or not how much stuff you carry over via Clone, you may have to strip some before re-building the new page to your desire.

        Now....IF you are referring to a Forum or other type of foundation, let us know which specifically, as they all have different sets of detailed instructions....
        . VodaWebs....Luxury Group
        * Success Is Potential Realized *

        Comment


        • #5
          Re: Header and Footer.....Anyone?

          Hi, if it is a BV page we are talking about? This post may help.
          Regards Chris.

          Collectables, Collecting, collectors-info.com

          www.chrismorris.co.uk

          House build project

          Comment


          • #6
            Re: Header and Footer.....Anyone?

            Huh? I dont get it :)
            I guess, BV.......what's the difference between Blue Voda and a forum? I am trying to attach a copyright and a logo on top on all the page of my site instead of copying it and then pasting it. Thanks bunch nice people :)
            Cheeseeeist!
            Cyber

            Comment


            • #7
              Re: Header and Footer.....Anyone?

              Huh? I don't get it :) referrers to where you post this thread (Under start your own community forum) It can be miss leading when posts are under certain headings. But as said on the last posts, you can save the page as a template or clone an existing page. Or set the site up as a .php style as per link in my post.
              Regards Chris.

              Collectables, Collecting, collectors-info.com

              www.chrismorris.co.uk

              House build project

              Comment


              • #8
                Re: Header and Footer.....Anyone?

                Thanks you're so kind. I understand your point in regards to misleading some folks. Yes, it is on the forum since I didn't see anything on the forum what I am looking for{which is the header and the footer}. I thought I should start one but ok so sorry :(
                Cheeseeeist!
                Cyber

                Comment


                • #9
                  Re: Header and Footer.....Anyone?

                  Ok I have your solution goto your header.php or footer.php.
                  As you see there is alot of php like
                  Code:
                  include 'random.php';
                  Now lets do this in steps!

                  1. Make a new .php file named lets say... logo.php

                  2. Put your code in it can be either HTML or PhP for eg:
                  Code:
                  <html>
                  <head>
                  </head>
                  <body>
                  Bla bla bla
                  <img src="http://www.vodahost.com/vodatalk/vb3bluesaint/misc/logo.gif" >
                  </body>
                  </html>
                  So some stuff like that

                  3. Goto your header.php or footer.php and add this code close to the top.
                  Code:
                  include 'logo.php';
                  But remember must be in between the
                  Code:
                  <?php ?>
                  tags or you will get nothing.

                  And thats all to it you can see my example here.

                  Donclurd!

                  Good luck with it :D

                  Comment


                  • #10
                    Re: Header and Footer.....Anyone?

                    I cant find a edit button but the example is here

                    Comment

                    Working...
                    X