What’s the simplest way of creating your vertical menubar without the need for frames. I would like to creat something like this: http: //www. corefm. net that when i edit the menubar, it links with all pages.
you should use Server Side Comprises of (SSI) or php involves
Ok many thanks, is there any function on dreamweaver that should let me create it and not having to use code : because that looks not possible. All I know is quite basic html.
If the server lets get PHP, then all you’ve got to do is usually make an HTML file with your menu, and then call it with all the include function..
So here is your index. php:
< html> < head> < title> Title< /title< /head> < body> ... header content... < include(" sidebar. html" ) > ... content of site... < /body> < /html>
Hope this pays to you.. It barely pays to me while I described them.
If your gonna use PHP, which is very easy, be sure to save the page your such as the header on because. php like catalog. php
good then… time you start learning more in which basic html
ssi in addition to php are together extremely easy… the link i gave is often a tutorial. it’s similar to with php:
ONE PARTICULAR. you put your menu in the separate file. call it what you would like: menu. ssi or maybe menu. inc or maybe menu. html… that extension doesn’t matter
A COUPLE OF. to put the menu with your page you phone it like this
<! --#include virtual=" menus. ssi" -->
3. be sure to rename your file which has the include to help. shtml
also… before you can all that… such as php, make guaranteed the server encourages ssi’s
which is it
Ok thanks for any tips
My server will well then , i’ll host php and also I guess you will be right, I should try some of the more difficult products.