| |
|
|
| TYPE |
DESCRIPTION |
HTML CODE |
| LINE BREAK |
Used to indicate a new line or end of line. |
<br> |
| PARAGRAPH BREAK |
Used to separate paragraphs or insert a blank line between rows. Same as line break just entered twice. |
<br><br> |
| BOLD |
Bold face on text . |
<b> </b> |
| ITALIC |
Italic face on text. |
<i> </i> |
| UNDERLINE |
Underline section of text. |
<u> </u> |
| LINK |
Inserts a links to another web site or page. Be sure to enter the complete web address i.e., http://www.sitename.com/pagename.htm |
<a href="web address">displayed text </a> |
| INSERT PICTURE |
Allows you to place a picture in your story with the option to have it aligned to the left, right or center. The href is a link to a large version of the picture which the viewer sees if they click on the picture. The "img src" is the file name for the picture that is to appear in the story - usually a small version of the large image. The align attribute indicates where the picture should appear in the story at the left, right or center. |
<a href="large image name.jpg"> <img src="image in story.jpg" title="Option title" align=right> </a>
Sample
<a href="inglisfallsL.jpg"> <img src="inglisfallsM.jpg" title="Inglis Falls in Winter" align=center> </a> |
| |
|
|
| |
|
|
| |
|
|
| |
|
|