Hey Guys,
I'm really stuck on how I can have the visitor change the style of the content on my webpage. I've looked into stylesheet switcher, but that changes a whole stylesheet, when really all I want users to be able to change is their preferred background color, alignment, font family, font color and font size.
So for example, how would I let the user be able to select a certain style type for these specific classes:
<table class="background">
<tr class="justify">
<td class="fontfamily">
<p class="fontsize">
<strong class="fontcolor">Hello World!
</strong>
</p>
</td>
</tr>
</table>
So, I could have a script that would left the user control the class=Background, where they can select a background color from a selection.
I hope that makes sense! Can anyone help me out?
I really appreciate all your help!