Announcement

Collapse
No announcement yet.

How to Apply Drop Down Menu to All your Webpages

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

  • How to Apply Drop Down Menu to All your Webpages

    Dear Sir

    We have created a dropdown menu and saved as 'menu' ( menu.html). Then We have published it. Then In the index.php page we have created a html box( Same Size as menu) and copy pate the below code
    <?php
    include 'menu.html';
    ?>

    and Then published it

    However the dropdown menu dosent appear in the index,php page?

    Your help is required?





  • #2
    Re: How to Apply Drop Down Menu to All your Webpages

    Can you post a link to the page.
    Is there also a chance of a html index page still being on the server??? If so! delete this html page.
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment


    • #3
      Re: How to Apply Drop Down Menu to All your Webpages

      Originally posted by Collectors-info View Post
      Can you post a link to the page.
      Is there also a chance of a html index page still being on the server??? If so! delete this html page.
      Dear Sir

      Thanks for your reply. Yes we have checked on the server that there is index.html file and there is no index.php file on the server. How do I publish the file as index.php and not index.html?

      we saved the index file as index.php in bluevoda then when try to publish the index.php file it gets published as index.html.


      What is the correct way to publish the file with .php extension?

      Thank you very much

      Comment


      • #4
        Re: How to Apply Drop Down Menu to All your Webpages

        to publish it in php,
        click on an empty space at BV >
        click Page Properties >
        at File extension choose php at dropdown.

        You must delete the html page that already been published.

        Comment

        Working...
        X