Archie ( has been fraternizing with elements of OUSFG since late 1997 (originally AlxWilliams, his tutorial partner and then OUSFGPresident). OUSFG let itself into his room while he was out making a cup of tea in early 1998, and that was that. Hey, at least it brought muffins. Archie is an ex-OUSFGLibrarian and a dabbler of OusfgDotNet . :Homepage :: http://ousfg.net/~archie He is a director of Stellar Pioneers , aiming to roll-out a weird hybrid of SettlersOfCatan, Command & Conquer, Civilisation and E__Bay, playable from within CSS-capable browsers. This project has been in hibernation for some time, but has recently relaunched. He likes : PythonLanguage, CLanguage, CSharpLanguage and operating systems that are POSIXCompliant. Currently, he's working on some distributed video-playing thing. -Archie - i have zis plan, you see. I want to hand over most of the control over how the wiki looks to a CSS stylesheet. I would let people cookie themselves with a URL for a stylesheet, then get the HTML header generation code to parrot it back to them. Thus, arguments over how various things should look could be resolved by giving people a personalised stylesheet. Is that plausible? How powerful is CSS? I'd like to do things like putting a colon after a
element, making various things bold or not, making the toolbar look different, or be in a different place, etc. -- TA -- So... Butch wants to be Sundance, eh? It sounds plausible, yes. I recall http://totl.net doing this for a while, but it looks like they removed this feature. CSS is fairly powerful - any standard HTML tags can have styles attached to them. You can effectively create new style tags using CSS classes and the
and tags. The main purpose of CSS is to separate style and content. The colon you mention above would count as content, so CSS wouldn't be able to automatically place a colon in a
tag (though it could easily apply a style to
content). CSS is excellent at positioning elements (relatively and absolutely), so the toolbar positioning sounds plausible. --- So you can't just throw in entirely new chunks of text? Say, if i wanted "All your base are belong to me!" to appear at the bottom of each page, i couldn't do that? I suppose XSL has to be good for something. ---- Incidentally, you can use CSS2 to add new content to a page, using the before and after pseudo-attributes and the content attribute, or something (i saw it on the web somewhere - i know nothing about CSS, so don't ask me). However, no browsers actually implement this - not even Mozilla. -- TA ----- Actually mozilla does implement them, but not in an overly useful way. You can insert plain text, with no tags. IE doesn't though. -- DS CategoryWikizen CategoryOUSFGMember _Disclaimer : due to the open nature of the Wiki, nothing written here is guaranteed to be true, though it probably is if it isn't slanderous._