This topic is locked

Change button text colour and formatting

4/1/2009 6:44:13 AM
PHPRunner General questions
M
mmponline author

What is the easiest way to change the colour and formatting (Eg <b>) of the text of specific buttons only?
I can add a new style in the style.css but it would be easier if the text could just be edited in some way. Highlighting it doesn't allow formatting editing (All options greyed out).
Thanks for any help...

J
Jane 4/1/2009

Hi,
click on the button on the Visual Editor tab, switch to HTML mode and add style parameters for selected button.

Here is just a sample:

<input type=button style="color:red;" ...>

M
mmponline author 4/3/2009

Great! Support on this forum is tops!