Codes


Find in Page

Font


Headings


Type: <h1>text</h1> Get:

text


Bold


Type: <b>text</b> Get: text

Italic


Type: <i>text</i> Get: text

Size


Type: <font size=5>text</font> Get: text

Typewriter Mode


Type: <tt>text</tt> Get: text

Underline


Type: <u>text</u> Get: text

Scrolling Text


Type: <marquee>text</marquee> Get: text

Extended Fonts


Type: <font face=impact>text</font> Get: text

Color


Type: <font color=blue>text</font> Get: text

Alligning


Center Allign


Type: <center>text</center> Get:
text
(you can't see this difference because all the text is centered)

Text Break


Text Break


Type: top<br>bottom Get: top
bottom

Links and Pictures


Picture


Type: <img src=images.neopets.com/template_images/shoyru_green_fly.gif> Get:

Link


Type: <a href=http://www.neopets.com>text</a> Get: text

Linking Picture


Type: <a href=http://www.neopets.com><img src=images.neopets.com/template_images/shoyru_green_fly.gif></a> Get:

Lists


Ordered


Type: <ol><li>put food in mouth</li><li>chew</li><li>swallow</li><li>go back to #1 untill finished</li></ol> Get:
  1. put food in mouth
  2. chew
  3. swallow
  4. go back to #1 until finished

Unordered


Type: <ul><li>milk</li><li>eggs</li><li>butter</li><li>cereal</li></ul> Get:

Definition


Type: <dl><dt>hypertext</dt><dd>A computer-based text retrieval system that enables a user to access particular locations in webpages or other electronic documents by clicking on links within specific webpages or documents</dd><dt>markup</dt><dd>The collection of tags that describe the specifications of an electronic document, as for formatting</dd></dl> Get:
hypertext
A computer-based text retrieval system that enables a user to access particular locations in webpages or other electronic documents by clicking on links within specific webpages or documents
markup
The collection of tags that describe the specifications of an electronic document, as for formatting

Tables


Start


Type: <table border=2>...codes...</table>

Add Row


Type: <tr>...codes...</tr>

Add Header Cell


Type: <th>text</th>

Add Cell


Type: <td>text</td>

All Together


Type: <table border=2>
<tr>
<th>Red Text</th><th>Blue Text</th>
</tr>
<tr>
<td><font color=red>This text is red</font></td><td><font color=blue>This text is blue</font></td></tr>
<tr>
<td><font color=red>This text is also red</font></td><td><font color=blue>This text is also blue</font></td></tr></table>
Get:
Red TextBlue Text
This text is redThis text is blue
This text is also redThis text is also blue

Sound


Normal


Type: <embed src="http://images.neopets.com/help/beep.wav" width=200 height=40> Get:

Autoplay


Type: <embed src="http://images.neopets.com/help/beep.wav" width=200 height=40 autoplay=true> (can't show)

Background Music


Type: <embed src="https://vdogamez.tripod.com/whatimmadeof.mp3" width=200 height=40 autoplay=true hidden=true loop=true> Get: (should be playing)

Script


Adding Javascript*


Type: <script language=javascript>...script*...</script>
*I do not have anything about script on my site. I don't know too much yet. :( When I do learn more, I will add it to the site, :) but that won't be for a while. :(