Change size of highlight_string()?
Moderator: General Moderators
-
like_duh44
- Forum Commoner
- Posts: 63
- Joined: Sat Jul 26, 2003 6:57 pm
Change size of highlight_string()?
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
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
It puts the text into <code> tags so you can change the size via CSS:
Mac
Code: Select all
CODE { font-size: whatever; }