Coming through!
 
Web News Service
 
Putting Your Message on the Internet
  The Softext news centre is an easy away to use your web site to keep customers up-to-date with your company and comununicate with the public at large. If you've got a message to deliver, the Internet is the fastest and cheapest way to do it. The folllowing is a list of some basic HTML codes you can use in your story to format text.
 
 
 
     
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>