WEBBOT frontpge2003 SP! CREaTES INVal;id HTML

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using frontpage 2003 SP1 Hosted at godaddy.com
http://www.digdeeperonline.com/hiv.htm checked at:
http://validator.w3.org/check?uri=http://www.digdeeperonline.com/hiv.htm
using: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
gives: Errors: 52
example:
Line 569, column 83: end tag for element "FONT" which is not open

....image" width="167" height="1"></font></td>

569: <img border="0" src="images/space.gif" alt="image" width="167"
height="1"></font></td>

My quetion? how did that rediculous FONT ending tag get there? I think
WEBBOT created it. MY hosting company godaddy.com claims it's NOT their
fault.I know it's not MINE. Maybe Bill Gates?
--------
571: <td width="100%" background="images/btmbg.gif"> </font></td>
there it is again! generating This error:

there it is again causing THIS error:
Line 571, column 61: end tag for element "FONT" which is not open

QUESTION IS:I am not sure how or where this WEBBOT gets interpreted,,,any
way to get it to make VALID HTML?

----------------
another common error:
OOps left off the type="text/javascript"
Line 61, column 183: required attribute "TYPE" not specified
Typical values for type are type="text/css" for <style> and
type="text/javascript" for <script>.
....span --><script language="JavaScript"><!--

.... width="100%" background="images/btmbg.gif"> </font></td>

61: <!--webbot bot="Navigation" s-orientation="horizontal"
s-rendering="graphics" s-type="siblings" b-include-home="FALSE"
b-include-up="TRUE" startspan --><script language="JavaScript"><!--
----
Here's a fun one:
Line 58, column 487: there is no attribute "FP-STYLE"

..../'_overlay/buttonE7B.gif')" fp-style="fp-btn: Soft Capsule 6;
fp-transparent:

58: <td bgcolor="#336699" align="center"> <a
href="#Related_Books_of_Interest"><img border="0" id="img1"
src="_overlay/buttonE7A.gif" height="24" width="120" alt="Related Books"
onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'_overlay/buttonE7B.gif')"
onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'_overlay/buttonE7A.gif')"
onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'_overlay/buttonE7C.gif')"
onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'_overlay/buttonE7B.gif')"
fp-style="fp-btn: Soft Capsule 6; fp-transparent: 1" fp-title="Related
Books"></a></td>

is there a special DOCTYPE to use with these frontpage pages?

---

Last but not Least:

Line 36, column 21: value of attribute "NAME" must be a single token

<meta name="Microsoft Theme" content="ice174 0010, default">

36: <meta name="Microsoft Theme" content="ice174 0010, default">

If I correct "Microsoft Theme" as "Microsoft_Theme" I lose the Validity
error and also lose my nav link bars buttons.

Just currious how all this INValid HTML 4.01 Transitional gets created,
and how to make it all VALID
 
However in almost all cases, FP will re-write any webbot code that has been modified when saving the
page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


You make it valid by hand-coding the corrections it asks for.
 
You are using a theme that is not applied using CSS
<meta name="Microsoft Theme" content="ice174 0010, default">
FP themes add extra fonts tags that will never validate
Apply the theme using CSS to have FP remove the html font tags

--




| Using frontpage 2003 SP1 Hosted at godaddy.com
| http://www.digdeeperonline.com/hiv.htm checked at:
| http://validator.w3.org/check?uri=http://www.digdeeperonline.com/hiv.htm
| using: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
| gives: Errors: 52
| example:
| Line 569, column 83: end tag for element "FONT" which is not open
|
| ...image" width="167" height="1"></font></td>
|
| 569: <img border="0" src="images/space.gif" alt="image" width="167"
| height="1"></font></td>
|
| My quetion? how did that rediculous FONT ending tag get there? I think
| WEBBOT created it. MY hosting company godaddy.com claims it's NOT their
| fault.I know it's not MINE. Maybe Bill Gates?
| --------
| 571: <td width="100%" background="images/btmbg.gif"> </font></td>
| there it is again! generating This error:
|
| there it is again causing THIS error:
| Line 571, column 61: end tag for element "FONT" which is not open
|
| QUESTION IS:I am not sure how or where this WEBBOT gets interpreted,,,any
| way to get it to make VALID HTML?
|
| ----------------
| another common error:
| OOps left off the type="text/javascript"
| Line 61, column 183: required attribute "TYPE" not specified
| Typical values for type are type="text/css" for <style> and
| type="text/javascript" for <script>.
| ...span --><script language="JavaScript"><!--
|
| ... width="100%" background="images/btmbg.gif"> </font></td>
|
| 61: <!--webbot bot="Navigation" s-orientation="horizontal"
| s-rendering="graphics" s-type="siblings" b-include-home="FALSE"
| b-include-up="TRUE" startspan --><script language="JavaScript"><!--
| ----
| Here's a fun one:
| Line 58, column 487: there is no attribute "FP-STYLE"
|
| .../'_overlay/buttonE7B.gif')" fp-style="fp-btn: Soft Capsule 6;
| fp-transparent:
|
| 58: <td bgcolor="#336699" align="center"> <a
| href="#Related_Books_of_Interest"><img border="0" id="img1"
| src="_overlay/buttonE7A.gif" height="24" width="120" alt="Related Books"
| onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'_overlay/buttonE7B.gif')"
| onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'_overlay/buttonE7A.gif')"
| onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'_overlay/buttonE7C.gif')"
| onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'_overlay/buttonE7B.gif')"
| fp-style="fp-btn: Soft Capsule 6; fp-transparent: 1" fp-title="Related
| Books"></a></td>
|
| is there a special DOCTYPE to use with these frontpage pages?
|
| ---
|
| Last but not Least:
|
| Line 36, column 21: value of attribute "NAME" must be a single token
|
| <meta name="Microsoft Theme" content="ice174 0010, default">
|
| 36: <meta name="Microsoft Theme" content="ice174 0010, default">
|
| If I correct "Microsoft Theme" as "Microsoft_Theme" I lose the Validity
| error and also lose my nav link bars buttons.
|
| Just currious how all this INValid HTML 4.01 Transitional gets created,
| and how to make it all VALID
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top