When I look at my own site for AotW on the index page (see signature) I have all the same settings except I don't have the font line nor the background color. I don't get any of these errors at all. Only errors I have are the form builder errors which I ignore. Why does the blank page get all these errors in the tables if mine doesn't? *looks perplexed*
Very strange indeed. I look at this example that I just created and it definitely gives a lot of errors, but ...
When I look at my own site for AotW on the index page (see signature) I have all the same settings except I don't have the font line nor the background color. I don't get any of these errors at all. Only errors I have are the form builder errors which I ignore. Why does the blank page get all these errors in the tables if mine doesn't? *looks perplexed*
lol
When I look at my own site for AotW on the index page (see signature) I have all the same settings except I don't have the font line nor the background color. I don't get any of these errors at all. Only errors I have are the form builder errors which I ignore. Why does the blank page get all these errors in the tables if mine doesn't? *looks perplexed*
Jo Ann wrote:
Very strange indeed. I look at this example that I just created and it definitely gives a lot of errors, but ...
When I look at my own site for AotW on the index page (see signature) I have all the same settings except I don't have the font line nor the background color. I don't get any of these errors at all. Only errors I have are the form builder errors which I ignore. Why does the blank page get all these errors in the tables if mine doesn't? *looks perplexed*
lol
Very strange indeed. I look at this example that I just created and it definitely gives a lot of errors, but ...
When I look at my own site for AotW on the index page (see signature) I have all the same settings except I don't have the font line nor the background color. I don't get any of these errors at all. Only errors I have are the form builder errors which I ignore. Why does the blank page get all these errors in the tables if mine doesn't? *looks perplexed*
Just guessing but do you have a different declaration on the page?
I know you believe you understand what you think I said...but I am not sure you realize that what you heard is not exactly what I meant.
tassietiger wrote:
Just guessing but do you have a different declaration on the page?
Jo Ann wrote:
Very strange indeed. I look at this example that I just created and it definitely gives a lot of errors, but ...
When I look at my own site for AotW on the index page (see signature) I have all the same settings except I don't have the font line nor the background color. I don't get any of these errors at all. Only errors I have are the form builder errors which I ignore. Why does the blank page get all these errors in the tables if mine doesn't? *looks perplexed*
lol
Very strange indeed. I look at this example that I just created and it definitely gives a lot of errors, but ...
When I look at my own site for AotW on the index page (see signature) I have all the same settings except I don't have the font line nor the background color. I don't get any of these errors at all. Only errors I have are the form builder errors which I ignore. Why does the blank page get all these errors in the tables if mine doesn't? *looks perplexed*
Just guessing but do you have a different declaration on the page?
I was looking at that, and the line that they both start with is below, not sure if that's what you meant.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
Yes thats what I meant...so looks like its not that then...
I know you believe you understand what you think I said...but I am not sure you realize that what you heard is not exactly what I meant.
Its not the declaration because I ran the test in a bunch of different contexts and my errors ranged from 30 to 50. I could not get below 30.
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.
My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).
My Personal Website: http://www.EricSEnglish.com
My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).
My Personal Website: http://www.EricSEnglish.com
okay...another thought...what are you putting into the tables?
Tables are meant for data not for design or as a box for text or images...could that be causing the errors?
Tables are meant for data not for design or as a box for text or images...could that be causing the errors?
I know you believe you understand what you think I said...but I am not sure you realize that what you heard is not exactly what I meant.
When I use Arthur's example of a basic, default start page and a default 2x2 table, I get one validation error. The table is enclosed in <div> tags and this is flagged as an error (?). I also get 4 warnings (one for each cell in the table) for the <br /> tags.
The declaration in my case is as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Cary, is it the <br /> tags you are referring to when you say that "...it is trying to use XHTML code in my HTML", or are there others?
The declaration in my case is as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Cary, is it the <br /> tags you are referring to when you say that "...it is trying to use XHTML code in my HTML", or are there others?
Per
www.mingas.com
www.mingas.com
I get 30 errors/warnings same as Arthur does.
It's definitely in the code. The table is default code from the program tool that creates them. Just open that tool, create a 2 x 2 using Table Designer, no settings at all added just let it enter the 2 x 2 and insert it into the "body" of a blank new page. Don't change anything at all and it will give those errors. I've done it 3 times in a row and it happens each time so it's definitely a problem.
Arthur did say that CC is aware of it and I'm sure they will get it all worked out guys so I wouldn't worry about it too much.
@ Arthur: If you need some assistance getting a table working just let us know here and we'll be glad to get you going on it if you haven't already. The errors are mostly just because the styling is "old school" and needs to be updated for the most part. Still a bit confusing as to why parts that are saying errors for the blank page don't say errors on my page, but maybe I'm missing something too who knows lol. Hollar if you need some help
It's definitely in the code. The table is default code from the program tool that creates them. Just open that tool, create a 2 x 2 using Table Designer, no settings at all added just let it enter the 2 x 2 and insert it into the "body" of a blank new page. Don't change anything at all and it will give those errors. I've done it 3 times in a row and it happens each time so it's definitely a problem.
Arthur did say that CC is aware of it and I'm sure they will get it all worked out guys so I wouldn't worry about it too much.
@ Arthur: If you need some assistance getting a table working just let us know here and we'll be glad to get you going on it if you haven't already. The errors are mostly just because the styling is "old school" and needs to be updated for the most part. Still a bit confusing as to why parts that are saying errors for the blank page don't say errors on my page, but maybe I'm missing something too who knows lol. Hollar if you need some help
Jo Ann wrote:
I get 30 errors/warnings same as Arthur does.
It's definitely in the code. The table is default code from the program tool that creates them. Just open that tool, create a 2 x 2 using Table Designer, no settings at all added just let it enter the 2 x 2 and insert it into the "body" of a blank new page. Don't change anything at all and it will give those errors. I've done it 3 times in a row and it happens each time so it's definitely a problem.
I get 30 errors/warnings same as Arthur does.
It's definitely in the code. The table is default code from the program tool that creates them. Just open that tool, create a 2 x 2 using Table Designer, no settings at all added just let it enter the 2 x 2 and insert it into the "body" of a blank new page. Don't change anything at all and it will give those errors. I've done it 3 times in a row and it happens each time so it's definitely a problem.
There is something funny going on here.
I do the same thing and get one error as I stated before!
What declaration are you using to get the 30 errors?
Per
www.mingas.com
www.mingas.com
Per wrote:
Cary, is it the <br /> tags you are referring to when you say that "...it is trying to use XHTML code in my HTML", or are there others?
Cary, is it the <br /> tags you are referring to when you say that "...it is trying to use XHTML code in my HTML", or are there others?
Yep, that's it.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.