|
Posted by J.O. Aho on 05/26/07 20:13
jane doe wrote:
> I update often, and having to do each page one by one is getting old very
> quick. I use css on my website, but I am not real good at it. I need a way
> to add or update links to my pages, but only have to edit one file, instead
> of 77. Is there a css way of doing this? Or is there another way?
Using scripting languages ae usually quite good for this, you then can include
the menu/links list to the pages and only have one file to edit.
Those who want to be more complicated can use a xml file as the source for the
links and the script that is included will parse the xml and "draw" the
menu/link list (still one file to modify, the xml).
There are other ways too, but not all of them are worth mentioning.
--
//Aho
[Back to original message]
|