To get round this I was going to make/steal a css menu and do the same kind of thing. But I'm having the same issue with the content of a link appearing in a fresh tab rather than as content within the current page. Target of link is set to being _self so I expected it to open in the current content window. Which it doesn't. It opens in a new tab!
Ideally what I want to do is to have a menu file with all the menu links for the site in. This will import the menu css file for the style related wotsits. The content pages I'd assume would import the menu contents like a frame site would along with the menu style sheet too.
The vital bit that seems to be missing is what the html source code for the linked in files look like. Does it have all the normal headers, what import statements does it have and does it just have something like a body or div tag with the content in rather than a full blown page structure? The css tutorials I have found seem to miss this out altogether and assume I'd want to copy the menu list into every page rather than having one menu content file, one menu css and multiple content pages which all open up inside a content area kind of frames style.
I'm obviously missing something really dumb here
Can anyone point me to an idiots guide to creating menus and content for a css driven site? I could do it with a cms but I could do with understanding all this stuff at some point



Print Thread
deleted