Dear Sir
We are trying to implement naval design. However the horizontal menu dosent appear below the header.
How do we set the position of the drop down menu so that it will display on every page below the header.
we want to display the menus and images which is on "hope.php" in to all our webpages. How?
What we did is first we have created menus and publish the page as hope.php now in the test1.php we have created a html box of same size as menu and copy paste the code
<?php
include 'hope.php';
?>
and published the page
However the header in the hope.php files displays correctly in teast1.php but not the drop down menu.
Also the vertical menu hotel dosent stick to its actual position.
How do we set the posion of horizontal and vertical menu?
please help with step by step instructions.
Thanks you
We are trying to implement naval design. However the horizontal menu dosent appear below the header.
How do we set the position of the drop down menu so that it will display on every page below the header.
we want to display the menus and images which is on "hope.php" in to all our webpages. How?
What we did is first we have created menus and publish the page as hope.php now in the test1.php we have created a html box of same size as menu and copy paste the code
<?php
include 'hope.php';
?>
and published the page
However the header in the hope.php files displays correctly in teast1.php but not the drop down menu.
Also the vertical menu hotel dosent stick to its actual position.
How do we set the posion of horizontal and vertical menu?
please help with step by step instructions.
Thanks you
Comment