Home » Personal collection » Acorn hard disk » apps » web » !ArcWeb/PublicHTML/interedit

!ArcWeb/PublicHTML/interedit

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn hard disk » apps » web
Filename: !ArcWeb/PublicHTML/interedit
Read OK:
File size: 0E0F bytes
Load address: 0000
Exec address: 0000
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
<!-- Hello!  If you pressed CTRL-E to edit this file, then you'll recognise
     the text below as the HTML which is used to render the page you can see
     in the ArcWeb window, which might be obscured by the editor window to
     some extent.

     You can try making little changes to this file if you like, but I'd
     strongly recommend that you edit your own HTML files instead!  -->

<title>Interactive Editing</title>
<body>
<h1><img src="#file_faf" align=center> Interactive Page Editing</h1>

<strong>ArcWeb</strong> supports the <a href="http://www.cconcepts.co.uk/">Computer Concepts'</a> OLE protocol to allow you to edit the HTML
sources for the pages you are looking at.  Currently, only pages accessed with local: URLs can have their changes saved permanently.  In the current version,
the FTP and HTTP re-upload facility is deliberately disabled (although if you are editing the page locally, you can use the <a href="ftpupload">FTP upload</a> facility to transfer it to an FTP server.

<h2>Software Required</h2>

You will need an OLE-aware editor in order to be able to edit the pages.
<a href="http://login.eunet.no/~guttormvi/strong.html">StrongEd</a> is such as editor <img align=center src="#!stronged" alt="but you don't appear
to have that on your system - or you haven't seen it in a Filer window yet">.
<img align=center src=#!zap alt="Zap"> version 1.31 is also such an editor.
Other editors such as <img align=center src="#!zap" alt="Zap"> 1.30 (or earlier)
or <img src="#!edit" alt="Edit" align=center> require the assistance of the <em>OLESupport</em> module.
 
<h2>Editing a page</h2>

At the moment, starting the editor is tricky.  Eventually there will be a toolbar tool and a menu entry for it, but for now you're stuck with this:
<ul><li>Click SELECT in the URL writable icon at the top of the page you wish
to edit<li>Hit <kbd>CTRL-E</kbd> to start the edit.</ul>

If you have the software mentioned previously, then an editor window will appear containing the HTML source of the page that is being displayed in the ArcWeb window, and you will see some of the comments I have added to the
HTML source for this page.  

<p>Make changes to the file, and when you have finished, or you want a preview of the file, just use the usual Save mechanism (<kbd>F3</kbd> usually) to save the HTML file.  You must <em>not</em> change the filename!  All being well, ArcWeb will notice the new version and immediately rerender the page so you can see the effect of the changes.  When you have finished editing, close the editor window.

<h3>Drag'N'Drop</h3>

You can take advantage of the URL link drag'n'drop implemented by ArcWeb in order to assist you in construction of hypertext links.  Using <img align=center src="#!stronged" alt="StrongEd"> as an example, if you click on the Anchor tool to insert the &lt;a href=&quot;&quot;&gt; text then you can pick up a URL visible in ArcWeb's URL icon or a link or the hotlist window or the history etc. and drag it into the StrongEd window.  The StrongEd cursor will follow the mouse around your document allowing you to place the insertion precisely.  The only disadvantage to doing this is that the links are then fully qualified and not minimally relative.


<h3>Known Problems</h3>

Apart from the fact that the automatic uploading of edited files to the original location is not currently supported (the code is in there, but disabled since I'm not confident about leaving it in a new version just
before going on holiday), there are no known problems.
</ul>
<hr>
<address>Stewart Brodie<br>28th September 1996</address>
00000000  3c 21 2d 2d 20 48 65 6c  6c 6f 21 20 20 49 66 20  |<!-- Hello!  If |
00000010  79 6f 75 20 70 72 65 73  73 65 64 20 43 54 52 4c  |you pressed CTRL|
00000020  2d 45 20 74 6f 20 65 64  69 74 20 74 68 69 73 20  |-E to edit this |
00000030  66 69 6c 65 2c 20 74 68  65 6e 20 79 6f 75 27 6c  |file, then you'l|
00000040  6c 20 72 65 63 6f 67 6e  69 73 65 0a 20 20 20 20  |l recognise.    |
00000050  20 74 68 65 20 74 65 78  74 20 62 65 6c 6f 77 20  | the text below |
00000060  61 73 20 74 68 65 20 48  54 4d 4c 20 77 68 69 63  |as the HTML whic|
00000070  68 20 69 73 20 75 73 65  64 20 74 6f 20 72 65 6e  |h is used to ren|
00000080  64 65 72 20 74 68 65 20  70 61 67 65 20 79 6f 75  |der the page you|
00000090  20 63 61 6e 20 73 65 65  0a 20 20 20 20 20 69 6e  | can see.     in|
000000a0  20 74 68 65 20 41 72 63  57 65 62 20 77 69 6e 64  | the ArcWeb wind|
000000b0  6f 77 2c 20 77 68 69 63  68 20 6d 69 67 68 74 20  |ow, which might |
000000c0  62 65 20 6f 62 73 63 75  72 65 64 20 62 79 20 74  |be obscured by t|
000000d0  68 65 20 65 64 69 74 6f  72 20 77 69 6e 64 6f 77  |he editor window|
000000e0  20 74 6f 0a 20 20 20 20  20 73 6f 6d 65 20 65 78  | to.     some ex|
000000f0  74 65 6e 74 2e 0a 0a 20  20 20 20 20 59 6f 75 20  |tent...     You |
00000100  63 61 6e 20 74 72 79 20  6d 61 6b 69 6e 67 20 6c  |can try making l|
00000110  69 74 74 6c 65 20 63 68  61 6e 67 65 73 20 74 6f  |ittle changes to|
00000120  20 74 68 69 73 20 66 69  6c 65 20 69 66 20 79 6f  | this file if yo|
00000130  75 20 6c 69 6b 65 2c 20  62 75 74 20 49 27 64 0a  |u like, but I'd.|
00000140  20 20 20 20 20 73 74 72  6f 6e 67 6c 79 20 72 65  |     strongly re|
00000150  63 6f 6d 6d 65 6e 64 20  74 68 61 74 20 79 6f 75  |commend that you|
00000160  20 65 64 69 74 20 79 6f  75 72 20 6f 77 6e 20 48  | edit your own H|
00000170  54 4d 4c 20 66 69 6c 65  73 20 69 6e 73 74 65 61  |TML files instea|
00000180  64 21 20 20 2d 2d 3e 0a  0a 3c 74 69 74 6c 65 3e  |d!  -->..<title>|
00000190  49 6e 74 65 72 61 63 74  69 76 65 20 45 64 69 74  |Interactive Edit|
000001a0  69 6e 67 3c 2f 74 69 74  6c 65 3e 0a 3c 62 6f 64  |ing</title>.<bod|
000001b0  79 3e 0a 3c 68 31 3e 3c  69 6d 67 20 73 72 63 3d  |y>.<h1><img src=|
000001c0  22 23 66 69 6c 65 5f 66  61 66 22 20 61 6c 69 67  |"#file_faf" alig|
000001d0  6e 3d 63 65 6e 74 65 72  3e 20 49 6e 74 65 72 61  |n=center> Intera|
000001e0  63 74 69 76 65 20 50 61  67 65 20 45 64 69 74 69  |ctive Page Editi|
000001f0  6e 67 3c 2f 68 31 3e 0a  0a 3c 73 74 72 6f 6e 67  |ng</h1>..<strong|
00000200  3e 41 72 63 57 65 62 3c  2f 73 74 72 6f 6e 67 3e  |>ArcWeb</strong>|
00000210  20 73 75 70 70 6f 72 74  73 20 74 68 65 20 3c 61  | supports the <a|
00000220  20 68 72 65 66 3d 22 68  74 74 70 3a 2f 2f 77 77  | href="http://ww|
00000230  77 2e 63 63 6f 6e 63 65  70 74 73 2e 63 6f 2e 75  |w.cconcepts.co.u|
00000240  6b 2f 22 3e 43 6f 6d 70  75 74 65 72 20 43 6f 6e  |k/">Computer Con|
00000250  63 65 70 74 73 27 3c 2f  61 3e 20 4f 4c 45 20 70  |cepts'</a> OLE p|
00000260  72 6f 74 6f 63 6f 6c 20  74 6f 20 61 6c 6c 6f 77  |rotocol to allow|
00000270  20 79 6f 75 20 74 6f 20  65 64 69 74 20 74 68 65  | you to edit the|
00000280  20 48 54 4d 4c 0a 73 6f  75 72 63 65 73 20 66 6f  | HTML.sources fo|
00000290  72 20 74 68 65 20 70 61  67 65 73 20 79 6f 75 20  |r the pages you |
000002a0  61 72 65 20 6c 6f 6f 6b  69 6e 67 20 61 74 2e 20  |are looking at. |
000002b0  20 43 75 72 72 65 6e 74  6c 79 2c 20 6f 6e 6c 79  | Currently, only|
000002c0  20 70 61 67 65 73 20 61  63 63 65 73 73 65 64 20  | pages accessed |
000002d0  77 69 74 68 20 6c 6f 63  61 6c 3a 20 55 52 4c 73  |with local: URLs|
000002e0  20 63 61 6e 20 68 61 76  65 20 74 68 65 69 72 20  | can have their |
000002f0  63 68 61 6e 67 65 73 20  73 61 76 65 64 20 70 65  |changes saved pe|
00000300  72 6d 61 6e 65 6e 74 6c  79 2e 20 20 49 6e 20 74  |rmanently.  In t|
00000310  68 65 20 63 75 72 72 65  6e 74 20 76 65 72 73 69  |he current versi|
00000320  6f 6e 2c 0a 74 68 65 20  46 54 50 20 61 6e 64 20  |on,.the FTP and |
00000330  48 54 54 50 20 72 65 2d  75 70 6c 6f 61 64 20 66  |HTTP re-upload f|
00000340  61 63 69 6c 69 74 79 20  69 73 20 64 65 6c 69 62  |acility is delib|
00000350  65 72 61 74 65 6c 79 20  64 69 73 61 62 6c 65 64  |erately disabled|
00000360  20 28 61 6c 74 68 6f 75  67 68 20 69 66 20 79 6f  | (although if yo|
00000370  75 20 61 72 65 20 65 64  69 74 69 6e 67 20 74 68  |u are editing th|
00000380  65 20 70 61 67 65 20 6c  6f 63 61 6c 6c 79 2c 20  |e page locally, |
00000390  79 6f 75 20 63 61 6e 20  75 73 65 20 74 68 65 20  |you can use the |
000003a0  3c 61 20 68 72 65 66 3d  22 66 74 70 75 70 6c 6f  |<a href="ftpuplo|
000003b0  61 64 22 3e 46 54 50 20  75 70 6c 6f 61 64 3c 2f  |ad">FTP upload</|
000003c0  61 3e 20 66 61 63 69 6c  69 74 79 20 74 6f 20 74  |a> facility to t|
000003d0  72 61 6e 73 66 65 72 20  69 74 20 74 6f 20 61 6e  |ransfer it to an|
000003e0  20 46 54 50 20 73 65 72  76 65 72 2e 0a 0a 3c 68  | FTP server...<h|
000003f0  32 3e 53 6f 66 74 77 61  72 65 20 52 65 71 75 69  |2>Software Requi|
00000400  72 65 64 3c 2f 68 32 3e  0a 0a 59 6f 75 20 77 69  |red</h2>..You wi|
00000410  6c 6c 20 6e 65 65 64 20  61 6e 20 4f 4c 45 2d 61  |ll need an OLE-a|
00000420  77 61 72 65 20 65 64 69  74 6f 72 20 69 6e 20 6f  |ware editor in o|
00000430  72 64 65 72 20 74 6f 20  62 65 20 61 62 6c 65 20  |rder to be able |
00000440  74 6f 20 65 64 69 74 20  74 68 65 20 70 61 67 65  |to edit the page|
00000450  73 2e 0a 3c 61 20 68 72  65 66 3d 22 68 74 74 70  |s..<a href="http|
00000460  3a 2f 2f 6c 6f 67 69 6e  2e 65 75 6e 65 74 2e 6e  |://login.eunet.n|
00000470  6f 2f 7e 67 75 74 74 6f  72 6d 76 69 2f 73 74 72  |o/~guttormvi/str|
00000480  6f 6e 67 2e 68 74 6d 6c  22 3e 53 74 72 6f 6e 67  |ong.html">Strong|
00000490  45 64 3c 2f 61 3e 20 69  73 20 73 75 63 68 20 61  |Ed</a> is such a|
000004a0  73 20 65 64 69 74 6f 72  20 3c 69 6d 67 20 61 6c  |s editor <img al|
000004b0  69 67 6e 3d 63 65 6e 74  65 72 20 73 72 63 3d 22  |ign=center src="|
000004c0  23 21 73 74 72 6f 6e 67  65 64 22 20 61 6c 74 3d  |#!stronged" alt=|
000004d0  22 62 75 74 20 79 6f 75  20 64 6f 6e 27 74 20 61  |"but you don't a|
000004e0  70 70 65 61 72 0a 74 6f  20 68 61 76 65 20 74 68  |ppear.to have th|
000004f0  61 74 20 6f 6e 20 79 6f  75 72 20 73 79 73 74 65  |at on your syste|
00000500  6d 20 2d 20 6f 72 20 79  6f 75 20 68 61 76 65 6e  |m - or you haven|
00000510  27 74 20 73 65 65 6e 20  69 74 20 69 6e 20 61 20  |'t seen it in a |
00000520  46 69 6c 65 72 20 77 69  6e 64 6f 77 20 79 65 74  |Filer window yet|
00000530  22 3e 2e 0a 3c 69 6d 67  20 61 6c 69 67 6e 3d 63  |">..<img align=c|
00000540  65 6e 74 65 72 20 73 72  63 3d 23 21 7a 61 70 20  |enter src=#!zap |
00000550  61 6c 74 3d 22 5a 61 70  22 3e 20 76 65 72 73 69  |alt="Zap"> versi|
00000560  6f 6e 20 31 2e 33 31 20  69 73 20 61 6c 73 6f 20  |on 1.31 is also |
00000570  73 75 63 68 20 61 6e 20  65 64 69 74 6f 72 2e 0a  |such an editor..|
00000580  4f 74 68 65 72 20 65 64  69 74 6f 72 73 20 73 75  |Other editors su|
00000590  63 68 20 61 73 20 3c 69  6d 67 20 61 6c 69 67 6e  |ch as <img align|
000005a0  3d 63 65 6e 74 65 72 20  73 72 63 3d 22 23 21 7a  |=center src="#!z|
000005b0  61 70 22 20 61 6c 74 3d  22 5a 61 70 22 3e 20 31  |ap" alt="Zap"> 1|
000005c0  2e 33 30 20 28 6f 72 20  65 61 72 6c 69 65 72 29  |.30 (or earlier)|
000005d0  0a 6f 72 20 3c 69 6d 67  20 73 72 63 3d 22 23 21  |.or <img src="#!|
000005e0  65 64 69 74 22 20 61 6c  74 3d 22 45 64 69 74 22  |edit" alt="Edit"|
000005f0  20 61 6c 69 67 6e 3d 63  65 6e 74 65 72 3e 20 72  | align=center> r|
00000600  65 71 75 69 72 65 20 74  68 65 20 61 73 73 69 73  |equire the assis|
00000610  74 61 6e 63 65 20 6f 66  20 74 68 65 20 3c 65 6d  |tance of the <em|
00000620  3e 4f 4c 45 53 75 70 70  6f 72 74 3c 2f 65 6d 3e  |>OLESupport</em>|
00000630  20 6d 6f 64 75 6c 65 2e  0a 20 0a 3c 68 32 3e 45  | module.. .<h2>E|
00000640  64 69 74 69 6e 67 20 61  20 70 61 67 65 3c 2f 68  |diting a page</h|
00000650  32 3e 0a 0a 41 74 20 74  68 65 20 6d 6f 6d 65 6e  |2>..At the momen|
00000660  74 2c 20 73 74 61 72 74  69 6e 67 20 74 68 65 20  |t, starting the |
00000670  65 64 69 74 6f 72 20 69  73 20 74 72 69 63 6b 79  |editor is tricky|
00000680  2e 20 20 45 76 65 6e 74  75 61 6c 6c 79 20 74 68  |.  Eventually th|
00000690  65 72 65 20 77 69 6c 6c  20 62 65 20 61 20 74 6f  |ere will be a to|
000006a0  6f 6c 62 61 72 20 74 6f  6f 6c 20 61 6e 64 20 61  |olbar tool and a|
000006b0  20 6d 65 6e 75 20 65 6e  74 72 79 20 66 6f 72 20  | menu entry for |
000006c0  69 74 2c 20 62 75 74 20  66 6f 72 20 6e 6f 77 20  |it, but for now |
000006d0  79 6f 75 27 72 65 20 73  74 75 63 6b 20 77 69 74  |you're stuck wit|
000006e0  68 20 74 68 69 73 3a 0a  3c 75 6c 3e 3c 6c 69 3e  |h this:.<ul><li>|
000006f0  43 6c 69 63 6b 20 53 45  4c 45 43 54 20 69 6e 20  |Click SELECT in |
00000700  74 68 65 20 55 52 4c 20  77 72 69 74 61 62 6c 65  |the URL writable|
00000710  20 69 63 6f 6e 20 61 74  20 74 68 65 20 74 6f 70  | icon at the top|
00000720  20 6f 66 20 74 68 65 20  70 61 67 65 20 79 6f 75  | of the page you|
00000730  20 77 69 73 68 0a 74 6f  20 65 64 69 74 3c 6c 69  | wish.to edit<li|
00000740  3e 48 69 74 20 3c 6b 62  64 3e 43 54 52 4c 2d 45  |>Hit <kbd>CTRL-E|
00000750  3c 2f 6b 62 64 3e 20 74  6f 20 73 74 61 72 74 20  |</kbd> to start |
00000760  74 68 65 20 65 64 69 74  2e 3c 2f 75 6c 3e 0a 0a  |the edit.</ul>..|
00000770  49 66 20 79 6f 75 20 68  61 76 65 20 74 68 65 20  |If you have the |
00000780  73 6f 66 74 77 61 72 65  20 6d 65 6e 74 69 6f 6e  |software mention|
00000790  65 64 20 70 72 65 76 69  6f 75 73 6c 79 2c 20 74  |ed previously, t|
000007a0  68 65 6e 20 61 6e 20 65  64 69 74 6f 72 20 77 69  |hen an editor wi|
000007b0  6e 64 6f 77 20 77 69 6c  6c 20 61 70 70 65 61 72  |ndow will appear|
000007c0  20 63 6f 6e 74 61 69 6e  69 6e 67 20 74 68 65 20  | containing the |
000007d0  48 54 4d 4c 20 73 6f 75  72 63 65 20 6f 66 20 74  |HTML source of t|
000007e0  68 65 20 70 61 67 65 20  74 68 61 74 20 69 73 20  |he page that is |
000007f0  62 65 69 6e 67 20 64 69  73 70 6c 61 79 65 64 20  |being displayed |
00000800  69 6e 20 74 68 65 20 41  72 63 57 65 62 20 77 69  |in the ArcWeb wi|
00000810  6e 64 6f 77 2c 20 61 6e  64 20 79 6f 75 20 77 69  |ndow, and you wi|
00000820  6c 6c 20 73 65 65 20 73  6f 6d 65 20 6f 66 20 74  |ll see some of t|
00000830  68 65 20 63 6f 6d 6d 65  6e 74 73 20 49 20 68 61  |he comments I ha|
00000840  76 65 20 61 64 64 65 64  20 74 6f 20 74 68 65 0a  |ve added to the.|
00000850  48 54 4d 4c 20 73 6f 75  72 63 65 20 66 6f 72 20  |HTML source for |
00000860  74 68 69 73 20 70 61 67  65 2e 20 20 0a 0a 3c 70  |this page.  ..<p|
00000870  3e 4d 61 6b 65 20 63 68  61 6e 67 65 73 20 74 6f  |>Make changes to|
00000880  20 74 68 65 20 66 69 6c  65 2c 20 61 6e 64 20 77  | the file, and w|
00000890  68 65 6e 20 79 6f 75 20  68 61 76 65 20 66 69 6e  |hen you have fin|
000008a0  69 73 68 65 64 2c 20 6f  72 20 79 6f 75 20 77 61  |ished, or you wa|
000008b0  6e 74 20 61 20 70 72 65  76 69 65 77 20 6f 66 20  |nt a preview of |
000008c0  74 68 65 20 66 69 6c 65  2c 20 6a 75 73 74 20 75  |the file, just u|
000008d0  73 65 20 74 68 65 20 75  73 75 61 6c 20 53 61 76  |se the usual Sav|
000008e0  65 20 6d 65 63 68 61 6e  69 73 6d 20 28 3c 6b 62  |e mechanism (<kb|
000008f0  64 3e 46 33 3c 2f 6b 62  64 3e 20 75 73 75 61 6c  |d>F3</kbd> usual|
00000900  6c 79 29 20 74 6f 20 73  61 76 65 20 74 68 65 20  |ly) to save the |
00000910  48 54 4d 4c 20 66 69 6c  65 2e 20 20 59 6f 75 20  |HTML file.  You |
00000920  6d 75 73 74 20 3c 65 6d  3e 6e 6f 74 3c 2f 65 6d  |must <em>not</em|
00000930  3e 20 63 68 61 6e 67 65  20 74 68 65 20 66 69 6c  |> change the fil|
00000940  65 6e 61 6d 65 21 20 20  41 6c 6c 20 62 65 69 6e  |ename!  All bein|
00000950  67 20 77 65 6c 6c 2c 20  41 72 63 57 65 62 20 77  |g well, ArcWeb w|
00000960  69 6c 6c 20 6e 6f 74 69  63 65 20 74 68 65 20 6e  |ill notice the n|
00000970  65 77 20 76 65 72 73 69  6f 6e 20 61 6e 64 20 69  |ew version and i|
00000980  6d 6d 65 64 69 61 74 65  6c 79 20 72 65 72 65 6e  |mmediately reren|
00000990  64 65 72 20 74 68 65 20  70 61 67 65 20 73 6f 20  |der the page so |
000009a0  79 6f 75 20 63 61 6e 20  73 65 65 20 74 68 65 20  |you can see the |
000009b0  65 66 66 65 63 74 20 6f  66 20 74 68 65 20 63 68  |effect of the ch|
000009c0  61 6e 67 65 73 2e 20 20  57 68 65 6e 20 79 6f 75  |anges.  When you|
000009d0  20 68 61 76 65 20 66 69  6e 69 73 68 65 64 20 65  | have finished e|
000009e0  64 69 74 69 6e 67 2c 20  63 6c 6f 73 65 20 74 68  |diting, close th|
000009f0  65 20 65 64 69 74 6f 72  20 77 69 6e 64 6f 77 2e  |e editor window.|
00000a00  0a 0a 3c 68 33 3e 44 72  61 67 27 4e 27 44 72 6f  |..<h3>Drag'N'Dro|
00000a10  70 3c 2f 68 33 3e 0a 0a  59 6f 75 20 63 61 6e 20  |p</h3>..You can |
00000a20  74 61 6b 65 20 61 64 76  61 6e 74 61 67 65 20 6f  |take advantage o|
00000a30  66 20 74 68 65 20 55 52  4c 20 6c 69 6e 6b 20 64  |f the URL link d|
00000a40  72 61 67 27 6e 27 64 72  6f 70 20 69 6d 70 6c 65  |rag'n'drop imple|
00000a50  6d 65 6e 74 65 64 20 62  79 20 41 72 63 57 65 62  |mented by ArcWeb|
00000a60  20 69 6e 20 6f 72 64 65  72 20 74 6f 20 61 73 73  | in order to ass|
00000a70  69 73 74 20 79 6f 75 20  69 6e 20 63 6f 6e 73 74  |ist you in const|
00000a80  72 75 63 74 69 6f 6e 20  6f 66 20 68 79 70 65 72  |ruction of hyper|
00000a90  74 65 78 74 20 6c 69 6e  6b 73 2e 20 20 55 73 69  |text links.  Usi|
00000aa0  6e 67 20 3c 69 6d 67 20  61 6c 69 67 6e 3d 63 65  |ng <img align=ce|
00000ab0  6e 74 65 72 20 73 72 63  3d 22 23 21 73 74 72 6f  |nter src="#!stro|
00000ac0  6e 67 65 64 22 20 61 6c  74 3d 22 53 74 72 6f 6e  |nged" alt="Stron|
00000ad0  67 45 64 22 3e 20 61 73  20 61 6e 20 65 78 61 6d  |gEd"> as an exam|
00000ae0  70 6c 65 2c 20 69 66 20  79 6f 75 20 63 6c 69 63  |ple, if you clic|
00000af0  6b 20 6f 6e 20 74 68 65  20 41 6e 63 68 6f 72 20  |k on the Anchor |
00000b00  74 6f 6f 6c 20 74 6f 20  69 6e 73 65 72 74 20 74  |tool to insert t|
00000b10  68 65 20 26 6c 74 3b 61  20 68 72 65 66 3d 26 71  |he &lt;a href=&q|
00000b20  75 6f 74 3b 26 71 75 6f  74 3b 26 67 74 3b 20 74  |uot;&quot;&gt; t|
00000b30  65 78 74 20 74 68 65 6e  20 79 6f 75 20 63 61 6e  |ext then you can|
00000b40  20 70 69 63 6b 20 75 70  20 61 20 55 52 4c 20 76  | pick up a URL v|
00000b50  69 73 69 62 6c 65 20 69  6e 20 41 72 63 57 65 62  |isible in ArcWeb|
00000b60  27 73 20 55 52 4c 20 69  63 6f 6e 20 6f 72 20 61  |'s URL icon or a|
00000b70  20 6c 69 6e 6b 20 6f 72  20 74 68 65 20 68 6f 74  | link or the hot|
00000b80  6c 69 73 74 20 77 69 6e  64 6f 77 20 6f 72 20 74  |list window or t|
00000b90  68 65 20 68 69 73 74 6f  72 79 20 65 74 63 2e 20  |he history etc. |
00000ba0  61 6e 64 20 64 72 61 67  20 69 74 20 69 6e 74 6f  |and drag it into|
00000bb0  20 74 68 65 20 53 74 72  6f 6e 67 45 64 20 77 69  | the StrongEd wi|
00000bc0  6e 64 6f 77 2e 20 20 54  68 65 20 53 74 72 6f 6e  |ndow.  The Stron|
00000bd0  67 45 64 20 63 75 72 73  6f 72 20 77 69 6c 6c 20  |gEd cursor will |
00000be0  66 6f 6c 6c 6f 77 20 74  68 65 20 6d 6f 75 73 65  |follow the mouse|
00000bf0  20 61 72 6f 75 6e 64 20  79 6f 75 72 20 64 6f 63  | around your doc|
00000c00  75 6d 65 6e 74 20 61 6c  6c 6f 77 69 6e 67 20 79  |ument allowing y|
00000c10  6f 75 20 74 6f 20 70 6c  61 63 65 20 74 68 65 20  |ou to place the |
00000c20  69 6e 73 65 72 74 69 6f  6e 20 70 72 65 63 69 73  |insertion precis|
00000c30  65 6c 79 2e 20 20 54 68  65 20 6f 6e 6c 79 20 64  |ely.  The only d|
00000c40  69 73 61 64 76 61 6e 74  61 67 65 20 74 6f 20 64  |isadvantage to d|
00000c50  6f 69 6e 67 20 74 68 69  73 20 69 73 20 74 68 61  |oing this is tha|
00000c60  74 20 74 68 65 20 6c 69  6e 6b 73 20 61 72 65 20  |t the links are |
00000c70  74 68 65 6e 20 66 75 6c  6c 79 20 71 75 61 6c 69  |then fully quali|
00000c80  66 69 65 64 20 61 6e 64  20 6e 6f 74 20 6d 69 6e  |fied and not min|
00000c90  69 6d 61 6c 6c 79 20 72  65 6c 61 74 69 76 65 2e  |imally relative.|
00000ca0  0a 0a 0a 3c 68 33 3e 4b  6e 6f 77 6e 20 50 72 6f  |...<h3>Known Pro|
00000cb0  62 6c 65 6d 73 3c 2f 68  33 3e 0a 0a 41 70 61 72  |blems</h3>..Apar|
00000cc0  74 20 66 72 6f 6d 20 74  68 65 20 66 61 63 74 20  |t from the fact |
00000cd0  74 68 61 74 20 74 68 65  20 61 75 74 6f 6d 61 74  |that the automat|
00000ce0  69 63 20 75 70 6c 6f 61  64 69 6e 67 20 6f 66 20  |ic uploading of |
00000cf0  65 64 69 74 65 64 20 66  69 6c 65 73 20 74 6f 20  |edited files to |
00000d00  74 68 65 20 6f 72 69 67  69 6e 61 6c 20 6c 6f 63  |the original loc|
00000d10  61 74 69 6f 6e 20 69 73  20 6e 6f 74 20 63 75 72  |ation is not cur|
00000d20  72 65 6e 74 6c 79 20 73  75 70 70 6f 72 74 65 64  |rently supported|
00000d30  20 28 74 68 65 20 63 6f  64 65 20 69 73 20 69 6e  | (the code is in|
00000d40  20 74 68 65 72 65 2c 20  62 75 74 20 64 69 73 61  | there, but disa|
00000d50  62 6c 65 64 20 73 69 6e  63 65 20 49 27 6d 20 6e  |bled since I'm n|
00000d60  6f 74 20 63 6f 6e 66 69  64 65 6e 74 20 61 62 6f  |ot confident abo|
00000d70  75 74 20 6c 65 61 76 69  6e 67 20 69 74 20 69 6e  |ut leaving it in|
00000d80  20 61 20 6e 65 77 20 76  65 72 73 69 6f 6e 20 6a  | a new version j|
00000d90  75 73 74 0a 62 65 66 6f  72 65 20 67 6f 69 6e 67  |ust.before going|
00000da0  20 6f 6e 20 68 6f 6c 69  64 61 79 29 2c 20 74 68  | on holiday), th|
00000db0  65 72 65 20 61 72 65 20  6e 6f 20 6b 6e 6f 77 6e  |ere are no known|
00000dc0  20 70 72 6f 62 6c 65 6d  73 2e 0a 3c 2f 75 6c 3e  | problems..</ul>|
00000dd0  0a 3c 68 72 3e 0a 3c 61  64 64 72 65 73 73 3e 53  |.<hr>.<address>S|
00000de0  74 65 77 61 72 74 20 42  72 6f 64 69 65 3c 62 72  |tewart Brodie<br|
00000df0  3e 32 38 74 68 20 53 65  70 74 65 6d 62 65 72 20  |>28th September |
00000e00  31 39 39 36 3c 2f 61 64  64 72 65 73 73 3e 0a     |1996</address>.|
00000e0f