8thos
07-06-2011, 10:00 PM
This is a box I put in the header of my site to change forum skins.
You can use it anywhere though.
https://vborg.vbsupport.ru/external/2011/07/104.jpg
Get HTML color codes from this site: http://html-color-codes.info/
This is my regular forum link:
http://the8thlegion.com/forum.php
This is my forum link after switching to the next style:
http://the8thlegion.com/forum.php?styleid=185
For this line of the code, make the style ID number match your skin.
<option value="185">Black</option>
The code in green is the name of your style.
Write the style name where it is in blue.
The code in red is where you change the color inside the box.
<form action="forum.php" method="get" id="footer_select"><select style="background-color:#e9e9e9;" name="styleid" onchange="switch_id(this, 'style')"><optgroup>
<option value="" select="selected">Choose A Theme</option>
<option value="198">Steel</option>
<option value="185">Black</option>
<option value="191">Pink</option>
</optgroup>
</select>
</form>
You can use it anywhere though.
https://vborg.vbsupport.ru/external/2011/07/104.jpg
Get HTML color codes from this site: http://html-color-codes.info/
This is my regular forum link:
http://the8thlegion.com/forum.php
This is my forum link after switching to the next style:
http://the8thlegion.com/forum.php?styleid=185
For this line of the code, make the style ID number match your skin.
<option value="185">Black</option>
The code in green is the name of your style.
Write the style name where it is in blue.
The code in red is where you change the color inside the box.
<form action="forum.php" method="get" id="footer_select"><select style="background-color:#e9e9e9;" name="styleid" onchange="switch_id(this, 'style')"><optgroup>
<option value="" select="selected">Choose A Theme</option>
<option value="198">Steel</option>
<option value="185">Black</option>
<option value="191">Pink</option>
</optgroup>
</select>
</form>