NeoHTML is the html that is used for fonts when using the Neopets chat boards. It's similar to regular html, but a little easier. =) If you don't want to read the awfully long tutorial and would rather get the coding, just skip down to 'Premade Fonts' ^.~
To change/view your current coding, go to 'chat' from the yellow menu bar on the left of neopets, then select 'chat preferences' from the top of the chat's page.
Basics
In neoHTML, all the commands are written inside the these brackets: [ and ]. So basically, to get your coding to work, it should start with the format of something like this:
[command here]
But where would the your text go? It would stay outside the brackets, and after the command, like this.:
[command here]neoHTML
But if you start a command, you have to end it. Ending it is very simple, and it also works with brackets. The command ending will go after your text, like this:
[command here]neoHTML[/end command]
Notice that a slash (/) was used, so that it can distingush between the command itself and the ending command.
Fonts
In neoHTML, you will needs to know a couple of letters and their meanings. These coding goes with the commands inbetween the brackets
If you are going to give a font command, you must put the word 'font' in the command first. This will help the computer understand that the following command has to do with fonts:
[font]neoHTML[/font]
Notice that the word 'font' was also placed as the ending command. This will help the computer understand that the command for fonts has ended.
But having plain, black, default font is awfully boring. To liven things up, you want to be able to add different types of font and colo(u)rs and sizes. Here are the following letters that represent this:
f= font face. This is the command for using another type of font like garamond or dauphin .
s= size. You can place numbers after the equal sign. Here are the possible sizes:
Size 1 Size 2 Size 3 Size 4 Size 5
c= colo(u)r. Here you can add the colo(u)rs of your choice. Make sure that if your colour is more than one word, you add them together. Eg, 'dark green' would become 'darkgreen'.
To use these letters in your command, just insert them inbetween your command brackets. The order doesn't matter, and you are free to not include some of these letters. To insert them in you would :
[font f=(insert font face) s=(insert size) c=(insert colo(u)r)]neoHTML[/font]
Available Fonts
These are some interesting fonts can you can use in your neoHTML coding =) Enjoy!
| Impact | Veranda | vivaldi | times |
| chiller | cursive | arial | helvetica |
| garamond | dauphin | modern | croobie |
| fantasy | courier | terminal | tahoma |