navigation-bar
does anyone of you have an idea how i simply can design a dynamic "menu" (don't know if you know this word, navigation-bar?) for my page?
i don't want to edit my html for every change...
thank you for your help!
ari
does anyone of you have an idea how i simply can design a dynamic "menu" (don't know if you know this word, navigation-bar?) for my page?
i don't want to edit my html for every change...
thank you for your help!
ari
Rob Pengelly posted this at 13:28 — 2nd December 1999.
They have: 850 posts
Joined: Jul 1999
You could use Server Side Includes (SSI)
to do this easily (if your host supports it).
Place the following where the side menu is suppose to go,
<!--#include file="nagivation.html"-->
------------------
The longest recorded flight of a chicken is 13 seconds.
http://www.thehungersite.com - http://www.therainforestsite.com
http://www.ratemymullet.com - Beauty is only mullet deep.
merlin posted this at 09:26 — 3rd December 1999.
They have: 410 posts
Joined: Oct 1999
this means i need a program in f.ex. perl that takes the data from a file an print the things in html, right?
uhu, i'm just a beginner in perl....
[This message has been edited by alibababa (edited 03 December 1999).]
Rob Pengelly posted this at 18:49 — 3rd December 1999.
They have: 850 posts
Joined: Jul 1999
Nope
SSI doesn't have anything to do with perl.
If your host you to use SSI, just put
<!--#include file="nagivation.html"-->
where the navigation bar should go on every page, and than have a
navigation.html containing the navigation bar.
Simple as that
------------------
The longest recorded flight of a chicken is 13 seconds.
http://www.thehungersite.com - http://www.therainforestsite.com
http://www.ratemymullet.com - Beauty is only mullet deep.
merlin posted this at 10:54 — 5th December 1999.
They have: 410 posts
Joined: Oct 1999
ah ok! thank you!
i see, there are easy things too...
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.