Barry Edwin Gilmour wrote:

> [email protected] wrote:
>> After SeaMonkey upgrade (from 2.10.1 to 2.11), the HighlightColorButton
>> has disappeared from SeaMonkey Composer    :-(
>>
>> It's a very useful tool, I use it often, how can I add it back to
>> SeaMonkey Composer ?
>>
>> Thanks in advance for your help.
>
> It's been deprecated, but you can still highlight your selected text,
> via a span style rule you type into the "<HTML> Source", e.g.,
> 
> <span style="background-color: gold;">Exported Renewable Energy</span>
> 
> would highlight "Exported Renewable Energy" with a gold-colour, against
> the page's background colour.
> 
> Does anyone in this group know if this is still correct HTML usage?

It's CSS, and is mostly correct. If there is a chance the text color could 
vary, you should also specify it in the rule.

<span style="color: black; background-color: gold;">

Or you could specify a CSS class. See http://htmldog.com for hints.

-- 
   -bts
   -This space for rent, but the price is high
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to