PDA

View Full Version : Alternating Forum Colors


JMEWLS`
11-28-2008, 01:53 AM
For example, say I make a style that's red, then a style thats blue. How can allow users to change the color by pressing a button. I've seen it on other styles, but I don't remember the links to them. I hope that's a good description.

I don't want to use a style chooser.

JMEWLS`
11-29-2008, 02:28 AM
Bump?

Lynne
11-29-2008, 02:37 AM
I think what you are asking is that you want to have links to your site that have "styleid=x" at the end.

So something like:

<a href="http://www.yoursite.com/index.php?styleid=x">Red</a>
<a href="http://www.yoursite.com/index.php?styleid=y">Blue</a>

JMEWLS`
11-29-2008, 03:48 AM
I think what you are asking is that you want to have links to your site that have "styleid=x" at the end.

So something like:

<a href="http://www.yoursite.com/index.php?styleid=x">Red</a>
<a href="http://www.yoursite.com/index.php?styleid=y">Blue</a>


Perfect, you're the best help I've ever seen on the forums. I could work a code from here :)