For Neopets ONLY discussion.
Topic locked

TNT Profanity Filters...

Wed Aug 18, 2004 1:26 pm

I'm working on my neoHTML after the absence of the Glow and Shadow tags, and I changed it to this:

Code:
[font c=green s=2 f="arial narrow"]neoHTML[/font]


I click Submit, and get an error message:

ERROR : Please do not use profanity or other inappropriate words your NeoHTML or NeoSig. This is a childrens site and swearing is bad.


Can anyone see anything wrong with the code, or am I being stupid. I'd also like to point out that the following code presented no problem:

Code:
[font c=green s=2 f=arial narrow]neoHTML[/font]

Wed Aug 18, 2004 2:11 pm

It's the quotes.

Wed Aug 18, 2004 2:13 pm

i scrutinised the code for like 5 minutes but could find nothing wrong... o_O

Wed Aug 18, 2004 2:17 pm

I know your problem, since I had the same thing happen to me.

f=" is considered swearing.

Wed Aug 18, 2004 2:18 pm

Ooooh, at first I thought it had something to do with the word "narrow" in there...

Think about it... :roflol:

Wed Aug 18, 2004 2:30 pm

Zero wrote:Ooooh, at first I thought it had something to do with the word "narrow" in there...

Think about it... :roflol:


:roflol: You are soo sick minded....

btw, this gives the same error:

Code:
[font c=red s=3 f="Times New Roman"]neoHTML[/font]


So I usually use:

Code:
[font c=red s=3 f=Times]neoHTML[/font]


As a note, using [font f=Times New Roman] will not work, since the space between "Times" and "New" and "Roman" throws it off.

Wed Aug 18, 2004 3:26 pm

what would i have to say to get comic sans ms as my font?

Wed Aug 18, 2004 3:51 pm

Does true html not work? Because if you did, you should just try using face="what ever font you want here"

Wed Aug 18, 2004 4:30 pm

notanderson_neo wrote:Does true html not work? Because if you did, you should just try using face="what ever font you want here"



I don't believe that it's possible (because of people abusing that >_>)

Wed Aug 18, 2004 9:12 pm

trenowden wrote:what would i have to say to get comic sans ms as my font?


Now you know why no one uses Comic Sans MS as their Neoboards font. :roflol:

Wed Aug 18, 2004 10:54 pm

trenowden wrote:what would i have to say to get comic sans ms as my font?
It usually appears as Cursive.

Thu Aug 19, 2004 2:52 am

I think you can only use one word font names, and you don't need the " " for neohtml. And even then, there are some fonts that aren't supported by every computer or browser. It's best to stick with the basic fonts - verdana, courier, times, etc. They're readable by I think everyone no matter the browser and they're just plain easier to read.

Like I love creepy and vianta font, but I'd never use them on the boards. Why? They're impossible to read unless you make the size really big.

Thu Aug 19, 2004 1:30 pm

I tried cursive and it worked great. thanks!
Topic locked