Good luck with the fix. For what it's worth, I glanced over some of those validation errors and a fair amount are associated with the markup being inconsistent with the doc type declared.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html  xmlns="http://www.w3.org/1999/xhtml";>

The site is declaring itself to serve XHTML 1.0 Strict, which means HTML elements/tags should be in all lower case, attributes surrounded by quotation marks, and all elements to be explicitly closed, among other things.

When you get around to it, you might want to consider changing your DOCTYPE or updating to XHTML restrictions.

Regards,
Rich


On 02/11/2011 05:07 PM, James Sheffer wrote:
Tom-

I understand - I guess I was just looking for a possible solution to my problem 
and not what I got from Chris.

It's been a bad day but I'm not one to blame my actions on that, so I do 
apologize to all (including Chris)...

I do understand the "invalid code" issue, and perhaps it does have something to 
do with it but it doesn't seem like that is the issue with this specific problem here...

Thanks for the reply, and I am going to go and work with what Georg sent :-)

James

On Feb 11, 2011, at 4:02 PM, Tom Livingston wrote:

Though Chris *may* have sounded a bit curt (email is notorious for not
conveying tone), it's fair for others to assume that your issue may be
*because* of invalid code. Not the other way around.

That said, Georg, as always, has a fine solution for the nav gap. Give
that a go. Then try tackling the errors. Fixing them may fix a lot of
other things. Good luck.



On Fri, Feb 11, 2011 at 4:54 PM, James Sheffer<ja...@higherpowered.com>  wrote:
Chris-

Thanks for the validation news - I guess If I asked someone to validate my code 
I would have put in the email...

I also guess since I'm having an issue with this page that it obviously 
wouldn't validate correctly and I wouldn't be spending my time validating it 
until I fixed the issue.

Don't fall off your high horse...

Cheers!

James




On Feb 11, 2011, at 3:42 PM, Chris F.A. Johnson wrote:

On Fri, 11 Feb 2011, James Sheffer wrote:

...
http://new.thetoyz.com/navcode.abc
   Wow! 636 Errors, 576 warning(s)
   <http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fnew.thetoyz.com%2F>

   Once the errors are fixed, ask again.


--
   Chris F.A. Johnson,<http://cfajohnson.com/>
   Author:
   Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/



--

Tom Livingston | Senior Interactive Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to