Results 1 to 10 of 10

Thread: Header and Footer.....Anyone?
      
   

  1. #1
    Cyber's Avatar
    Cyber is offline Second Lieutenant
    Join Date
    Apr 2008
    Posts
    139

    Cool 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 at 04:04 AM. Reason: check to see if its understandable for regular Joe :)
    Cheeseeeist!
    Cyber

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Header and Footer.....Anyone?

    Whats the question.???

  3. #3
    Cyber's Avatar
    Cyber is offline Second Lieutenant
    Join Date
    Apr 2008
    Posts
    139

    Default 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

  4. #4
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,612

    Default 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....

  5. #5
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Header and Footer.....Anyone?

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

  6. #6
    Cyber's Avatar
    Cyber is offline Second Lieutenant
    Join Date
    Apr 2008
    Posts
    139

    Default 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

  7. #7
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default 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.

  8. #8
    Cyber's Avatar
    Cyber is offline Second Lieutenant
    Join Date
    Apr 2008
    Posts
    139

    Default 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

  9. #9
    Donclurd's Avatar
    Donclurd is offline Private
    Join Date
    Jun 2008
    Posts
    4

    Default 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

  10. #10
    Donclurd's Avatar
    Donclurd is offline Private
    Join Date
    Jun 2008
    Posts
    4

    Default Re: Header and Footer.....Anyone?

    I cant find a edit button but the example is here
    NotePad ++ Is my friend.
    Coding: php,VB.net,C++,HTML,XHTML,SQL(that includes MySQL)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49