Rich Text On Friends Page.... -Solved.

Apr 22, 2008 22:40

Okay. I don't normally post in communities to figure things like this out - Especially when they're like this and seem so damned trivial.

Anyway. The problem itself seems simple.
And any help would be greatly recieved ( Read more... )

text

Leave a comment

Comments 14

nomoreprinces April 22 2008, 21:57:09 UTC
In the css you have controling your fonts within the entries add "!important" before the semi-colon. That'll prevent their questionable font/color/size choices from showing up. I had the same problem with someone abusing comic sans in every post. That little trick worked magic.

Reply

xilaii April 22 2008, 22:25:55 UTC
Ugh. I can't seem to get it to work. XD.
That font makes me cringe. And I'm the kind of person that gets driven Insane when things don't match, haha. XD.

Reply

nomoreprinces April 22 2008, 22:37:34 UTC

.entryHolder{
text-align: justify!important;
font-family: Tahoma important;
font-size: 11px!important;
line-height: 0.9em!important;
}

You forgot the ! in font-family and try putting a space before the !

Reply

nomoreprinces April 22 2008, 22:39:05 UTC
And I really really really can't stand that font either. Outside of a K-2 classroom it really has no business being anywhere.

Reply


Leave a comment

Up