I am formatting my wiki using custom css.

Changing the css in
../swiki/default/files/schemes/orange/style.css gives me most of what I want ... except I want to format the page name<h2> tag.

How can I place a div around the wiki page name or a class in the h2 tag? Is there a template file that can be edited to achieve this?

Eg http://minnow.cc.gatech.edu/swiki/15 would have html page name rendered in html as:

<h2 class="pageName">Downloading Swiki Servers</h2>

or

<div class="pageName">
<h2>Downloading Swiki Servers</h2>
</div>

Thanks

--
Edward Stow
Lecturer, Information Technology
School of Information Studies
ph 02 6933 2387
_______________________________________________
Pws mailing list
Pws@cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/pws

Reply via email to