Arnaud Allauzen wrote:
>
> i'm looking for a way that could highlight a text paragraph in grey like
> this :
>
> http://maharadja69.free.fr/oxygen/cdmgrise2.jpg
Add this kind of rule to your CSS style sheet:
your-element-name {
background-color: gray;
}
Of course, your-element-name may be replaced by a much more elaborate
CSS selector.
http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background-color
http://www.w3.org/TR/REC-CSS2/selector.html
> do you think that possible with your software ? if yes, could you give
> me the procedure please .
Sorry but providing a step-by-step kind of support is reserved to the
customers of XMLmind XML Editor Professional Edition.