PDA

View Full Version : how do i make the simple template the DARK version only


muggzy
08-27-2005, 09:06 PM
hi there, i like the dark version better than the light, how do i make the dark version default and get rid of the option of switching

Joe[y]
08-27-2005, 09:14 PM
change

<!-- CSS -->
<link rel="stylesheet" type="text/css" href="templates/simple/styles/light.css" title="light" />
<link rel="alternate stylesheet" type="text/css" href="templates/simple/styles/dark.css" title="dark" />

<!-- SCRIPTS -->
<script type="text/javascript" src="templates/simple/scripts/styleswitcher.js"></script>


to


<!-- CSS -->
<link rel="stylesheet" type="text/css" href="templates/simple/styles/dark.css" title="dark" />

muggzy
08-31-2005, 10:02 PM
do you know how to default it to dark instead of light?

Joe[y]
09-01-2005, 09:20 AM
i just gave you the solution!

muggzy
09-02-2005, 03:30 PM
oops sorry im lame i know.
so i delete that java script bit too?

Joe[y]
09-02-2005, 04:24 PM
yup. no need for the styleswitcher script to be included if you no longer want to styleswitch.

Skippy29
10-07-2005, 04:13 AM
Which page do I edit though?

Nemesis
10-07-2005, 06:10 AM
You have to edit every page's header in order to change that.
Unles you have the header/footer hack ...