Ive got this code: <span style="color: #FF0000"><b>Administrator</b></span> HTML: I want to make the size of the text to 24px. How do I add this to this line of code?
Hi, <span style="color: #FF0000; font-size:24px;"><b>Administrator</b></span> Code (markup): Try not to use in line styling though, create style and do it that way ... gG
<strong style="color: #FF0000; font-size: 24px;">Administrator</strong> HTML: Whats the point in having a <b> inside a <span>...