Font formatting in PHP files?
-
Does anyone know how to (or if it’s even possible to) format specific words & sentences inside PHP files?
I tried the standard method used in HTML pages (yes, I’m well aware that a lot of HTML standard coding isn’t supported in PHP files), for example:
<font color=”red”>sample text</font>
This doesn’t appear to be working with the text I’m trying to edit (it’s a line of text in my blogs footer.php, which the CSS file seems to be ignoring).
Cheers guys ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Font formatting in PHP files?’ is closed to new replies.