HTML question about size changing?

Dynamite

New member
i put in <size=72> and it comes in size 8. sometimes it comes in size 72, even if i put in <size=8>. The ONLY sizes that come up are 72 and 8! i can put in <size=4> or <size=36> or whatever but it either comes as 8 or 72! what to do?
 
<span style="font-size: 72px;">text</span>

use css. you NEED to do this considering how html elements and properties are being deprecated and replaced by css in newer html versions.
 
Hmmm... I'm not quite the HTML expert anymore, but I used to know a ton. That's odd. Maybe, just maybe, put it in px or pt. Like...
<size=72px>
or
<size=8pt>
Hope that helps, good luck.
:D
Email me for more info or questions in HTML or graphic design
 
Back
Top