erroca
02-04-2001, 07:43 PM
the <xmp> tag is making the showed up HTML VERY-VERY small and courier. I want it to show up <font size=2 face=verdana>. Any suggestions?
|
View Full Version : ok...the <xmp> tag is making the showed up HTML VERY-VERY small. How do I change it? erroca 02-04-2001, 07:43 PM the <xmp> tag is making the showed up HTML VERY-VERY small and courier. I want it to show up <font size=2 face=verdana>. Any suggestions? christiandude03 04-25-2004, 04:02 AM Use css to change what font family and size the text displays in: <style type="text/css"> <!-- xmp { font-family: "verdana"; font-size: 10pt; } --> </style> kicker91 04-25-2004, 04:19 AM This thread was made over two years ago. :confusion EDIT: Three, actually. |