Changing Font Size using Insert PHP
-
I am using the code below:
[insert_php]
$a= htmlspecialchars($_GET[“SendTo”]);
echo “<p> <font size=4 color=Blue >$a</font></p>”;
[/insert_php]The variable prints corectly, the color is correct but no matter what I change the “Size” to, it stays the same.
Any ideas would be appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Changing Font Size using Insert PHP’ is closed to new replies.