(ok, im student in high school learning php)
I have a website set up to read a file, but how do i change the font size for the text?
<?
readfile("importd.txt");
?>
: thats how its set up right now. and when executed it uses the font size default for my site. i want it smaller.
Thanks In Advance