[an error occurred while processing this directive] [an error occurred while processing this directive]
|
|||||||
Monitor Duty > Fanzing Archives > HTML Tutorial | Sitemap |
Fanzing Tutorial
Intro
[an error occurred while processing this directive]
Part 1: Tools Part 2: Basic Code Part 3: More Codes Part 4: Basic Page Part 5: Conversion Part 6: Clean-Up Part 7: Skeleton! Part 8: Demo Part 9: Style! Part 10: Resources Character codes |
|||||
Fanzing's Web Design Tutorial |
|||||||
Part 5: Document Conversion |
|||||||
Do I Have To Fix My 180-Page Epic By Hand?So far, so good. You know how to markup your documents with paragraph tags, bold and italic tags, and maybe a few of the fancier tags that I told you about in Step Three. Just one thing: Do you HAVE to type a <p> tag and a </p> tag around all 590 paragraphs in that long Batman story you wrote last month? I know the feeling. BELIEVE me, I know the feeling. Because for the last two years, I've had to prepare hundreds of unformatted texts some of them dozens of pages long! And if there's anything I'm qualified to teach, it's shortcuts for making documents of all kinds (text, Word, WordPerfect, rich text format) into HTML pages. For a long time, my best method was to take Rich Text Format files and open them in Arachnophilia, which did the conversion for me. Rich Text Format is like an advanced text editor (or a basic word processor, depending on what you do with it). Unlike TXT files, it saves formatting like bold, italics and fonts. Quite a lifesaver that was. Unfortunately, Arachnophilia is not only glitchy, it has bad habits. It does not put <p> tags around the paragraphs, for one thing. Also, at times it turns off the tags in the wrong order. Both can be problems. HOWEVER, all is not lost. I still recommend using Arachnophilia for working with the code. And I'd much rather have to "clean up" the code on a 50-page epic than do the HTML coding from scratch!
So Many Documents, So Many Methods!I'll admit, I don't really know where to begin with this one. First, all of you have different kinds of documents. Each kind of document has several different ways to convert it. And depending on the conversion used, you may need to clean up the code. Some of you write in text (using Notepad or similar). Others work in Microsoft Word. Others use a different type of word processor and then use Rich Text Format to convert it. And on top of all that, you can transform all of these documents from one kind to another! Hence, I'm not going to make any kind of claims to completeness or authority. After you get the hang of this and decide to experiment, you may come up with an easier way to do things. There may be other conversion programs out there that do a better job. If so, let me know! Here are some of the options for each.
IF YOU HAVE A MICROSOFT WORD DOCUMENT (.DOC), YOU CAN DO ANY OF THE FOLLOWING:
IF YOU HAVE A TEXT (.TXT) FILE, YOU CAN DO ANY OF THE FOLLOWING:
IF YOU HAVE A RICH TEXT FORMAT DOCUMENT (.RTF), YOU CAN DO ANY OF THE FOLLOWING:
What Is The Goal?I have often heard web designers railing against this design program or that program particularly the WYSIWYG programs because they put in all kinds of junk code or unnecessary formatting. This is true, although I think some of the worst offenders of old are improving (and some designers are particularly snooty about anything that isn't coded by hand 100%!). Since you may have just learned HTML in the earlier pages of this tutorial, you probably aren't as tough a critic as a techie would be. You may be wondering how you can tell "good code" from "bad code". More to the point, since we have specific needs for our Fanzing web design, what are we concerned about? My biggest concerns are:
About Font TagsThe first two concerns have been covered in depth already. What of this third requirement about font tags? I didn't even teach you about font tags, right? Unfortunately, while you don't need to learn about font tags for our purposes, you will probably encounter them because some of these conversion methods add them! You shouldn't HAVE to work with font tags. Size, color and typeface are the three main things changed by the font tag. Now, on some web sites, those change all the time. It makes the web site more colorful. However, at Fanzing we're generally working with one font face, one font color and one font size. In the past, this was just a good idea. Now that I'm using a style sheet to make all paragraphs all over the site look the same, the <font> tags can really undermine that. Thus, font tags must be removed if the software puts them in. (And if you put them in intentionally, such usage needs to be rare.) If you're converting from plain text, no problem. None of the conversion methods should add font tags. If you're converting from RTF and Word formats directly to HTML, you should be on the lookout for them. Some documents (it really depends on the way you first typed the document) may have a font tag at the beginning and the ending of the piece. Others may end up with tons of icky code throughout, requiring a massive clean-up. One trick, which you should apply at your discretion, is to select "Save As " and change the document from RTF or DOC to a TXT file. This gets rid of all formatting! For most authors, who only have paragraphs and headers at the most, that's not a bad sacrifice; that means you make the conversion, then put the proper markup around the headers and you're in business! However, if you've got a lot of bolds, italics and other formatting already in the story, I wouldn't use this method. I'd do another form of clean-up.
Clean-up is such a multi-pronged project that I thought I'd give it its own section. Continue on to Part Two. [an error occurred while processing this directive] |
|||||||
|
|||||||
This tutorial
is © 2000 Michael Hutchison
[an error occurred while processing this directive]
|
Fanzing site version 7.1 |
||||||