|
Post by Simpsons Rule on Dec 12, 2003 18:07:22 GMT -5
To change the Font size on your Board, place this in all of your Headers.
<style type="text/css"> <!-- font {font-size: 10px;} a:link, a:hover, a:visited {font-size: 10px;} --> </style>
Change the 10 to make the Font larger or smaller.
|
|
|
Post by Obscenity on Feb 5, 2007 16:33:51 GMT -5
if u can change the font sice and u also make it bold or italic?
|
|
|
Post by Simpsons Rule on Feb 5, 2007 19:52:45 GMT -5
if u can change the font sice and u also make it bold or italic? This should make everything bold. <style type="text/css"> <!-- font {font-weight: bold;} a:link, a:hover, a:visited {font-weight: bold;} --> </style>
|
|