all groups > flash (macromedia) > september 2006 >
You're in the

flash (macromedia)

group:

textfield: bold and italic?


textfield: bold and italic? gdmt
9/27/2006 9:35:58 PM
flash (macromedia): hi everybody!
can i set to bold and italic from an external css in a dynamic textfield, which loads an external html?
how?

thanx in advance
Re: textfield: bold and italic? urami_
9/28/2006 12:00:00 AM


[quoted text, click to view]

of course you can - font-weight:bold;
--
Best Regards

Urami


--


<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
Re: textfield: bold and italic? gdmt
9/28/2006 3:36:34 PM
i don't need all the text bold, just the ones i set in the html with <span>

do i got to embbed the 3 fonts? regular, bold and italic to work?

Re: textfield: bold and italic? gdmt
9/28/2006 7:51:19 PM
forget about it, i could solve it..
i had to add 2 new fonts, the same font but bold and italic.


if someone got the same problem than me, i did this this way:

fonts in my library:
Georgia: georgia normal
Georgia B: georgia bold
Georgia I: georgia italic

css:
A:LINK, A:VISITED {
color: #006600;
text-decoration: none;
}
A:HOVER, A:ACTIVE {
color: #003300;
text-decoration: none;
}
.I {
font-family: Georgia I;
}
.B {
font-family: Georgia B;
}

thanx anyway...
AddThis Social Bookmark Button