This topic is locked

Change Background color of a button

3/10/2009 11:59:02 AM
PHPRunner General questions
vin7102 author

Hi,

Whats the easiest way to change the background color of a button like to change an "add new" button to green for it to stand out a bit more.

Thanks

J
Jane 3/11/2009

Vince,
edit HTML code on the Visual Editor tab manually.

Here is just a sample:

<INPUT class=button style="BACKGROUND: green" type=button value="Add new" {$addlink_attrs}>

vin7102 author 3/11/2009

Jane,
Thanks, Now going a step further, can I change something in the source code to apply the green button color on all of the "add new " buttons in my entire project?
Thanks

J
Jane 3/12/2009

Vince,
edit C:/Program Files/PHPRunner5.1/templates/layouts/<selected layout>/lheader.htm file for this purpose.