AHHH freaking font size |
AHHH freaking font size |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Sep 2004 Member No: 45,832 ![]() |
okay.. on my xanga I managed to get my font for the links to be 8 pt size.. but the stupid text font won't be 8 pt.. what do I have to do to fix it? here's my ghetto little style sheet:
<style type="text/css"> <!-- BODY {font-family:arial;font-size:8pt;color:6dc6c98;scrollbar-arrow-color:white;scrollbar-base-color:464484;scrollbar-none-shadow-color:6d6c98;scrollbar-track-color:#b9b4b9} A:LINK{font-family:arial;font-size:8pt;text-decoration:none;color:464484} A:VISITED{font-family:arial;font-size:8pt;text-decoration:none;color:464484} A:ACTIVE{font-family:arial:text-decoration:none;color:464484} A:HOVER{font-family:arial;color:FFFFFF;A {width:0;height:0;filter:blur(direction=90);filter:fliph(direction=90)} --></style> here's what it looks like on my xanga: http://xanga.com/tr0pica1rain WHAT THE HECK IS WRONG?? thanks mucho! =) |
|
|
![]() |
![]()
Post
#2
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 ![]() |
Add this:
CODE <style type="text/css">
body, p, td {font-family: arial; font-size: 8pt;} A {font-family: arial; font-size: 8pt;} </style> |
|
|
![]() ![]() |