Welcome to my new neopets' guide

Sunday 7 April 2013

Basic HTML Codes for Neopets

Would you like to let your profile customized? What about your store? And your look up?
Well HTML codes are really simple to get and they give a really good look in your account.
I'll explain some HTML codes;

Text:
To let your text bold:
<b>your text</b>

To duplicate this effect of bold:
<strong>your text</strong>

To let your text italic:
<i> your text</i>

To let your text strikeout:
<strike>your text</strike>

Equivalent to the enter key:
<br>your text

To put your text in the middle of the page:
<center>your text</center>

To make a bar that pass the text (just like my blog's bar):
<marquee>your text</marquee>

To change your text color:
<font color="#000000">your text</font>

Check the Color Table .


To put a colorful phrase or link:
<a href="/"><font color="#000000">your text</font></a>

Check the Color Table .


To put your text to the left:
<p align="left">your text</p>


To the right:
<p align="left">your text</p>


To let your text giant:
<span style="width: 80; height: 70; font-size: 34px; font-family: verdana; color: #000000; font-weight: bold;"> your text </span>


To change your text size:
<font size="2">your text</font>



To change your text color:
<font color="pink">your text</font>


To change the kind of letter:
<font face="verdana">your text</font>


To change the size, letter and the color of your text:
<font size="2" color="green" face="Comic Sans MS">your text</font>


To put a link in a word or phrase:
<a href="/">your text</a>

Image:

To put an image:
<a href="/"><img src="URL of the image"></a>

Forums:

To change the color of your message:
[font c="#000000"]NeoHTML[/font]


To put a name or a word at  the top of your message:
[br]name[/br]


To put a color in this word or name:
[br][font c=#000000] name [/font][/br]


To put your message bold:
[b]NeoHTML[/b]


To put your message italic:
[i]NeoHTML[i]


To put your message underlined:
[u]NeoHTML[u]


To put your message in the center:
[center]NeoHTML[/center]


Text Area:


To make a text area (a box to the text):
<text_area>your text</text_area>


Background:

With image:
<body background="URL of the image">


With color:
<body bgcolor="#color">


Check the Color Table .


Any doubt leave a comment!! 
;)





No comments:

Post a Comment