Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199607.adf » Features » HTML/progs_html
HTML/progs_html
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 » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199607.adf » Features |
Filename: | HTML/progs_html |
Read OK: | ✔ |
File size: | 1418 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <title>Acorn User 168: round-up of HTML-authoring software</title> </head> <body> <h1>Useful software</h1> <p>The most professional HTML-editing software on the Archimedes is <cite>HTMLEdit</cite> from R-Comp. When loaded up this looks superficially like Edit with an extended tool bar, but there's a lot more to it than that. <p>All the HTML tags correspond to buttons on the tool bar so if you want, say, to put some text into heading style 1 than you highlight the text, click on the 'headings' pop-up menu and choose 'heading 1'. The correct start and end tags are automatically inserted. If you don't have any text selected at the time, you get the <var><h1></h1></var> tag pair with the cursor positioned neatly between them ready for you to type a heading in. <p><cite>HTMLEdit</cite> really comes into its own when editing images or links. Not only does the dialogue box allow you to set the relevant options really quickly - and reminds you to enter alternative text for an image - but HTMLEdit will automatically enter the name of a file dragged to one of the writable icons, intelligently converting slashes to fullstops in file names. The newly-released <cite>HTMLEdit 2</cite> will even work out the relative pathname of the file, making page linking even more painless. <p><cite>HTMLEdit</cite> will appeal greatly to HTML novices and is highly recommended to anyone who can't face inserting all the tags by hand. Its main drawback is that it is tied to the <cite>Edit</cite> interface - <cite>Zap</cite> and <cite>StrongEd</cite> fans will find it a step backwards. The original program can only open one file at once, so I'd certainly recommend going for <cite>HTMLEdit 2</cite> where this problem has been fixed. It's very handy to be able to cut and paste chunks of HTML from one document to another. Couple this with the improved user interface of version 2, and I would really encourage you to spend the £15 extra on the newer version. It stands up well against much more expensive programs on other platforms. <p>Richard Goodwin has produced a free program which works along similar lines - <cite>HTMacroL</cite>. Again, you are presented with a tool bar and HTML tags are inserted when the buttons are clicked on, but it's a lot less sophisticated than <cite>HTMLEdit</cite>. <p>For one thing the start and end tags need to be entered separately; you can't just select a region of text and expect it to put the tags at either end. Also, the buttons generate pre-set text - no editable dialogue boxes here. On the other hand, because <cite>HTMacroL</cite> simply types text at the cursor, it works with whatever text editor you happen to like, or even <cite>Textease</cite> and other DTP packages. <p>Personally I don't like interrupting my typing to move the mouse, but if you're a tool bar fan then <cite>HTMacroL</cite> might be just what you need. After all, it's free. <p>If like me you're a <cite>Zap</cite> fan, then I can highly recommend <cite>ZapHTML</cite>, a free HTML mode for <cite>Zap</cite> written by Matthew Hambley. As well as making the tags a different colour so that you can easily see what is text and what is markup, any of the HTML tags can be generated by a pair of key-presses. The module currently has a few quirks and little documentation, but the odds are that if you're a <cite>Zap</cite> fan this isn't going to worry you. <p><cite>ZapHTML</cite> will appeal to anyone who basically knows how to write HTML and just wants a quick way to enter the tags. If there's good free software around, why would I recommend spending money on an HTML editor? Well, not everyone will be happy with <cite>ZapHTML</cite>; it's a bit of a hacker's solution and you need to remember some awkward key combinations to make it work. If this doesn't appeal to you then spending money on <cite>HTMLEdit</cite> would be a better idea - it's a professional package with a good manual. <p>All three of these solutions will only generate raw HTML. In order to see it as a browser would display it, you have (surprisingly enough) to load it into a browser. This shouldn't be a problem, but if you're after a more WYSIWYG display and you have <cite>Impression</cite> then you might consider Ben Summers's <cite>HTMLTools</cite> for loading and saving HTML from <cite>Impression</cite>. It's important to get this in perspective because it won't give a fully WYSIWYG display, but you will get something much close to what you'll see in a browser. The tools are Shareware, so do register them if you use them. <p><cite>ZapHTML</cite> is available with <cite>Zap</cite> by ftp from hensa, and <cite>HTMacroL</cite> is on Stuttgart. The <cite>Impression</cite> tools are also on hensa, and were on the first <cite>Acorn User</cite> CD-ROM. <cite>HTMLEdit</cite> costs £30 and <cite>HTMLEdit 2</cite> costs £45 (no VAT) from R-Comp. <p><address>R-Comp<br> Tel: (01925) 755043<br> Fax: (01925) 757377<br> E-mail: HTMLEdit@arsvcs.demon.co.uk</address> <p><a href="index.html">Back to the main article</a>. </body> </html>
00000000 3c 21 44 4f 43 54 59 50 45 20 48 54 4d 4c 20 50 |<!DOCTYPE HTML P| 00000010 55 42 4c 49 43 20 22 2d 2f 2f 49 45 54 46 2f 2f |UBLIC "-//IETF//| 00000020 44 54 44 20 48 54 4d 4c 2f 2f 45 4e 22 3e 0a 0a |DTD HTML//EN">..| 00000030 3c 68 74 6d 6c 3e 0a 3c 68 65 61 64 3e 0a 3c 74 |<html>.<head>.<t| 00000040 69 74 6c 65 3e 41 63 6f 72 6e 20 55 73 65 72 20 |itle>Acorn User | 00000050 31 36 38 3a 20 72 6f 75 6e 64 2d 75 70 20 6f 66 |168: round-up of| 00000060 20 48 54 4d 4c 2d 61 75 74 68 6f 72 69 6e 67 20 | HTML-authoring | 00000070 73 6f 66 74 77 61 72 65 3c 2f 74 69 74 6c 65 3e |software</title>| 00000080 0a 3c 2f 68 65 61 64 3e 0a 3c 62 6f 64 79 3e 0a |.</head>.<body>.| 00000090 0a 3c 68 31 3e 55 73 65 66 75 6c 20 73 6f 66 74 |.<h1>Useful soft| 000000a0 77 61 72 65 3c 2f 68 31 3e 0a 0a 3c 70 3e 54 68 |ware</h1>..<p>Th| 000000b0 65 20 6d 6f 73 74 20 70 72 6f 66 65 73 73 69 6f |e most professio| 000000c0 6e 61 6c 20 48 54 4d 4c 2d 65 64 69 74 69 6e 67 |nal HTML-editing| 000000d0 20 73 6f 66 74 77 61 72 65 20 6f 6e 20 74 68 65 | software on the| 000000e0 20 41 72 63 68 69 6d 65 64 65 73 20 69 73 0a 3c | Archimedes is.<| 000000f0 63 69 74 65 3e 48 54 4d 4c 45 64 69 74 3c 2f 63 |cite>HTMLEdit</c| 00000100 69 74 65 3e 20 66 72 6f 6d 20 52 2d 43 6f 6d 70 |ite> from R-Comp| 00000110 2e 20 57 68 65 6e 20 6c 6f 61 64 65 64 20 75 70 |. When loaded up| 00000120 20 74 68 69 73 20 6c 6f 6f 6b 73 20 73 75 70 65 | this looks supe| 00000130 72 66 69 63 69 61 6c 6c 79 0a 6c 69 6b 65 20 45 |rficially.like E| 00000140 64 69 74 20 77 69 74 68 20 61 6e 20 65 78 74 65 |dit with an exte| 00000150 6e 64 65 64 20 74 6f 6f 6c 20 62 61 72 2c 20 62 |nded tool bar, b| 00000160 75 74 20 74 68 65 72 65 27 73 20 61 20 6c 6f 74 |ut there's a lot| 00000170 20 6d 6f 72 65 20 74 6f 20 69 74 20 74 68 61 6e | more to it than| 00000180 20 74 68 61 74 2e 0a 0a 3c 70 3e 41 6c 6c 20 74 | that...<p>All t| 00000190 68 65 20 48 54 4d 4c 20 74 61 67 73 20 63 6f 72 |he HTML tags cor| 000001a0 72 65 73 70 6f 6e 64 20 74 6f 20 62 75 74 74 6f |respond to butto| 000001b0 6e 73 20 6f 6e 20 74 68 65 20 74 6f 6f 6c 20 62 |ns on the tool b| 000001c0 61 72 20 73 6f 20 69 66 20 79 6f 75 20 77 61 6e |ar so if you wan| 000001d0 74 2c 0a 73 61 79 2c 20 74 6f 20 70 75 74 20 73 |t,.say, to put s| 000001e0 6f 6d 65 20 74 65 78 74 20 69 6e 74 6f 20 68 65 |ome text into he| 000001f0 61 64 69 6e 67 20 73 74 79 6c 65 20 31 20 74 68 |ading style 1 th| 00000200 61 6e 20 79 6f 75 20 68 69 67 68 6c 69 67 68 74 |an you highlight| 00000210 20 74 68 65 20 74 65 78 74 2c 20 63 6c 69 63 6b | the text, click| 00000220 0a 6f 6e 20 74 68 65 20 27 68 65 61 64 69 6e 67 |.on the 'heading| 00000230 73 27 20 70 6f 70 2d 75 70 20 6d 65 6e 75 20 61 |s' pop-up menu a| 00000240 6e 64 20 63 68 6f 6f 73 65 20 27 68 65 61 64 69 |nd choose 'headi| 00000250 6e 67 20 31 27 2e 20 54 68 65 20 63 6f 72 72 65 |ng 1'. The corre| 00000260 63 74 20 73 74 61 72 74 20 61 6e 64 0a 65 6e 64 |ct start and.end| 00000270 20 74 61 67 73 20 61 72 65 20 61 75 74 6f 6d 61 | tags are automa| 00000280 74 69 63 61 6c 6c 79 20 69 6e 73 65 72 74 65 64 |tically inserted| 00000290 2e 20 49 66 20 79 6f 75 20 64 6f 6e 27 74 20 68 |. If you don't h| 000002a0 61 76 65 20 61 6e 79 20 74 65 78 74 20 73 65 6c |ave any text sel| 000002b0 65 63 74 65 64 20 61 74 0a 74 68 65 20 74 69 6d |ected at.the tim| 000002c0 65 2c 20 79 6f 75 20 67 65 74 20 74 68 65 20 3c |e, you get the <| 000002d0 76 61 72 3e 26 6c 74 3b 68 31 26 67 74 3b 26 6c |var><h1>&l| 000002e0 74 3b 2f 68 31 26 67 74 3b 3c 2f 76 61 72 3e 20 |t;/h1></var> | 000002f0 74 61 67 20 70 61 69 72 20 77 69 74 68 20 74 68 |tag pair with th| 00000300 65 0a 63 75 72 73 6f 72 20 70 6f 73 69 74 69 6f |e.cursor positio| 00000310 6e 65 64 20 6e 65 61 74 6c 79 20 62 65 74 77 65 |ned neatly betwe| 00000320 65 6e 20 74 68 65 6d 20 72 65 61 64 79 20 66 6f |en them ready fo| 00000330 72 20 79 6f 75 20 74 6f 20 74 79 70 65 20 61 20 |r you to type a | 00000340 68 65 61 64 69 6e 67 20 69 6e 2e 0a 0a 3c 70 3e |heading in...<p>| 00000350 3c 63 69 74 65 3e 48 54 4d 4c 45 64 69 74 3c 2f |<cite>HTMLEdit</| 00000360 63 69 74 65 3e 20 72 65 61 6c 6c 79 20 63 6f 6d |cite> really com| 00000370 65 73 20 69 6e 74 6f 20 69 74 73 20 6f 77 6e 20 |es into its own | 00000380 77 68 65 6e 20 65 64 69 74 69 6e 67 20 69 6d 61 |when editing ima| 00000390 67 65 73 20 6f 72 0a 6c 69 6e 6b 73 2e 20 4e 6f |ges or.links. No| 000003a0 74 20 6f 6e 6c 79 20 64 6f 65 73 20 74 68 65 20 |t only does the | 000003b0 64 69 61 6c 6f 67 75 65 20 62 6f 78 20 61 6c 6c |dialogue box all| 000003c0 6f 77 20 79 6f 75 20 74 6f 20 73 65 74 20 74 68 |ow you to set th| 000003d0 65 20 72 65 6c 65 76 61 6e 74 20 6f 70 74 69 6f |e relevant optio| 000003e0 6e 73 0a 72 65 61 6c 6c 79 20 71 75 69 63 6b 6c |ns.really quickl| 000003f0 79 20 2d 20 61 6e 64 20 72 65 6d 69 6e 64 73 20 |y - and reminds | 00000400 79 6f 75 20 74 6f 20 65 6e 74 65 72 20 61 6c 74 |you to enter alt| 00000410 65 72 6e 61 74 69 76 65 20 74 65 78 74 20 66 6f |ernative text fo| 00000420 72 20 61 6e 20 69 6d 61 67 65 20 2d 20 62 75 74 |r an image - but| 00000430 0a 48 54 4d 4c 45 64 69 74 20 77 69 6c 6c 20 61 |.HTMLEdit will a| 00000440 75 74 6f 6d 61 74 69 63 61 6c 6c 79 20 65 6e 74 |utomatically ent| 00000450 65 72 20 74 68 65 20 6e 61 6d 65 20 6f 66 20 61 |er the name of a| 00000460 20 66 69 6c 65 20 64 72 61 67 67 65 64 20 74 6f | file dragged to| 00000470 20 6f 6e 65 20 6f 66 20 74 68 65 0a 77 72 69 74 | one of the.writ| 00000480 61 62 6c 65 20 69 63 6f 6e 73 2c 20 69 6e 74 65 |able icons, inte| 00000490 6c 6c 69 67 65 6e 74 6c 79 20 63 6f 6e 76 65 72 |lligently conver| 000004a0 74 69 6e 67 20 73 6c 61 73 68 65 73 20 74 6f 20 |ting slashes to | 000004b0 66 75 6c 6c 73 74 6f 70 73 20 69 6e 20 66 69 6c |fullstops in fil| 000004c0 65 20 6e 61 6d 65 73 2e 0a 54 68 65 20 6e 65 77 |e names..The new| 000004d0 6c 79 2d 72 65 6c 65 61 73 65 64 20 3c 63 69 74 |ly-released <cit| 000004e0 65 3e 48 54 4d 4c 45 64 69 74 20 32 3c 2f 63 69 |e>HTMLEdit 2</ci| 000004f0 74 65 3e 20 77 69 6c 6c 20 65 76 65 6e 20 77 6f |te> will even wo| 00000500 72 6b 20 6f 75 74 20 74 68 65 20 72 65 6c 61 74 |rk out the relat| 00000510 69 76 65 0a 70 61 74 68 6e 61 6d 65 20 6f 66 20 |ive.pathname of | 00000520 74 68 65 20 66 69 6c 65 2c 20 6d 61 6b 69 6e 67 |the file, making| 00000530 20 70 61 67 65 20 6c 69 6e 6b 69 6e 67 20 65 76 | page linking ev| 00000540 65 6e 20 6d 6f 72 65 20 70 61 69 6e 6c 65 73 73 |en more painless| 00000550 2e 0a 0a 3c 70 3e 3c 63 69 74 65 3e 48 54 4d 4c |...<p><cite>HTML| 00000560 45 64 69 74 3c 2f 63 69 74 65 3e 20 77 69 6c 6c |Edit</cite> will| 00000570 20 61 70 70 65 61 6c 20 67 72 65 61 74 6c 79 20 | appeal greatly | 00000580 74 6f 20 48 54 4d 4c 20 6e 6f 76 69 63 65 73 20 |to HTML novices | 00000590 61 6e 64 20 69 73 20 68 69 67 68 6c 79 0a 72 65 |and is highly.re| 000005a0 63 6f 6d 6d 65 6e 64 65 64 20 74 6f 20 61 6e 79 |commended to any| 000005b0 6f 6e 65 20 77 68 6f 20 63 61 6e 27 74 20 66 61 |one who can't fa| 000005c0 63 65 20 69 6e 73 65 72 74 69 6e 67 20 61 6c 6c |ce inserting all| 000005d0 20 74 68 65 20 74 61 67 73 20 62 79 20 68 61 6e | the tags by han| 000005e0 64 2e 20 49 74 73 20 6d 61 69 6e 0a 64 72 61 77 |d. Its main.draw| 000005f0 62 61 63 6b 20 69 73 20 74 68 61 74 20 69 74 20 |back is that it | 00000600 69 73 20 74 69 65 64 20 74 6f 20 74 68 65 20 3c |is tied to the <| 00000610 63 69 74 65 3e 45 64 69 74 3c 2f 63 69 74 65 3e |cite>Edit</cite>| 00000620 20 69 6e 74 65 72 66 61 63 65 20 2d 0a 3c 63 69 | interface -.<ci| 00000630 74 65 3e 5a 61 70 3c 2f 63 69 74 65 3e 20 61 6e |te>Zap</cite> an| 00000640 64 20 3c 63 69 74 65 3e 53 74 72 6f 6e 67 45 64 |d <cite>StrongEd| 00000650 3c 2f 63 69 74 65 3e 20 66 61 6e 73 20 77 69 6c |</cite> fans wil| 00000660 6c 20 66 69 6e 64 20 69 74 20 61 20 73 74 65 70 |l find it a step| 00000670 0a 62 61 63 6b 77 61 72 64 73 2e 20 54 68 65 20 |.backwards. The | 00000680 6f 72 69 67 69 6e 61 6c 20 70 72 6f 67 72 61 6d |original program| 00000690 20 63 61 6e 20 6f 6e 6c 79 20 6f 70 65 6e 20 6f | can only open o| 000006a0 6e 65 20 66 69 6c 65 20 61 74 20 6f 6e 63 65 2c |ne file at once,| 000006b0 20 73 6f 20 49 27 64 0a 63 65 72 74 61 69 6e 6c | so I'd.certainl| 000006c0 79 20 72 65 63 6f 6d 6d 65 6e 64 20 67 6f 69 6e |y recommend goin| 000006d0 67 20 66 6f 72 20 3c 63 69 74 65 3e 48 54 4d 4c |g for <cite>HTML| 000006e0 45 64 69 74 20 32 3c 2f 63 69 74 65 3e 20 77 68 |Edit 2</cite> wh| 000006f0 65 72 65 20 74 68 69 73 20 70 72 6f 62 6c 65 6d |ere this problem| 00000700 20 68 61 73 0a 62 65 65 6e 20 66 69 78 65 64 2e | has.been fixed.| 00000710 20 49 74 27 73 20 76 65 72 79 20 68 61 6e 64 79 | It's very handy| 00000720 20 74 6f 20 62 65 20 61 62 6c 65 20 74 6f 20 63 | to be able to c| 00000730 75 74 20 61 6e 64 20 70 61 73 74 65 20 63 68 75 |ut and paste chu| 00000740 6e 6b 73 20 6f 66 20 48 54 4d 4c 20 66 72 6f 6d |nks of HTML from| 00000750 0a 6f 6e 65 20 64 6f 63 75 6d 65 6e 74 20 74 6f |.one document to| 00000760 20 61 6e 6f 74 68 65 72 2e 20 43 6f 75 70 6c 65 | another. Couple| 00000770 20 74 68 69 73 20 77 69 74 68 20 74 68 65 20 69 | this with the i| 00000780 6d 70 72 6f 76 65 64 20 75 73 65 72 20 69 6e 74 |mproved user int| 00000790 65 72 66 61 63 65 20 6f 66 0a 76 65 72 73 69 6f |erface of.versio| 000007a0 6e 20 32 2c 20 61 6e 64 20 49 20 77 6f 75 6c 64 |n 2, and I would| 000007b0 20 72 65 61 6c 6c 79 20 65 6e 63 6f 75 72 61 67 | really encourag| 000007c0 65 20 79 6f 75 20 74 6f 20 73 70 65 6e 64 20 74 |e you to spend t| 000007d0 68 65 20 26 23 31 36 33 3b 31 35 20 65 78 74 72 |he £15 extr| 000007e0 61 20 6f 6e 0a 74 68 65 20 6e 65 77 65 72 20 76 |a on.the newer v| 000007f0 65 72 73 69 6f 6e 2e 20 49 74 20 73 74 61 6e 64 |ersion. It stand| 00000800 73 20 75 70 20 77 65 6c 6c 20 61 67 61 69 6e 73 |s up well agains| 00000810 74 20 6d 75 63 68 20 6d 6f 72 65 20 65 78 70 65 |t much more expe| 00000820 6e 73 69 76 65 20 70 72 6f 67 72 61 6d 73 20 6f |nsive programs o| 00000830 6e 0a 6f 74 68 65 72 20 70 6c 61 74 66 6f 72 6d |n.other platform| 00000840 73 2e 0a 0a 3c 70 3e 52 69 63 68 61 72 64 20 47 |s...<p>Richard G| 00000850 6f 6f 64 77 69 6e 20 68 61 73 20 70 72 6f 64 75 |oodwin has produ| 00000860 63 65 64 20 61 20 66 72 65 65 20 70 72 6f 67 72 |ced a free progr| 00000870 61 6d 20 77 68 69 63 68 20 77 6f 72 6b 73 20 61 |am which works a| 00000880 6c 6f 6e 67 20 73 69 6d 69 6c 61 72 0a 6c 69 6e |long similar.lin| 00000890 65 73 20 2d 20 3c 63 69 74 65 3e 48 54 4d 61 63 |es - <cite>HTMac| 000008a0 72 6f 4c 3c 2f 63 69 74 65 3e 2e 20 41 67 61 69 |roL</cite>. Agai| 000008b0 6e 2c 20 79 6f 75 20 61 72 65 20 70 72 65 73 65 |n, you are prese| 000008c0 6e 74 65 64 20 77 69 74 68 20 61 20 74 6f 6f 6c |nted with a tool| 000008d0 20 62 61 72 20 61 6e 64 0a 48 54 4d 4c 20 74 61 | bar and.HTML ta| 000008e0 67 73 20 61 72 65 20 69 6e 73 65 72 74 65 64 20 |gs are inserted | 000008f0 77 68 65 6e 20 74 68 65 20 62 75 74 74 6f 6e 73 |when the buttons| 00000900 20 61 72 65 20 63 6c 69 63 6b 65 64 20 6f 6e 2c | are clicked on,| 00000910 20 62 75 74 20 69 74 27 73 20 61 20 6c 6f 74 20 | but it's a lot | 00000920 6c 65 73 73 0a 73 6f 70 68 69 73 74 69 63 61 74 |less.sophisticat| 00000930 65 64 20 74 68 61 6e 20 3c 63 69 74 65 3e 48 54 |ed than <cite>HT| 00000940 4d 4c 45 64 69 74 3c 2f 63 69 74 65 3e 2e 0a 0a |MLEdit</cite>...| 00000950 3c 70 3e 46 6f 72 20 6f 6e 65 20 74 68 69 6e 67 |<p>For one thing| 00000960 20 74 68 65 20 73 74 61 72 74 20 61 6e 64 20 65 | the start and e| 00000970 6e 64 20 74 61 67 73 20 6e 65 65 64 20 74 6f 20 |nd tags need to | 00000980 62 65 20 65 6e 74 65 72 65 64 20 73 65 70 61 72 |be entered separ| 00000990 61 74 65 6c 79 3b 20 79 6f 75 0a 63 61 6e 27 74 |ately; you.can't| 000009a0 20 6a 75 73 74 20 73 65 6c 65 63 74 20 61 20 72 | just select a r| 000009b0 65 67 69 6f 6e 20 6f 66 20 74 65 78 74 20 61 6e |egion of text an| 000009c0 64 20 65 78 70 65 63 74 20 69 74 20 74 6f 20 70 |d expect it to p| 000009d0 75 74 20 74 68 65 20 74 61 67 73 20 61 74 20 65 |ut the tags at e| 000009e0 69 74 68 65 72 0a 65 6e 64 2e 20 41 6c 73 6f 2c |ither.end. Also,| 000009f0 20 74 68 65 20 62 75 74 74 6f 6e 73 20 67 65 6e | the buttons gen| 00000a00 65 72 61 74 65 20 70 72 65 2d 73 65 74 20 74 65 |erate pre-set te| 00000a10 78 74 20 2d 20 6e 6f 20 65 64 69 74 61 62 6c 65 |xt - no editable| 00000a20 20 64 69 61 6c 6f 67 75 65 20 62 6f 78 65 73 0a | dialogue boxes.| 00000a30 68 65 72 65 2e 20 4f 6e 20 74 68 65 20 6f 74 68 |here. On the oth| 00000a40 65 72 20 68 61 6e 64 2c 20 62 65 63 61 75 73 65 |er hand, because| 00000a50 20 3c 63 69 74 65 3e 48 54 4d 61 63 72 6f 4c 3c | <cite>HTMacroL<| 00000a60 2f 63 69 74 65 3e 20 73 69 6d 70 6c 79 20 74 79 |/cite> simply ty| 00000a70 70 65 73 20 74 65 78 74 20 61 74 0a 74 68 65 20 |pes text at.the | 00000a80 63 75 72 73 6f 72 2c 20 69 74 20 77 6f 72 6b 73 |cursor, it works| 00000a90 20 77 69 74 68 20 77 68 61 74 65 76 65 72 20 74 | with whatever t| 00000aa0 65 78 74 20 65 64 69 74 6f 72 20 79 6f 75 20 68 |ext editor you h| 00000ab0 61 70 70 65 6e 20 74 6f 20 6c 69 6b 65 2c 20 6f |appen to like, o| 00000ac0 72 20 65 76 65 6e 0a 3c 63 69 74 65 3e 54 65 78 |r even.<cite>Tex| 00000ad0 74 65 61 73 65 3c 2f 63 69 74 65 3e 20 61 6e 64 |tease</cite> and| 00000ae0 20 6f 74 68 65 72 20 44 54 50 20 70 61 63 6b 61 | other DTP packa| 00000af0 67 65 73 2e 0a 0a 3c 70 3e 50 65 72 73 6f 6e 61 |ges...<p>Persona| 00000b00 6c 6c 79 20 49 20 64 6f 6e 27 74 20 6c 69 6b 65 |lly I don't like| 00000b10 20 69 6e 74 65 72 72 75 70 74 69 6e 67 20 6d 79 | interrupting my| 00000b20 20 74 79 70 69 6e 67 20 74 6f 20 6d 6f 76 65 20 | typing to move | 00000b30 74 68 65 20 6d 6f 75 73 65 2c 20 62 75 74 20 69 |the mouse, but i| 00000b40 66 0a 79 6f 75 27 72 65 20 61 20 74 6f 6f 6c 20 |f.you're a tool | 00000b50 62 61 72 20 66 61 6e 20 74 68 65 6e 20 3c 63 69 |bar fan then <ci| 00000b60 74 65 3e 48 54 4d 61 63 72 6f 4c 3c 2f 63 69 74 |te>HTMacroL</cit| 00000b70 65 3e 20 6d 69 67 68 74 20 62 65 20 6a 75 73 74 |e> might be just| 00000b80 20 77 68 61 74 20 79 6f 75 20 6e 65 65 64 2e 0a | what you need..| 00000b90 41 66 74 65 72 20 61 6c 6c 2c 20 69 74 27 73 20 |After all, it's | 00000ba0 66 72 65 65 2e 0a 0a 3c 70 3e 49 66 20 6c 69 6b |free...<p>If lik| 00000bb0 65 20 6d 65 20 79 6f 75 27 72 65 20 61 20 3c 63 |e me you're a <c| 00000bc0 69 74 65 3e 5a 61 70 3c 2f 63 69 74 65 3e 20 66 |ite>Zap</cite> f| 00000bd0 61 6e 2c 20 74 68 65 6e 20 49 20 63 61 6e 20 68 |an, then I can h| 00000be0 69 67 68 6c 79 20 72 65 63 6f 6d 6d 65 6e 64 0a |ighly recommend.| 00000bf0 3c 63 69 74 65 3e 5a 61 70 48 54 4d 4c 3c 2f 63 |<cite>ZapHTML</c| 00000c00 69 74 65 3e 2c 20 61 20 66 72 65 65 20 48 54 4d |ite>, a free HTM| 00000c10 4c 20 6d 6f 64 65 20 66 6f 72 20 3c 63 69 74 65 |L mode for <cite| 00000c20 3e 5a 61 70 3c 2f 63 69 74 65 3e 20 77 72 69 74 |>Zap</cite> writ| 00000c30 74 65 6e 20 62 79 0a 4d 61 74 74 68 65 77 20 48 |ten by.Matthew H| 00000c40 61 6d 62 6c 65 79 2e 20 41 73 20 77 65 6c 6c 20 |ambley. As well | 00000c50 61 73 20 6d 61 6b 69 6e 67 20 74 68 65 20 74 61 |as making the ta| 00000c60 67 73 20 61 20 64 69 66 66 65 72 65 6e 74 20 63 |gs a different c| 00000c70 6f 6c 6f 75 72 20 73 6f 20 74 68 61 74 20 79 6f |olour so that yo| 00000c80 75 0a 63 61 6e 20 65 61 73 69 6c 79 20 73 65 65 |u.can easily see| 00000c90 20 77 68 61 74 20 69 73 20 74 65 78 74 20 61 6e | what is text an| 00000ca0 64 20 77 68 61 74 20 69 73 20 6d 61 72 6b 75 70 |d what is markup| 00000cb0 2c 20 61 6e 79 20 6f 66 20 74 68 65 20 48 54 4d |, any of the HTM| 00000cc0 4c 20 74 61 67 73 20 63 61 6e 20 62 65 0a 67 65 |L tags can be.ge| 00000cd0 6e 65 72 61 74 65 64 20 62 79 20 61 20 70 61 69 |nerated by a pai| 00000ce0 72 20 6f 66 20 6b 65 79 2d 70 72 65 73 73 65 73 |r of key-presses| 00000cf0 2e 20 54 68 65 20 6d 6f 64 75 6c 65 20 63 75 72 |. The module cur| 00000d00 72 65 6e 74 6c 79 20 68 61 73 20 61 20 66 65 77 |rently has a few| 00000d10 20 71 75 69 72 6b 73 20 61 6e 64 0a 6c 69 74 74 | quirks and.litt| 00000d20 6c 65 20 64 6f 63 75 6d 65 6e 74 61 74 69 6f 6e |le documentation| 00000d30 2c 20 62 75 74 20 74 68 65 20 6f 64 64 73 20 61 |, but the odds a| 00000d40 72 65 20 74 68 61 74 20 69 66 20 79 6f 75 27 72 |re that if you'r| 00000d50 65 20 61 20 3c 63 69 74 65 3e 5a 61 70 3c 2f 63 |e a <cite>Zap</c| 00000d60 69 74 65 3e 20 66 61 6e 0a 74 68 69 73 20 69 73 |ite> fan.this is| 00000d70 6e 27 74 20 67 6f 69 6e 67 20 74 6f 20 77 6f 72 |n't going to wor| 00000d80 72 79 20 79 6f 75 2e 0a 0a 3c 70 3e 3c 63 69 74 |ry you...<p><cit| 00000d90 65 3e 5a 61 70 48 54 4d 4c 3c 2f 63 69 74 65 3e |e>ZapHTML</cite>| 00000da0 20 77 69 6c 6c 20 61 70 70 65 61 6c 20 74 6f 20 | will appeal to | 00000db0 61 6e 79 6f 6e 65 20 77 68 6f 20 62 61 73 69 63 |anyone who basic| 00000dc0 61 6c 6c 79 20 6b 6e 6f 77 73 20 68 6f 77 20 74 |ally knows how t| 00000dd0 6f 0a 77 72 69 74 65 20 48 54 4d 4c 20 61 6e 64 |o.write HTML and| 00000de0 20 6a 75 73 74 20 77 61 6e 74 73 20 61 20 71 75 | just wants a qu| 00000df0 69 63 6b 20 77 61 79 20 74 6f 20 65 6e 74 65 72 |ick way to enter| 00000e00 20 74 68 65 20 74 61 67 73 2e 20 49 66 20 74 68 | the tags. If th| 00000e10 65 72 65 27 73 20 67 6f 6f 64 20 66 72 65 65 0a |ere's good free.| 00000e20 73 6f 66 74 77 61 72 65 20 61 72 6f 75 6e 64 2c |software around,| 00000e30 20 77 68 79 20 77 6f 75 6c 64 20 49 20 72 65 63 | why would I rec| 00000e40 6f 6d 6d 65 6e 64 20 73 70 65 6e 64 69 6e 67 20 |ommend spending | 00000e50 6d 6f 6e 65 79 20 6f 6e 20 61 6e 20 48 54 4d 4c |money on an HTML| 00000e60 20 65 64 69 74 6f 72 3f 0a 57 65 6c 6c 2c 20 6e | editor?.Well, n| 00000e70 6f 74 20 65 76 65 72 79 6f 6e 65 20 77 69 6c 6c |ot everyone will| 00000e80 20 62 65 20 68 61 70 70 79 20 77 69 74 68 20 3c | be happy with <| 00000e90 63 69 74 65 3e 5a 61 70 48 54 4d 4c 3c 2f 63 69 |cite>ZapHTML</ci| 00000ea0 74 65 3e 3b 20 69 74 27 73 20 61 20 62 69 74 20 |te>; it's a bit | 00000eb0 6f 66 20 61 0a 68 61 63 6b 65 72 27 73 20 73 6f |of a.hacker's so| 00000ec0 6c 75 74 69 6f 6e 20 61 6e 64 20 79 6f 75 20 6e |lution and you n| 00000ed0 65 65 64 20 74 6f 20 72 65 6d 65 6d 62 65 72 20 |eed to remember | 00000ee0 73 6f 6d 65 20 61 77 6b 77 61 72 64 20 6b 65 79 |some awkward key| 00000ef0 20 63 6f 6d 62 69 6e 61 74 69 6f 6e 73 20 74 6f | combinations to| 00000f00 0a 6d 61 6b 65 20 69 74 20 77 6f 72 6b 2e 20 49 |.make it work. I| 00000f10 66 20 74 68 69 73 20 64 6f 65 73 6e 27 74 20 61 |f this doesn't a| 00000f20 70 70 65 61 6c 20 74 6f 20 79 6f 75 20 74 68 65 |ppeal to you the| 00000f30 6e 20 73 70 65 6e 64 69 6e 67 20 6d 6f 6e 65 79 |n spending money| 00000f40 20 6f 6e 0a 3c 63 69 74 65 3e 48 54 4d 4c 45 64 | on.<cite>HTMLEd| 00000f50 69 74 3c 2f 63 69 74 65 3e 20 77 6f 75 6c 64 20 |it</cite> would | 00000f60 62 65 20 61 20 62 65 74 74 65 72 20 69 64 65 61 |be a better idea| 00000f70 20 2d 20 69 74 27 73 20 61 20 70 72 6f 66 65 73 | - it's a profes| 00000f80 73 69 6f 6e 61 6c 20 70 61 63 6b 61 67 65 0a 77 |sional package.w| 00000f90 69 74 68 20 61 20 67 6f 6f 64 20 6d 61 6e 75 61 |ith a good manua| 00000fa0 6c 2e 0a 0a 3c 70 3e 41 6c 6c 20 74 68 72 65 65 |l...<p>All three| 00000fb0 20 6f 66 20 74 68 65 73 65 20 73 6f 6c 75 74 69 | of these soluti| 00000fc0 6f 6e 73 20 77 69 6c 6c 20 6f 6e 6c 79 20 67 65 |ons will only ge| 00000fd0 6e 65 72 61 74 65 20 72 61 77 20 48 54 4d 4c 2e |nerate raw HTML.| 00000fe0 20 49 6e 20 6f 72 64 65 72 20 74 6f 20 73 65 65 | In order to see| 00000ff0 0a 69 74 20 61 73 20 61 20 62 72 6f 77 73 65 72 |.it as a browser| 00001000 20 77 6f 75 6c 64 20 64 69 73 70 6c 61 79 20 69 | would display i| 00001010 74 2c 20 79 6f 75 20 68 61 76 65 20 28 73 75 72 |t, you have (sur| 00001020 70 72 69 73 69 6e 67 6c 79 20 65 6e 6f 75 67 68 |prisingly enough| 00001030 29 20 74 6f 20 6c 6f 61 64 20 69 74 0a 69 6e 74 |) to load it.int| 00001040 6f 20 61 20 62 72 6f 77 73 65 72 2e 20 54 68 69 |o a browser. Thi| 00001050 73 20 73 68 6f 75 6c 64 6e 27 74 20 62 65 20 61 |s shouldn't be a| 00001060 20 70 72 6f 62 6c 65 6d 2c 20 62 75 74 20 69 66 | problem, but if| 00001070 20 79 6f 75 27 72 65 20 61 66 74 65 72 20 61 20 | you're after a | 00001080 6d 6f 72 65 0a 57 59 53 49 57 59 47 20 64 69 73 |more.WYSIWYG dis| 00001090 70 6c 61 79 20 61 6e 64 20 79 6f 75 20 68 61 76 |play and you hav| 000010a0 65 20 3c 63 69 74 65 3e 49 6d 70 72 65 73 73 69 |e <cite>Impressi| 000010b0 6f 6e 3c 2f 63 69 74 65 3e 20 74 68 65 6e 20 79 |on</cite> then y| 000010c0 6f 75 20 6d 69 67 68 74 20 63 6f 6e 73 69 64 65 |ou might conside| 000010d0 72 0a 42 65 6e 20 53 75 6d 6d 65 72 73 27 73 20 |r.Ben Summers's | 000010e0 3c 63 69 74 65 3e 48 54 4d 4c 54 6f 6f 6c 73 3c |<cite>HTMLTools<| 000010f0 2f 63 69 74 65 3e 20 66 6f 72 20 6c 6f 61 64 69 |/cite> for loadi| 00001100 6e 67 20 61 6e 64 20 73 61 76 69 6e 67 20 48 54 |ng and saving HT| 00001110 4d 4c 20 66 72 6f 6d 0a 3c 63 69 74 65 3e 49 6d |ML from.<cite>Im| 00001120 70 72 65 73 73 69 6f 6e 3c 2f 63 69 74 65 3e 2e |pression</cite>.| 00001130 20 49 74 27 73 20 69 6d 70 6f 72 74 61 6e 74 20 | It's important | 00001140 74 6f 20 67 65 74 20 74 68 69 73 20 69 6e 20 70 |to get this in p| 00001150 65 72 73 70 65 63 74 69 76 65 20 62 65 63 61 75 |erspective becau| 00001160 73 65 20 69 74 0a 77 6f 6e 27 74 20 67 69 76 65 |se it.won't give| 00001170 20 61 20 66 75 6c 6c 79 20 57 59 53 49 57 59 47 | a fully WYSIWYG| 00001180 20 64 69 73 70 6c 61 79 2c 20 62 75 74 20 79 6f | display, but yo| 00001190 75 20 77 69 6c 6c 20 67 65 74 20 73 6f 6d 65 74 |u will get somet| 000011a0 68 69 6e 67 20 6d 75 63 68 20 63 6c 6f 73 65 20 |hing much close | 000011b0 74 6f 0a 77 68 61 74 20 79 6f 75 27 6c 6c 20 73 |to.what you'll s| 000011c0 65 65 20 69 6e 20 61 20 62 72 6f 77 73 65 72 2e |ee in a browser.| 000011d0 20 54 68 65 20 74 6f 6f 6c 73 20 61 72 65 20 53 | The tools are S| 000011e0 68 61 72 65 77 61 72 65 2c 20 73 6f 20 64 6f 20 |hareware, so do | 000011f0 72 65 67 69 73 74 65 72 20 74 68 65 6d 20 69 66 |register them if| 00001200 0a 79 6f 75 20 75 73 65 20 74 68 65 6d 2e 0a 0a |.you use them...| 00001210 3c 70 3e 3c 63 69 74 65 3e 5a 61 70 48 54 4d 4c |<p><cite>ZapHTML| 00001220 3c 2f 63 69 74 65 3e 20 69 73 20 61 76 61 69 6c |</cite> is avail| 00001230 61 62 6c 65 20 77 69 74 68 20 3c 63 69 74 65 3e |able with <cite>| 00001240 5a 61 70 3c 2f 63 69 74 65 3e 20 62 79 20 66 74 |Zap</cite> by ft| 00001250 70 20 66 72 6f 6d 20 68 65 6e 73 61 2c 20 61 6e |p from hensa, an| 00001260 64 20 3c 63 69 74 65 3e 48 54 4d 61 63 72 6f 4c |d <cite>HTMacroL| 00001270 3c 2f 63 69 74 65 3e 20 69 73 20 6f 6e 20 53 74 |</cite> is on St| 00001280 75 74 74 67 61 72 74 2e 20 54 68 65 20 3c 63 69 |uttgart. The <ci| 00001290 74 65 3e 49 6d 70 72 65 73 73 69 6f 6e 3c 2f 63 |te>Impression</c| 000012a0 69 74 65 3e 20 74 6f 6f 6c 73 20 61 72 65 20 61 |ite> tools are a| 000012b0 6c 73 6f 20 6f 6e 20 68 65 6e 73 61 2c 20 61 6e |lso on hensa, an| 000012c0 64 20 77 65 72 65 20 6f 6e 20 74 68 65 20 66 69 |d were on the fi| 000012d0 72 73 74 20 3c 63 69 74 65 3e 41 63 6f 72 6e 20 |rst <cite>Acorn | 000012e0 55 73 65 72 3c 2f 63 69 74 65 3e 20 43 44 2d 52 |User</cite> CD-R| 000012f0 4f 4d 2e 20 3c 63 69 74 65 3e 48 54 4d 4c 45 64 |OM. <cite>HTMLEd| 00001300 69 74 3c 2f 63 69 74 65 3e 20 63 6f 73 74 73 20 |it</cite> costs | 00001310 26 23 31 36 33 3b 33 30 20 61 6e 64 20 3c 63 69 |£30 and <ci| 00001320 74 65 3e 48 54 4d 4c 45 64 69 74 20 32 3c 2f 63 |te>HTMLEdit 2</c| 00001330 69 74 65 3e 20 63 6f 73 74 73 20 26 23 31 36 33 |ite> costs £| 00001340 3b 34 35 20 28 6e 6f 20 56 41 54 29 20 66 72 6f |;45 (no VAT) fro| 00001350 6d 20 52 2d 43 6f 6d 70 2e 0a 0a 3c 70 3e 3c 61 |m R-Comp...<p><a| 00001360 64 64 72 65 73 73 3e 52 2d 43 6f 6d 70 3c 62 72 |ddress>R-Comp<br| 00001370 3e 0a 54 65 6c 3a 20 28 30 31 39 32 35 29 20 37 |>.Tel: (01925) 7| 00001380 35 35 30 34 33 3c 62 72 3e 0a 46 61 78 3a 20 28 |55043<br>.Fax: (| 00001390 30 31 39 32 35 29 20 37 35 37 33 37 37 3c 62 72 |01925) 757377<br| 000013a0 3e 0a 45 2d 6d 61 69 6c 3a 20 48 54 4d 4c 45 64 |>.E-mail: HTMLEd| 000013b0 69 74 40 61 72 73 76 63 73 2e 64 65 6d 6f 6e 2e |it@arsvcs.demon.| 000013c0 63 6f 2e 75 6b 3c 2f 61 64 64 72 65 73 73 3e 0a |co.uk</address>.| 000013d0 0a 3c 70 3e 3c 61 20 68 72 65 66 3d 22 69 6e 64 |.<p><a href="ind| 000013e0 65 78 2e 68 74 6d 6c 22 3e 42 61 63 6b 20 74 6f |ex.html">Back to| 000013f0 20 74 68 65 20 6d 61 69 6e 20 61 72 74 69 63 6c | the main articl| 00001400 65 3c 2f 61 3e 2e 0a 0a 3c 2f 62 6f 64 79 3e 0a |e</a>...</body>.| 00001410 3c 2f 68 74 6d 6c 3e 0a |</html>.| 00001418