Re: ****See almost all the correction of SVG PR from CR......importaint read *****

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