Navigation
Home
Layout Editor
Layout Styler
Look-up Editor
42k NeoClicks
Manual NeoClicks
HTML Music Codes
Basic Html
Site News
Forum
Neopets Guides:
5k in 5 Minutes
Daily Game Guides
Doable 45k a day
Clickable Avatars
1Click avatars
1Click Dailies
1Click BD npcs
Link to Neopets:
Edit Shop
Edit User
Edit Guild
-----------------
Vote for top site
Afilliates:
Others
Don't forget, to bookmark this page, press Ctrl + D
Basic Html
Concept
Code
Example
Adding a url
<a href="url">Name of Link</a>
<a href="http://www.neoeditor.com/">Basic HTML</a>
Turns into
Basic HTML
Adding an Image
<img src="image url"></a>
<img src="http://images.neopets.com/games/clicktoplay/tm_830.gif"></a>
Turns into
Resizing an image
follows the image code
width="number"
height="number"
<img src="http://images.neopets.com/games/clicktoplay/tm_830.gif" width="35" height="35"></a>
Turns into
Making an image a link
<a href="url"><img src="image url"></a>
<a href="http://www.neopets.com/"><img
src="http://images.neopets.com/games/clicktoplay/tm_830.gif" width="35" height="35"></a>
Turns into
Skipping a line
some text
<p>
some text
some text
some text
Starting a new line
some text
<br>
some text
some text
some text
Bold
<b>some text</b>
<b>some text</b>
some text
Italics
<i>some text</i>
<i>some text</i>
some text
underline
<u>some text</u>
<u>some text</u>
some text
Header
<h1>some text</h1> through <h6>
<h1>some text</h1>
some text
<h6>some text</h6>
sometext
Textarea
<textarea>some text some text </textarea>
<textarea>some text some text some text some text</textarea>
some text some text some text some text some text some text some text some text some text
Resize Textarea
rows="number"
cols="number"
<textarea rows="5" cols="5">some text some text some text some text</textarea>
some text some text some text some text some text some text some text some text some text
Questions or Comments, Contact: neoeditor.krl@gmail.com