View Full Version : font help


hiphopprincess
07-21-2004, 05:53 AM
does anyone have a code for making the text uppercase like THIS???

JiNgLeBeLLz77
07-21-2004, 12:27 PM
this should work =]

<style type="text/css">
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 8pt arial;
color: #CCCCFF;
text-align:justify;
text-transform: uppercase;
}
</style>

hiphopprincess
07-21-2004, 02:21 PM
thankz so much!!!

JiNgLeBeLLz77
07-22-2004, 01:39 PM
you're welcome :)