|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
Yeah, it sounds like php has what you need...
your main file would have this inserted in the code: ------------------------------ (html code) <? include ('navmenu.php'); ?> (the rest of your html here) ------------------------------ And navmenu.php would actually just be html for your menu (with some css to position/format it). That way, in each file you'd insert that include line (and change the extension of each file to .php instead of .html) and it would insert your menu. That should work for you. |
|
#17
|
|||
|
|||
|
how?
I have no idea on how to make a php, can you help me? Lets say I have a table with 10 rows. how would I make this php? and then do I simply add
<? include ('navmenu.php'); ?> to where I want it to go? |
|
#18
|
|||
|
|||
|
you need to have php on the server. rename all your file with menu in to .php and put the above bit of code in your pages were you want the menu to be. the navmenu.php is just your menu html nochanges
Last edited by sidney : February 14th, 2004 at 02:43 PM. |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > HELP! CSS to make side menu? How do I instert css into page? HELP! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|