After your document is resized, or during the resizing process itself, you may want to set up some of your HTML tags. These tags would include Horizontal Ruler Bars ( < hr > ), information separators, hyper-links, or graphics. In the example below, a ruler-bar is being inserted to separate two tables, an image is being added, and a Character Tag is being inserted.
The Character Tag is simply a character or combination of characters that is used to represent a certain HTML tag. In this case, a user can perform a global search and replace on @pb and replace it with the following line:
<a href="next.html"> <img src="ICONS/break.gif"> </a> <p> <hr>
Thus, tedious and repetitive typing can be reduced.
NOTE: In-Line Graphics and HTML tags may
confuse your perception of the document layout. Click HERE for more detail.