For Neopets ONLY discussion.
Topic locked

White Font

Mon Sep 25, 2006 7:45 pm

I was doing html font (ascii) art, but neopets doesn't allow white font. :o

I need it for the whitees of the eyes, and the background. What else can I use? Is there a light green font (and if so what is the html code)? Any help is much appreciated. :D

Mon Sep 25, 2006 11:37 pm

try light light grey ;)

Tue Sep 26, 2006 12:50 am

Do you mean on petpages or lookups or in your shop? I seem to be able to do white text there! Or is it for the neoboards? (I don't post enough there to know :oops:)

This should give you a reeeally light gray colour:
Code:
<font color="#fcfcfc"> Text goes here </font>


And this is the lightest "proper" web gray:
Code:
<font color="#cccccc"> Text goes here </font>


Aand here's a "named" colour you could also try:
Code:
<font color="whitesmoke"> Text goes here </font>

Tue Sep 26, 2006 7:22 am

I'm trying to put it on the pet's pages. The shops and lookups wont hold it as it's rather large.
None of those colors seem to work either though... :(

Wed Sep 27, 2006 1:08 am

Oh, that's a bit strange ... though I must admit I haven't done much with petpages in a while! Would you be able to post a link to the page you're working on? Just so we can see if there's anything else going on :)

Fri Sep 29, 2006 3:43 pm

There isn't really anything on the page yet except for a title. I'm going to make one that doesn't need white to see if that is the only problem.

Here is the link anyway: http://www.neopets.com/~Crair_Dragonfire
Topic locked