|
|
||||||
|
#1
|
|
|
|
|
I used FP (several versions over time) to build my website.
When I try to have my html checked by one of several validators, such as http://validator.w3.org/, I am told that there are 144 errors on my home page alone. Among others, it complains about a lack of a doctype. My website seems to be working fine and shows up in search engines. Why is the html, as composed by FrontPage, all screwed up?? What should I do? What am I missing? Does this incorrect html create problems with search engines? |
|
|
|
#2
|
|
|
|
|
> Why is the html, as composed by FrontPage, all screwed up??
It's more than easy to use FP (or any HTML authoring tool) to write pages that will never validate. The trick is, you need to know what not to do. The only way to know this is to learn some HTML and CSS. > My website seems to be working fine What browsers have you checked in. Usually a page with so many validation errors will show large cross-browser/platform differences, particularly one without a doctype, since that causes all browsers to render in quirks mode. > What should I do? Post a link to the page. > What am I missing? Basic HTML? > Does this incorrect html create problems with search engines? Perhaps, or perhaps not.... |
|
#3
|
|
|
|
|
You said: Post a link to the page. I don't understand: Post a link where to
where? I did not compose the html on my website. Only FP composed the html. Why is FP putting out such crap?? > Perhaps, or perhaps not.... You sound like the Oracle of Delphi :-) |
|
#4
|
|
|
|
|
Walter R. wrote:
> You said: Post a link to the page. I don't understand: Post a link > where to where? > > I did not compose the html on my website. Only FP composed the html. > Why is FP putting out such crap?? > >> Perhaps, or perhaps not.... >> You sound like the Oracle of Delphi :-) > > -- > Walter > [..] What Murray means is to post back here with the name of the site you have created An example appears in my signature, starting with http:// |
|
#5
|
|
|
|
|
FrontPage doesn't necessarily put out crap HTML. Something to consider is
that every browser (and there are still at least 5 that get used a lot) does a few things that are non-standard. When you include doing things so they look good in browsers that are a few years older, then you have to put out some HTML that won't validate with the HTML validators nicely. There are a lot of design choices that are made when designing a web site to ensure that you're designing to fully validate with the HTML validators. Hope this helps, Mark Fitzpatrick Microsoft MVP - FrontPage "Walter R." <wer25> wrote in message news:0642 [..] |
|
#6
|
|
|
|
|
The site in question is www.rationality.net
|
|
#7
|
|
|
|
|
"Walter R." <wer25> wrote in message
news:0642 > You said: Post a link to the page. I don't understand: Post a link where > to where? > > I did not compose the html on my website. Only FP composed the html. Why > is FP putting out such crap?? As you've seen, having valid code isn't strictly necessary for simply getting pages up on the Web, and FrontPage's goal is to help you get pages up on the web with the least effort on your part. It isn't as concerned about valid code as it is about allowing you to easily make things appear on your page. As Murray says, the way to counteract this (if you're going to keep using FrontPage) is to learn basic HTML and CSS, and be aware of the code FP is writing right from the start, and fix it if necessary. |
|
|
| Similar Threads | |
| HTML Correctness and Validators recently i wrote a blog essay about html correctness and html validators, with relations to the programing lang communities. I hope programing lang fans will take more... |
|
| Why are my validators refusing to work? Hi guys, this is really driving me crazy, any help appreciated. using ASP.NET 2.0 in VS 2005 and reviewing with IE7. I have some fields with validators attached to them. If... |
|
| Validators work on dev box but not in production For several Validators on different pages in my app, they work fine on my dev box (localhost) but not when the app is deployed to production. How can I troubleshoot... |
|
| html button runs javascript: how to make it see server validators? I have an html button that reads a text box and runs a javascript. I made a Required Validator on that text box , any web button follows that validator. My html button does... |
|
| Validators does not work in production Hi My RequireFieldValidator works fine in my Development machine, but when I deploy it to the hosting, the validator does not work. What is happening here? |
|
|
All times are GMT. The time now is 11:41 AM. | Privacy Policy
|