In_place_editor_field

Is there a way to make the text that is shown in a in_place_editor_field
appear red? Also is there a way to change the color when I hover over
the text? Thanks,

-S

On Nov 12, 2007, at 9:53 AM, Shandy N. wrote:

Is there a way to make the text that is shown in a
in_place_editor_field
appear red? Also is there a way to change the color when I hover over
the text? Thanks,

-S

Look at the source of the page that you’re placing the
in_place_editor_field onto.

There’s probably a class=“in_place_select_field” or something similar
that you can use in your CSS to style the field however you want.

The place I copied from in my own application is from an
Ajax.InPlaceCollectionEditor so you probably have something like
class=“in_place_text_field”

-Rob

Rob B. http://agileconsultingllc.com
[email protected]