Do I need to worry if a validator shows an error html?

J

Jackie

The amber alert code is showing an error on a validtor and if it is not
corrected, it won't show up on all browsers. I am supposed to add a + sign
after the word align instead of the =. I don't show a plus sign in anything I
have done on my website. Why would I need this and why doesn't frontpage put
it in?
 
J

Jackie

I may have said that wrong,, it has a plus and it shouldn't have, I guess?
<p align+"center"><!-- Begin Code Amber Ticker code. -->
<P ALIGN=CENTER>
<SCRIPT LANGUAGE="JavaScript1.2" src="http://www.codeamber.org/js/codea.js">
</script>
</P>
<!-- end of Code Amber Ticker code (c)Copyright codeamber.org 2002, 2003,
2004-->
 
M

Murray

Right - that should certainly not be there.

<p align="center"> is the proper syntax.
 
J

Jackie

Thank you, Murray. I guess it was in the amber alert code because I did not
put it there.
Jackie
 
M

Murray

Somebody did. It doesn't look like it's part of the Amber alert stuff.....

It's an easy mistake since "+" is Shift "=".
 
J

Jackie

well, I only copied and pasted. also when I put a banner from a site on
there, I copied and pasted the html and frontpage evidently added some
letters and I had to edit it. I sure am not adding anything to this copying
and pasting. Can frontpage add things to html if you are just copying and
pasting?
 
J

Jackie

I went to the http://www.fibrohugs.com page to put their banner on my site. I
copied and pasted but the banner did not show up. The reason it didn't show
was because somehow frontpage must have added some letters and symbols right
after the beginning and just before the end which messed up things. After I
took off this extra stuff, it was fine.
 
J

Jackie

I am not seeing a design view or code view on the page I am on. It says: link
with us. I used the top banner code to copy and paste.
 
J

Jackie

I do not use a validtor so I am not sure what it is but I believe it checks
to see if your html is right for what you want it to do. The amber alert is a
ticker that announces when children are missing and keeps you updated on the
news about them to help them being found.
http://www.codeamber.org/
 
Top