- From: Chris Lilley <chris@w3.org>
- Date: Wed, 15 Aug 2001 11:57:02 +0200
- To: Robert DiBlasi <r_diblasi@hotmail.com>
- CC: www-svg@w3.org, jferraio@adobe.com, w3t-svg@w3.org
Robert DiBlasi wrote:
> Hint: if you do not like the color......the tags are in this form:
> <font color="greenyellow"> </font>
>
> uses a text editor and use the find /change operation...to
> change all "greenyellow" to something else.....be careful
> to not change the "greenyellow" in section:
> 4.2 Recognized color keyword names
This is why <span class="changed"> .... </span> would have been much
better coding. And
.changed { color: greenyellow }
Then you just change one line in the stylesheet instead of find and
replace on almost all occurrences in multiple files...
--
Chris
with his CSS hat on
Received on Wednesday, 15 August 2001 05:59:18 UTC