Hi
how can we link an article page to a menu listed on the footer area (footer-1 ....6 ) ?
is it possible to give article url instead of *.html ?
Something like this :
<div class="footerlinks1">
<div class="footerhead"><a href="http://localhost/sunshine/index.php?option=com_content&id=17">Home</a></div>
<ul>
<li><a href="http://localhost/sunshine/index.php?option=com_content&id=18">About Us</a></li>
<li><a href="http://localhost/sunshine/index.php?option=com_content&id=19">Testimonials</a></li>
<li><a href="http://localhost/sunshine/index.php?option=com_content&id=20">Services</a></li>
<li><a href="submit-request.php">Submit a Request</a></li>
</ul>
</div>
Regards
Luke