Last change
on this file since 1306 was 613, checked in by George Lilly, 15 years ago |
initial load of WorldVistAEHR
|
File size:
1.1 KB
|
Line | |
---|
1 | ZVEMRHW ;DJB,VRR**Help Text - Web [12/14/96 6:34pm]
|
---|
2 | ;;12;VPE;;COPYRIGHT David Bolduc @1993
|
---|
3 | ;
|
---|
4 | WEB ;;;
|
---|
5 | ;;; Insert HTML code onto new lines
|
---|
6 | ;;; ---------------------------------------------------------------------------
|
---|
7 | ;;; xxx ...... Generic <xxx></xxx>
|
---|
8 | ;;; C ........ Comment <!-- -->
|
---|
9 | ;;; I ........ Image <IMG SRC="IMAGES/X.GIF">
|
---|
10 | ;;; L ........ List <UL><LI>
|
---|
11 | ;;; LK ....... Link <A HREF="DOC.HTM">Click Here
|
---|
12 | ;;; R ........ Required tags <HTML><HEADER><TITLE><BODY>
|
---|
13 | ;;; T ........ Table <TABLE><TR><TD>
|
---|
14 | ;;;
|
---|
15 | ;;; Insert HTML code into current line (preceed code with ".")
|
---|
16 | ;;; ---------------------------------------------------------------------------
|
---|
17 | ;;; .xxx ..... Generic <xxx>
|
---|
18 | ;;; .AQUA 238E68 .GREEN 00FF00 .PURPLE 871F78 .YELLOW FFFF00
|
---|
19 | ;;; .BLACK 000000 .LIME 32CD32 .RED FF0000
|
---|
20 | ;;; .BLUE 0000FF .MAROON 8E236B .SILVER 545454
|
---|
21 | ;;; .FUCHSIA FF00FF .NAVY 23238E .TEAL 00FFFF
|
---|
22 | ;;; .GRAY C0C0C0 .OLIVE 238E23 .WHITE FFFFFF
|
---|
23 | ;;;***
|
---|
Note:
See
TracBrowser
for help on using the repository browser.