nitramllerraf
New member
I'm trying to get certain words to be displayed on a page with a size that is given by a php variable. When I view the page source of the page it appears that the code is acting correctly but I think that the font size is being overridden by the css file, Here is the code I'm using:
echo '<a href= "#" ><font size='.$font.'em>'.$k." ".'</font></a>';
What is the best way to achieve this?
echo '<a href= "#" ><font size='.$font.'em>'.$k." ".'</font></a>';
What is the best way to achieve this?