Psionicist
Explorer
I will try some different colors to see how things look.
[color=#FFFFFF]<!-- Note to self: The title MUST be on row 2 of file
Miscellaneous
-->
- <a href="?submenu=sub_misc&sektion=contact.html">Contact</a><br>
- <a href="?submenu=sub_misc&sektion=advertising.html">Advertising</a><br>
- <a href="?submenu=sub_misc&sektion=logos.html">Logos</a><br>
- <a href="?submenu=sub_misc&sektion=supportenw.html">Support EN World</a><br>
- <a href="?submenu=sub_misc&sektion=aboutrus.html">About Russell</a>[/color]
Morrus said:Very spiffy.
Hey, here's a thought, Psionicist.
1) How complicated would it be to let users have different items appear depending on their preferences? That could be a series of index pages (index1, index2 etc.) and they just bookmark their choice. Some might have more stuff (e.g. latet review, an extra menu etc.) and others will have less.
2) I know nothing about stylesheets and stuff. Would they be the thing I'd need to to let people chosoe thier colour scheme?
[color=#FFFFFF]
<?
// dark color scheme
$bgcolor="#000000";
$boxbgcolor="#888888";
$boxbordercolor="#FFFFFF";
$textcolor="#FFFFCC;";
$linkcolor="#FFFFFF";
$visitedlinkcolor="#BBBBBB";
$activelinkcolor="#005500";
$hovercolor="#AA0000";
?>
[/color]