Sarah's Neopet Help
More HTML Help

Home

Graphics
Neopet News
HTML Help
More HTML Help
Pet Photo Gallery
PetPet Photo Gallery
How To Master The BattleDome
How To Get Rich
Neopet Helpers
Link To Us

This is a 2-column offset page.

Enter subhead content here

Horizontal Line
Adding and manipulating a horizontal line
<hr>

EXAMPLE ONE: Inserting a horizontal line


The HTML would look something like this:
<hr>

EXAMPLE TWO: Changing the width of a horizontal line


The HTML would look something like this:
<hr width="50%">

EXAMPLE THREE: Changing the size of a horizontal line


The HTML would look something like this:
<hr size="10">

EXAMPLE FOUR: Changing the colour of a horizontal line


The HTML would look something like this:
<hr color="hotpink">

Scroll Boxes or Textareas
Scroll boxes are a very good way to post code for banners. When you input the code for the banner into the scroll box or textarea the banner doesn't display on your page the code displays.The textarea code is  
<textarea rows="3" cols="50">Text/code to appear in textarea</textarea>
 
 

Enter supporting content here