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?
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?
Comment