modifying Style-Switcher
-
Hi,
I’m using Alex King’s excellent Style Switcher but would like to change the way it displays the options. Instead of creating a vertical list like this:
red
blue
green
purple
I would like to produce a horizontal list seperated by commas. Like this:
red, blue, green, purple
I know almost nothing about php but guess that the code I need to modify is this part:
if ($in_list == 1) {
$ss = '<li id="style">Style:'.$ss.'
';
}
echo $ss;
Can anybody help? Have I misunderstood the problem, is my answer contained in the CSS?
TIA
Phillip
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘modifying Style-Switcher’ is closed to new replies.