FR page customizing

Log into runnernet. Go to "My Public" page and use the following tags in your 'Edit Message' box.

Adding extra images:

<img src='http address' border=0 height=number_ of_pixels width=number_ of_pixels> (width, height are optional)

Example: <img src='http://www.ashanet.org/princeton/Images/girl.jpg' border=0 width=200 height=150>

RESOURCE Team Asha photos from long runs and tracks: https://teamasha.smugmug.com/

Formatting Tips:

Bold: <b> your text </b>

Italic: <i> your text </i>

Underline: <u> your text </u>

Color: <font color=red> your text </font>

- colors can be given as red, blue, orange etc. or it's hexa decimal equivalent. Examples: #ff0000, #0000ff (google 'html colors')

- if you want both bold and color: <font color=red><b> your text </b></font>

- Linebreak (or newline): line1<br>line2<br>line3 etc.

Hyperlink:

<a href='http address'>Display name of link</a>

Example: <a href='http://sv.team-asha.org'>Team Asha Silicon Valley</a>