Changing Text Background Color

sjc
sjc Community Member Posts: 66

ANYTHING can be done......

It's a simple thing to do - to change the background color of a text block simply add this onclick action:

(I'm assuming you have show HTML published object names SELECTED in preferences so you can get the OBJECT name of the text block)

javascript:document.getElementById('textObjectName').style.backgroundColor = 'color you want';

textObjectName is the HTML published object name of the text block (in parenthesis) and the color you want is the color you want to change to expressed as a color or as a hexidecimal ( http://www.computerhope.com/htmcolor.htm )

Peter Sorenson

Quizzicle