Results 1 to 10 of 10
  1. #1
    Join Date
    Mar 2008
    Posts
    54
    Plugin Contributions
    0

    Default W3C and W3CS validation errors

    Hello,

    can someone please help me fix the HTML and CSS errors I get when validating a website?

    The url is www.naturalfinesse.com

    Thanks

  2. #2
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: W3C and W3CS validation errors

    You need to lose the html,head, body, meta,title tags wrapping your flash in BANNERS GROUPSET 1
    Code:
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    
       <head>
            <title>XML Banner Rotator</title>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
        </head>
    
        <body>
    and
    Code:
    </body>
    
    </html></div>
    That will get you started
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #3
    Join Date
    Mar 2008
    Posts
    54
    Plugin Contributions
    0

    Default Re: W3C and W3CS validation errors

    Thanks!

    I am down to 6 Errors now.

    Any other suggestions?

    Thanks again!

  4. #4
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: W3C and W3CS validation errors

    extend the comment to include the closing form tag....
    Code:
    <!--
    <form name="currencies" action="http://www.naturalfinesse.com/index.php?main_page=index" method="get">
                     <select name="currency" class="select" onchange="this.form.submit();">
      <option value="EUR" selected="selected">Euro</option>
    </select>
    <input type="hidden" name="main_page" value="index" />-->
    </form>
    In this section of code you jump from table right to td (table cell) without opening a table row (tr)

    Code:
    <table width="741" height="245" cellpadding="0" cellspacing="0">
    
    			<td align="center">
    
    				<!-- this div will be overwritten by SWF object -->
    				<div id="FlabellComponent">
    					<p>In order to view this object you need Flash Player 9+ support!</p>
    					<a href="http://www.adobe.com/go/getflashplayer">
    						<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>
    					</a>
    				</div>
    
    			</td>
    		</table>
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  5. #5
    Join Date
    Mar 2008
    Posts
    54
    Plugin Contributions
    0

    Default Re: W3C and W3CS validation errors

    Barco57 you are sensational! I am down to 3 error! Lets finish them off!!!


    THANKS ALOT!!!!!!

  6. #6
    Join Date
    Mar 2008
    Posts
    54
    Plugin Contributions
    0

    Default Re: W3C and W3CS validation errors

    Anyone understands this last error?

    Line 384, Column 29: there is no attribute "height"

    <table width="741" height="245" cellpadding="0" cellspacing="0">


    Thanks

  7. #7
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: W3C and W3CS validation errors

    The error says it all really. There is no height attribute for tables. they're intended to expand as needed to display their contents.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  8. #8
    Join Date
    Mar 2008
    Posts
    54
    Plugin Contributions
    0

    Default Re: W3C and W3CS validation errors

    Thanks for the reply.

    I removed the height attribute and I get the following errors.

    Line 187, Column 80: xmlParseEntityRef: no name

    …top-span"><a class="category-top_un" href="http://www.naturalfinesse.com/anti-…

    Any help on that?

    Thanks

  9. #9
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: W3C and W3CS validation errors

    You have several validation errors all occurring in column 80 but in completely different places. I've not seen this before, but suspect that you have built your site (or copied in part of it) using an editor that wraps text after the 80th character and has left a line break or some other hidden character behind.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  10. #10
    Join Date
    Mar 2008
    Posts
    54
    Plugin Contributions
    0

    Default Re: W3C and W3CS validation errors

    Quote Originally Posted by kuroi View Post
    You have several validation errors all occurring in column 80 but in completely different places. I've not seen this before, but suspect that you have built your site (or copied in part of it) using an editor that wraps text after the 80th character and has left a line break or some other hidden character behind.
    I dont even know where to start looking...however I see these errors occur only when I remove the height attribute.
    Last edited by Yiannis; 27 Jul 2010 at 08:58 AM.

 

 

Similar Threads

  1. v150 w3c validation errors with dynamicfilterContent output
    By Darion in forum General Questions
    Replies: 8
    Last Post: 13 Feb 2013, 12:00 AM
  2. Facebook, Twitter, Google buttons and W3C validation
    By crazysarah in forum General Questions
    Replies: 0
    Last Post: 6 Sep 2012, 10:49 AM
  3. W3C Markup Validation Errors Help
    By mw4kids in forum General Questions
    Replies: 3
    Last Post: 12 Nov 2009, 05:04 AM
  4. W3C Validation
    By fantasticals in forum General Questions
    Replies: 4
    Last Post: 18 Apr 2008, 06:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg