> A couple of things I am curious about: Is there a more pleasing way to have > the "create" button displayed? It seems other engines just use a '?', which > I would prefer to a rather unattractive button, which also terminates the > line. This is with the dock theme, by the way.
To do this you need to change the newLink method in the templates (page) category of your Swiki (using the Swiki browser). My attempt was: <a href="<?toNew?>?name=<?newSendName?>" onmouseover="window.status='create new page'; return true" onmouseout="window.status=' '; return true"><?newShowName?>(create)</a> >From what I gathered from past discussions, a form and button were used to prevent robots from creating new pages by following links. Robots won't activate the button but would follow create links. > Also, is there any way to embed fixed-width text, � la <code> or <pre>, > which does not cause a line break? I use the HTML tags <tt> </tt> Joe Crumpton _______________________________________________ Pws mailing list [EMAIL PROTECTED] https://mailman.cc.gatech.edu/mailman/listinfo/pws
