--- In [email protected], "b_obert75" <[EMAIL PROTECTED]> wrote:
> 
> i meant in svg 
>   <line x1="0 y1="0" ... class="myclass"> 
> and in my external css-file 
>   .myclass { stroke:#FFFFFF; }

The example I gave should work fine for your for CSS:

line.myclass{
    stroke: #FFFFFF;
}
/* or */
.myclass{
    stroke: #FFFFFF;
}

Both will also work in external stylesheets just fine as well.

> - but i looked around a lot and learned, that external stylesheets
> aren't quite good, so i changed to interal ones. the problems with
> stylesheets are solved too, but thanks anyway.

Where did you read this?  There shouldn't be much of a difference
between the two imo, but then again I do not have a solid answer for
that one.

> the text editor saves my files as "character set: ANSI" and filetype
> "PC" - should by okay, shouldn't it? it's quite strange, the umlaut
> "รค" works fine everywhere, others don't :/

Not sure.  Ansi should be ok.  Maybe try UTF-8?

Cheers,
Alastair




------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12ho89o00/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1124755803/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!</a>.</font>
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to