Re: How to align right with no drop?
Wasn't it samuel who wrote:
>
>Can anyone tell me how to make the text italic please, I tried
>inserting font-style="italic"
>inside html='<font face="Arial Narrow" size="4"> but it doesn't
>work
There's no such attribute for the <font> tag. You either have to use the
<i> tag or use a style on the container
html='<font face="Arial Narrow" size="4"><i>
or
html='<span style="font-style:italic; font-family:\"Arial Narrow\";
font-size:12px;" > . . .
</span>';
--
The Blackpool Community Church Javascript Team
http://www.econym.demon.co.uk/googlemaps/
0 Comments:
Yorum Gönder
<< Home