Page 1 of 1

Change size of highlight_string()?

Posted: Thu Oct 16, 2003 5:43 am
by like_duh44
How would I go about changing the font size of highlight_string()? I tried putting the font tags around it, but to no avail. Any help is appreciated

Posted: Thu Oct 16, 2003 5:47 am
by twigletmac
It puts the text into <code> tags so you can change the size via CSS:

Code: Select all

CODE &#123; font-size: whatever; &#125;
Mac