Announcement

Collapse
No announcement yet.

Help for updating subpages

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

  • Help for updating subpages

    Hello,

    Im starting my website but im facing a problem.

    I planned my site like this: i want that some part of the layout (header,footer,menus,area for adds,etc) of the homepage to be always present in the other subpages. But my problem is, if i make a change in the homepage(pex: menu name or change a flash add, how can i reflect this changes automatically in the other pages.

    Thanks for the help.
    ____________________________________
    We cannot see internet evolution from the outside. We would be illiterate quickly.

    My baby site:
    http://mostvisitedwebsites.net
    ____________________________________

  • #2
    Re: Help for updating subpages

    This post should help you to achieve the above............
    or
    see step by step here also
    Have fun
    Regards..... David

    Step by Step Visual Tutorials for the complete beginner
    Newbies / Beginners Forum
    FREE Membership Login Scripts: - Meta Tags Analyzer
    My Social Networking Site - Free Contact Forms
    Finished your New website!! Now get it noticed Here:

    Comment


    • #3
      Re: Help for updating subpages

      Thank you very much for the information. It helped a lot. Now i reached to another problem. I created many html box's in my index page, working well (horizontal menu,images,etc) but i want to have another menu on the left side. Now, both menus dont work. I read the text from Naval but i couldnt do it. i did like this:

      1) created page menu_lateral2.php with my BV menu bar positioned in the topmost left corner.
      2) added the code snippets to the start of page menu_lateral2 (
      <? function menu_lateral2() { ?> )
      and end of page ( <? } ?> )
      3) changed it to publish as a php file and i can see the php file in my public_html folder.

      4) placed an html box on a page called menu_lateral.php It is inside public_html too.

      5) double clicked on the html box and place the call to the menu function in it making sure to copy/paste all code snippets.
      <?php
      include ("menu_lateral2.php");
      menu_lateral2();
      ?>

      6) placed an html box on the index.php page
      7 ) double clicked on the html box and place the call to the menu function in it making sure to copy/paste all code snippets.
      <?php
      include 'menu_lateral.php';
      ?>

      7) published my index.php again.
      When I go to my page the menu bar does not appear.

      Conclusion: I have HTML box inside HTML box. Is this possible? What am i doing wrong?
      ____________________________________
      We cannot see internet evolution from the outside. We would be illiterate quickly.

      My baby site:
      http://mostvisitedwebsites.net
      ____________________________________

      Comment


      • #4
        Re: Help for updating subpages

        Can anyone help me please? My site is http://www.cres-ser.com/.

        Now i can have one menu bar, but one of the links from the last button of the menu bar is behind a video. I tryed to put it to front but nothing happened.

        And the other problem is that I want to add another menu bar into the black area on the left, but when i try to do that one of the menu bars (up or left) disappears. I can&#180;t get them both at the same time doing as i said in previous post.

        Best regards
        ____________________________________
        We cannot see internet evolution from the outside. We would be illiterate quickly.

        My baby site:
        http://mostvisitedwebsites.net
        ____________________________________

        Comment

        Working...
        X