RE: Unknown html command? Desperate Times!!! - 6/8/2001 16:18:00
Hi Sue,I'm afraid Goober's right it is a mess and were I in you shoes I'd start over. This posting is quite long but I hppe you'll find it helpful. I had a long look @ your code - I kind of thought I knew what was wrong. And a second long cold hard look after the page crashed my machine twice confirmed it.
( This is not your fault so don't worry about it. FYI I looked at it under opera and under internet explorer 5.5. The applet code that FP generates is sometimes so wildly away from the standard that it breaks like mad.) The moral of that is not to use applets. (Anyway the FrontPage ones have been done to death.) Lets deal with a few points that amy be of help to you first: Copying and pasting from other office 2000 programs. Office 2000 programs generate a wicked amount of utterly unecessary code. Essentially they apply span styles all over the place. If you absolutely MUST use html generated by word 2000 go here; http://office.microsoft.com/downloads/2000/Msohtmf2.aspx The tool involved is free and will drastically cut down the extraneous html. I've got files down from 130k to 26k. Now, ok granted I kinda know my html so my test pages used every html horror that word and excel could generate but even so .... However a far far better thing to do is to save the document created as a raw text file. (Word will tell you that you'll lose all sorts of useful stuff - tell it that you want to go a head anyway ) Import that text file and format away to your hearts content. An alternative is to use not the paste command but the paste special command. Do it like this: 1. Highlight one paragraph at a time in word. 2. Copy it to the clipboard - (WARNING DO NOT USE THE OFFICE CLIPBOARD) 3. Switch to FrontPage 3a. Put your insertion point ( the flashing bar) where you want the new text. 4. Click once with the RIGHT HAND mouse button. 5. Select paste special. 6. Select normal paragraph. 7. Format hack chop change to your hearts content.  Now on to metatags: EEEEEEK!!! Metags MUST only be in the header. Never ever ever in the body. Front page won't let you put metatags into the body because it's doing its job. The tags themselves: No wonder you're having problems. The poor thing is trying to work out which of the oodles of metatags to use. And it reloads the metatags every time. I did a long long posting on metatags elesewhere in this site. Here's an extract - /*Begin Extract*/ Key words etc: I suggest that you go here: http://www.htmlgoodies.com Select some links at random and view the source you'll quickly see how good metatags can be done..... Also on the htmlgoodies site there are pages on metatags and search engines here's the direct link: http://www.htmlgoodies.com/beyond/register.html On that page theres a link to a superb metatags tutorial also - do please check that one out. /*End extract*/ I've whumped up some metags for you so that you can see what they should look like. /*begin metag example*/
<META NAME="keywords" CONTENT="South Africa, Adventure & Tours, Attractions, South African attractions, Backpackers, Backpacking in South Africa, Bed and Breakfast, B&B, Ostiches, Ostrich farms, Wildlife Parks,"> <META NAME="description" CONTENT="This page provides a set of links to .........."> <META NAME="rating" CONTENT="General"> <META NAME="revisit-after" CONTENT="30 days"> <META NAME="robots" CONTENT="INDEX,FOLLOW"> <META NAME="objecttype" CONTENT="Homepage"> <META HTTP-EQUIV="resource-type" CONTENT="document"> <META HTTP-EQUIV="distribution" CONTENT="global"> <META HTTP-EQUIV="copyright" CONTENT="Sue Smit - 2001">
/*end metatag example*/ I'll check back here this weekend. ------------------ Hope this helps :-) Gorilla aka Mark Saunders http://www.computerdriving.com marksaunders@techie.com
|