html errors

R

rtaaop

I'm using FP 2000. Recently, I discovered a large number
of html errors on my website. I know zilch about html and
assumed that FP would automatically correct any errors.
What is the best program to use to check and repair these
errors and what problems might such a "corrective
program" cause? Thanks for your suggestions.
 
K

Kevin Spencer

Define "html errors" in the context of your web site.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
R

rtaaop

Thanks for your response. I use a program sample called
NetMechanic to run a test on one page of my website. Here
is a a sample of the errors that this program found:
penguin,resin owl, resin octopus, resin seal, resin
whale">
0013:<meta name="ProgId"
content="FrontPage.Editor.Document">
0014:<title>Home Page</title>
0015:[1]^<script language="JavaScript"
fptype="dynamicanimation">
----:[1]^Warning: tag <script> missing required
attribute "type".Click here to learn more
----:[1]^Hint: use "type" attribute with "language"
attribute.
0016:<!--
0017:function dynAnimation() {}
0018:function clickSwapImg() {}
0019://-->
0020:</script>
0021:[2]^<script language="JavaScript1.2"
fptype="dynamicanimation" src="animate.js">
----:[2]^Warning: tag <script> missing required
attribute "type".Click here to learn more
----:[2]^Hint: use "type" attribute with "language"
attribute.
0022:</script>
0023:<base target="_parent">
0024:[3]^<title>LIFE OF RILEY COLLECTIQUES</title>
----:[3]^Warning: too many title elements in <head>.
0025:[4]^<style fprolloverstyle>a:hover { color: red;
font-weight: bold }
----:[4]^Error: tag <style> missing required
attribute "type".Click here to learn more
0026:</style>
0027:[5]^<bgsound src="midimusic/The_Way_We_Were.mid"
loop="-1">
----:[5]^Warning: <bgsound> is NOT approved by W3C.Click
here to learn more
----:[5]^Note: <bgsound> is NOT supported by HTML 4.0
standard..
0028:
0029:
 
T

Thomas A. Rowe

You can disregard those errors, also as long as your page display correctly in most browsers, you
have really no need to worry, as people do not use validator to view web sites when search for info,
products or services, etc.

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

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


rtaaop said:
Thanks for your response. I use a program sample called
NetMechanic to run a test on one page of my website. Here
is a a sample of the errors that this program found:
penguin,resin owl, resin octopus, resin seal, resin
whale">
0013:<meta name="ProgId"
content="FrontPage.Editor.Document">
0014:<title>Home Page</title>
0015:[1]^<script language="JavaScript"
fptype="dynamicanimation">
----:[1]^Warning: tag <script> missing required
attribute "type".Click here to learn more
----:[1]^Hint: use "type" attribute with "language"
attribute.
0016:<!--
0017:function dynAnimation() {}
0018:function clickSwapImg() {}
0019://-->
0020:</script>
0021:[2]^<script language="JavaScript1.2"
fptype="dynamicanimation" src="animate.js">
----:[2]^Warning: tag <script> missing required
attribute "type".Click here to learn more
----:[2]^Hint: use "type" attribute with "language"
attribute.
0022:</script>
0023:<base target="_parent">
0024:[3]^<title>LIFE OF RILEY COLLECTIQUES</title>
----:[3]^Warning: too many title elements in <head>.
0025:[4]^<style fprolloverstyle>a:hover { color: red;
font-weight: bold }
----:[4]^Error: tag <style> missing required
attribute "type".Click here to learn more
0026:</style>
0027:[5]^<bgsound src="midimusic/The_Way_We_Were.mid"
loop="-1">
----:[5]^Warning: <bgsound> is NOT approved by W3C.Click
here to learn more
----:[5]^Note: <bgsound> is NOT supported by HTML 4.0
standard..
0028:
0029:

-----Original Message-----
Define "html errors" in the context of your web site.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.




.
 
K

Kevin Spencer

Here's your solution: Don't run NetMechanic. Those aren't errors. They are
opinions.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

rtaaop said:
Thanks for your response. I use a program sample called
NetMechanic to run a test on one page of my website. Here
is a a sample of the errors that this program found:
penguin,resin owl, resin octopus, resin seal, resin
whale">
0013:<meta name="ProgId"
content="FrontPage.Editor.Document">
0014:<title>Home Page</title>
0015:[1]^<script language="JavaScript"
fptype="dynamicanimation">
----:[1]^Warning: tag <script> missing required
attribute "type".Click here to learn more
----:[1]^Hint: use "type" attribute with "language"
attribute.
0016:<!--
0017:function dynAnimation() {}
0018:function clickSwapImg() {}
0019://-->
0020:</script>
0021:[2]^<script language="JavaScript1.2"
fptype="dynamicanimation" src="animate.js">
----:[2]^Warning: tag <script> missing required
attribute "type".Click here to learn more
----:[2]^Hint: use "type" attribute with "language"
attribute.
0022:</script>
0023:<base target="_parent">
0024:[3]^<title>LIFE OF RILEY COLLECTIQUES</title>
----:[3]^Warning: too many title elements in <head>.
0025:[4]^<style fprolloverstyle>a:hover { color: red;
font-weight: bold }
----:[4]^Error: tag <style> missing required
attribute "type".Click here to learn more
0026:</style>
0027:[5]^<bgsound src="midimusic/The_Way_We_Were.mid"
loop="-1">
----:[5]^Warning: <bgsound> is NOT approved by W3C.Click
here to learn more
----:[5]^Note: <bgsound> is NOT supported by HTML 4.0
standard..
0028:
0029:

-----Original Message-----
Define "html errors" in the context of your web site.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.




.
 
K

Kevin Spencer

Just to elaborate a bit on my reply: Take the "required attribute" "errors"
in the printout. "Required" by whom? The Internet Police? Well, last I
checked, there were no Internet Police, nor any law regarding HTML. The
bottom line is, if it works in the browsers you want it to, it's "valid."

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

rtaaop said:
Thanks for your response. I use a program sample called
NetMechanic to run a test on one page of my website. Here
is a a sample of the errors that this program found:
penguin,resin owl, resin octopus, resin seal, resin
whale">
0013:<meta name="ProgId"
content="FrontPage.Editor.Document">
0014:<title>Home Page</title>
0015:[1]^<script language="JavaScript"
fptype="dynamicanimation">
----:[1]^Warning: tag <script> missing required
attribute "type".Click here to learn more
----:[1]^Hint: use "type" attribute with "language"
attribute.
0016:<!--
0017:function dynAnimation() {}
0018:function clickSwapImg() {}
0019://-->
0020:</script>
0021:[2]^<script language="JavaScript1.2"
fptype="dynamicanimation" src="animate.js">
----:[2]^Warning: tag <script> missing required
attribute "type".Click here to learn more
----:[2]^Hint: use "type" attribute with "language"
attribute.
0022:</script>
0023:<base target="_parent">
0024:[3]^<title>LIFE OF RILEY COLLECTIQUES</title>
----:[3]^Warning: too many title elements in <head>.
0025:[4]^<style fprolloverstyle>a:hover { color: red;
font-weight: bold }
----:[4]^Error: tag <style> missing required
attribute "type".Click here to learn more
0026:</style>
0027:[5]^<bgsound src="midimusic/The_Way_We_Were.mid"
loop="-1">
----:[5]^Warning: <bgsound> is NOT approved by W3C.Click
here to learn more
----:[5]^Note: <bgsound> is NOT supported by HTML 4.0
standard..
0028:
0029:

-----Original Message-----
Define "html errors" in the context of your web site.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.




.
 
R

rtaaop

That makes me feel a lot better, Kevin and Thomas.Many
thanks.
-----Original Message-----
Just to elaborate a bit on my reply: Take the "required attribute" "errors"
in the printout. "Required" by whom? The Internet Police? Well, last I
checked, there were no Internet Police, nor any law regarding HTML. The
bottom line is, if it works in the browsers you want it to, it's "valid."

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Thanks for your response. I use a program sample called
NetMechanic to run a test on one page of my website. Here
is a a sample of the errors that this program found:
penguin,resin owl, resin octopus, resin seal, resin
whale">
0013:<meta name="ProgId"
content="FrontPage.Editor.Document">
0014:<title>Home Page</title>
0015:[1]^<script language="JavaScript"
fptype="dynamicanimation">
----:[1]^Warning: tag <script> missing required
attribute "type".Click here to learn more
----:[1]^Hint: use "type" attribute with "language"
attribute.
0016:<!--
0017:function dynAnimation() {}
0018:function clickSwapImg() {}
0019://-->
0020:</script>
0021:[2]^<script language="JavaScript1.2"
fptype="dynamicanimation" src="animate.js">
----:[2]^Warning: tag <script> missing required
attribute "type".Click here to learn more
----:[2]^Hint: use "type" attribute with "language"
attribute.
0022:</script>
0023:<base target="_parent">
0024:[3]^<title>LIFE OF RILEY COLLECTIQUES</title>
----:[3]^Warning: too many title elements in <head>.
0025:[4]^<style fprolloverstyle>a:hover { color: red;
font-weight: bold }
----:[4]^Error: tag <style> missing required
attribute "type".Click here to learn more
0026:</style>
0027:[5]^<bgsound src="midimusic/The_Way_We_Were.mid"
loop="-1">
----:[5]^Warning: <bgsound> is NOT approved by W3C.Click
here to learn more
----:[5]^Note: <bgsound> is NOT supported by HTML 4.0
standard..
0028:
0029:

-----Original Message-----
Define "html errors" in the context of your web site.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

I'm using FP 2000. Recently, I discovered a large number
of html errors on my website. I know zilch about
html
and
assumed that FP would automatically correct any errors.
What is the best program to use to check and repair these
errors and what problems might such a "corrective
program" cause? Thanks for your suggestions.


.


.
 
S

Stefan B Rusynko

You do have 1 real error in your page, Two TITLE tags are not allowed
You have
<title>Home Page</title>
and
<title>LIFE OF RILEY COLLECTIQUES</title>

Delete 1 of them




| That makes me feel a lot better, Kevin and Thomas.Many
| thanks.
|
| >-----Original Message-----
| >Just to elaborate a bit on my reply: Take the "required
| attribute" "errors"
| >in the printout. "Required" by whom? The Internet
| Police? Well, last I
| >checked, there were no Internet Police, nor any law
| regarding HTML. The
| >bottom line is, if it works in the browsers you want it
| to, it's "valid."
| >
| >--
| >HTH,
| >Kevin Spencer
| >..Net Developer
| >Microsoft MVP
| >Big things are made up
| >of lots of little things.
| >
| message
| >| >> Thanks for your response. I use a program sample called
| >> NetMechanic to run a test on one page of my website.
| Here
| >> is a a sample of the errors that this program found:
| >> penguin,resin owl, resin octopus, resin seal, resin
| >> whale">
| >> 0013:<meta name="ProgId"
| >> content="FrontPage.Editor.Document">
| >> 0014:<title>Home Page</title>
| >> 0015:[1]^<script language="JavaScript"
| >> fptype="dynamicanimation">
| >> ----:[1]^Warning: tag <script> missing required
| >> attribute "type".Click here to learn more
| >> ----:[1]^Hint: use "type" attribute with "language"
| >> attribute.
| >> 0016:<!--
| >> 0017:function dynAnimation() {}
| >> 0018:function clickSwapImg() {}
| >> 0019://-->
| >> 0020:</script>
| >> 0021:[2]^<script language="JavaScript1.2"
| >> fptype="dynamicanimation" src="animate.js">
| >> ----:[2]^Warning: tag <script> missing required
| >> attribute "type".Click here to learn more
| >> ----:[2]^Hint: use "type" attribute with "language"
| >> attribute.
| >> 0022:</script>
| >> 0023:<base target="_parent">
| >> 0024:[3]^<title>LIFE OF RILEY COLLECTIQUES</title>
| >> ----:[3]^Warning: too many title elements in <head>.
| >> 0025:[4]^<style fprolloverstyle>a:hover { color: red;
| >> font-weight: bold }
| >> ----:[4]^Error: tag <style> missing required
| >> attribute "type".Click here to learn more
| >> 0026:</style>
| >> 0027:[5]^<bgsound src="midimusic/The_Way_We_Were.mid"
| >> loop="-1">
| >> ----:[5]^Warning: <bgsound> is NOT approved by
| W3C.Click
| >> here to learn more
| >> ----:[5]^Note: <bgsound> is NOT supported by HTML 4.0
| >> standard..
| >> 0028:
| >> 0029:
| >>
| >>
| >> >-----Original Message-----
| >> >Define "html errors" in the context of your web site.
| >> >
| >> >--
| >> >HTH,
| >> >Kevin Spencer
| >> >..Net Developer
| >> >Microsoft MVP
| >> >Big things are made up
| >> >of lots of little things.
| >> >
| >> >| >> >> I'm using FP 2000. Recently, I discovered a large
| >> number
| >> >> of html errors on my website. I know zilch about
| html
| >> and
| >> >> assumed that FP would automatically correct any
| errors.
| >> >> What is the best program to use to check and repair
| >> these
| >> >> errors and what problems might such a "corrective
| >> >> program" cause? Thanks for your suggestions.
| >> >
| >> >
| >> >.
| >> >
| >
| >
| >.
| >
 
Top