T
Trevor L.
BlankThe W3C standard states that use of the <font> tag is deprecated.
I have some code from which I am trying to remove it
style.css contains
..slide {font-face: Verdana,Arial,Helvetica,sans-serif ;
background: white ; text-align: center ;}
HTML contains
<body class="slide">
<p>
<img .........>
text in here
....
I find that even though the class of the body is "slide" which specifies {font-face: Verdana,...}, the text after the <img> tag does not take the font of verdana unless I add <font face=verdana> before the text.
Why is it so?
What can be done to put this spec in CSS?
--
Cheers,
Trevor L.
I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
I have some code from which I am trying to remove it
style.css contains
..slide {font-face: Verdana,Arial,Helvetica,sans-serif ;
background: white ; text-align: center ;}
HTML contains
<body class="slide">
<p>
<img .........>
text in here
....
I find that even though the class of the body is "slide" which specifies {font-face: Verdana,...}, the text after the <img> tag does not take the font of verdana unless I add <font face=verdana> before the text.
Why is it so?
What can be done to put this spec in CSS?
--
Cheers,
Trevor L.
I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html