auch w3c.org



  • Also ich bin auch grad dabei meine Website auf vordermann zu bringen
    Allerdings versteh ich etwas nicht und zwar bekomme ich folgende Fehlermeldung:

    Line 11, column 16: there is no attribute "topmargin" (explain...). 
      <body topmargin="2">
                      ^
    Line 13, column 98: there is no attribute "bordercolor" (explain...). 
      ...rder-collapse: collapse" bordercolor="#111111" width="737" id="AutoNumber1" h
                                              ^
    Line 13, column 144: there is no attribute "height" (explain...). 
      ... width="737" id="AutoNumber1" height="47" align="center">
                                              ^
    Line 13, column 155: there is no attribute "align" (explain...). 
      ..." id="AutoNumber1" height="47" align="center">
                                              ^
    Line 15, column 16: there is no attribute "width" (explain...). 
            <td width="164" height="22" background="pages/images/design/menu_top.png">
                      ^
    Line 15, column 29: there is no attribute "height" (explain...). 
            <td width="164" height="22" background="pages/images/design/menu_top.png">
                                   ^
    Line 15, column 45: there is no attribute "background" (explain...). 
      ...d width="164" height="22" background="pages/images/design/menu_top.png"><span
                                              ^
    Line 39, column 16: there is no attribute "width" (explain...). 
            <th width="164" height="58" background="pages/images/design/undermenue.png
                      ^
    Line 39, column 29: there is no attribute "height" (explain...). 
            <th width="164" height="58" background="pages/images/design/undermenue.png
                                   ^
    Line 39, column 45: there is no attribute "background" (explain...). 
      ...h width="164" height="58" background="pages/images/design/undermenue.png" val
                                              ^
    Line 43, column 104: ID "AutoNumber2" already defined (explain...). 
      ...-collapse: collapse" width="165" id="AutoNumber2">
                                              ^
    Line 40, column 128: ID "AutoNumber2" first defined here (explain...). 
      ...ordercolor="#111111" width="164" id="AutoNumber2">
                                              ^
    Line 55, column 103: there is no attribute "face" (explain...). 
      ...extzone.png" valign="top"><font face="verdana" size="2">
                                              ^
    Line 55, column 118: there is no attribute "size" (explain...). 
      ...lign="top"><font face="verdana" size="2">
                                              ^
    Line 55, column 121: element "font" undefined (explain...). 
      ...n="top"><font face="verdana" size="2">
                                              ^
    Line 57, column 122: ID "AutoNumber3" already defined (explain...). 
      ...ordercolor="#111111" width="550" id="AutoNumber3">
                                              ^
    Line 17, column 128: ID "AutoNumber3" first defined here (explain...). 
      ...ordercolor="#111111" width="570" id="AutoNumber3">
                                              ^
    Line 58, column 128: there is no attribute "height" (explain...). 
      ...cher...</span></td></tr>  <tr height="10">
                                              ^
    Line 69, column 62: document type does not allow element "meta" here (explain...). 
      ...http-equiv="refresh" content ="2; URL=pages/news.php" />
                                                                ^
    Line 70, column 63: there is no attribute "align" (explain...). 
      ...br /><span class="text_b"><div align="right"><a href="pages/news.php"><img bo
                                              ^
    Line 70, column 70: document type does not allow element "div" here; missing one of "button", "map", "object", "ins", "del", "noscript" start-tag 
      ...pan class="text_b"><div align="right"><a href="pages/news.php"><img border="0
                                              ^
    Line 70, column 108: there is no attribute "border" (explain...). 
      ...<a href="pages/news.php"><img border="0" src="pages/images/arrow_right.gif" a
                                              ^
    

    Aber wie krieg ich das hin, dass er mir da keine Fehlermeldungen ausgibt?

    mit css?

    cya



  • Ja mit CSS2. Die HTML-Formatangaben sind nicht länger gültig. HTML soll nur noch die Seite beschreiben und nicht designen.

    Wenn du CSS lernen willst empfehle ich dir www.w3schools.com

    MfG SideWinder



  • ok hab ich..

    hab nur noch 3 meldungen 2 davon sind:

    Line 55, column 62: document type does not allow element "meta" here (explain...). 
      ...http-equiv="refresh" content ="2; URL=pages/news.php" />
                                                                ^
    Line 57, column 51: document type does not allow element "div" here; missing one of "button", "map", "object", "ins", "del", "noscript" start-tag 
      ...text_b"><div style="text-align:right"><a href="pages/news.php"><img style="bo
                                              ^
    

    wieso ist das denn ungültig??

    cya


  • Mod

    die zwei tags sind dort nicht erlaubt - kürze den html code und poste ihn dann



  • Hast du zufällig doctype klein geschrieben? Das reduziert den ersten Fehler.

    MfG SideWinder



  • So lang ist der Code auch nit 🙂

    aber hier nen codeausschnitt:

    53: 	Sollte die Automatische Weiterleitung jedoch nicht Funktionieren, so klicken Sie weiter unten auf "Weiter zu ShortSoft.de".<br />
      54: 	Vielen dank für Ihr Verständniss<br /><br /><br />Das ShortSoft.de - Team</span>
      55: 	<meta http-equiv="refresh" content ="2; URL=pages/news.php" />
      56: 	<br /><br /><br /><br /><br />
      57: 	<span class="text_b"><div style="text-align:right"><a href="pages/news.php"><img style="border:0" src="pages/images/arrow_right.gif" alt="Weiter" /> Weiter zu
    

    das ist der ganze teil wo der code drin steht..

    cya

    ach und das ist mein zeilenheader:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



  • Hast du das charset richtig angegeben? Im html-Tag xml definiert. Ich hatte den gleichen Fehler (das / vor > falsch ist). Schuld war irgendein Fehler im Header *thread raus such*

    Bei mir lags am falschen Doctype (Kleinschreibung damals)

    siehe: http://www.c-plusplus.net/forum/viewtopic.php?t=44142

    MfG SideWinder



  • also ich poste einfach mal den gesamten code:

    <!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">
    
    <head>
    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    
    <title>ShortSoft.de</title>
    <link rel="stylesheet" type="text/css" href="pages/style.css" />
    </head>
    
    <body style="margin-top:3px">
    
      <table cellpadding="0" cellspacing="0" style="border:0px; border-collapse:collapse; width:735px; height:47px" align="center">
        <tr>
          <td style="width:164px; height:22px; background-image:url(pages/images/design/menu_top.png);"><span class="menu_top"></span></td>
          <td style="width:570px; height:22px; background-image:url(pages/images/design/top_top.png)" valign="bottom">&nbsp;</td>
        </tr>
        <tr>
          <td style="width:164px; height:19; background-image:url(pages/images/design/menu_middle.png)">&nbsp;</td>
    	  <td style="width:164px; height:19; background-image:url(pages/images/design/top.png)">&nbsp;</td>
        </tr>
        <tr>
          <th style="width:164px; height:58; background-image:url(pages/images/design/undermenue.png); vertical-align:top">
          <table cellpadding="0" cellspacing="0" style="border:0px; border-collapse: collapse; width:164">
            <tr>
              <td style="width:100%;background-image:url(pages/images/design/menu_middle.png)">
    		  <table cellpadding="0" cellspacing="0" style="border:0px; border-collapse: collapse; width:165px">
              <tr>
                 <td style="width:100%; height:19px"><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></td>
              </tr>
             </table>
    		 </td>
            </tr>
            <tr>
              <td style="width:100%; background-image:url(pages/images/design/menu_bottom.png)">&nbsp;</td>
            </tr>
          </table>
          </th>
          <td style="width:279px; height:1px; background-image:url(pages/images/design/textzone.png); vertical-align:top">
    
    <table cellpadding="0" cellspacing="0" style="border:0px; border-collapse: collapse; width:550px">
      <tr>
        <td colspan="3" style="text-align:left"><span class='text_b'>&nbsp;&nbsp;&nbsp;● Lieber Besucher...</span></td>
      </tr>  
    	<tr style="height:10px">
        <td style="width:10px; height:10px; background-image:url(pages/images/design/text_top_left.png)"></td>
        <td style="width:530px; background-image:url(pages/images/design/text_middle.png)"></td>
        <td style="width:10px; background-image:url(pages/images/design/text_top_right.png)"></td>
      </tr>
      <tr>
        <td style="width:10px; background-image:url(pages/images/design/text_middle.png)">&nbsp;</td>
        <td style="width:530px; background-image:url(pages/images/design/text_middle.png)"><span class='text'>
        ... aus Technischen Gründen müssen wir an dieser Stelle leider eine Weiterleitung einbauen. Im Normalfalle werden Sie sofort Weitergeleitet.<br />
    	Sollte die Automatische Weiterleitung jedoch nicht Funktionieren, so klicken Sie weiter unten auf "Weiter zu ShortSoft.de".<br />
    	Vielen dank für Ihr Verständniss<br /><br /><br />Das ShortSoft.de - Team</span>
    	<meta http-equiv="refresh" content ="2; URL=pages/news.php" />
    	<br /><br /><br /><br /><br />
    	<span class="text_b"><div style="text-align:right"><a href="pages/news.php"><img style="border:0" src="pages/images/arrow_right.gif" alt="Weiter" /> Weiter zu ShortSoft.de</a>&nbsp;&nbsp;&nbsp;&nbsp;</div></span>
    </td>
        <td style="width:10px; background-image:url(pages/images/design/text_middle.png)">&nbsp;</td>
      </tr>
      <tr style="height:10px">
        <td style="width:10px; background-image:url(pages/images/design/text_bottom_left.png)"></td>
        <td style="width:530px; background-image:url(pages/images/design/text_middle.png)"></td>
        <td style="width:10px; background-image:url(pages/images/design/text_bottom_right.png)"></td>
      </tr>
    </table>
       </td>
       </tr>
        <tr>
          <td style="width:743px; height:25px; background-image:url(pages/images/design/foot.png); vertical-align:bottom" colspan="2">
    	  <table style="width:100%">
    	  <tr style="height:10px">
    	  <td style="width:42%; text-align:right"><br /></td>
    	  <td style="width:6%"></td>
    	  <td style="width:52%"><span class="option_b">Version: 2.1 &nbsp;&nbsp;&nbsp;Last Updated: 01.06.2003 &nbsp;&nbsp;&nbsp;&nbsp;© by ShortSoft 2003</span></td>
    	  </tr>
    	  </table>
    	  </td>
        </tr>
      </table>
    
    </body>
    
    </html>
    

    (link der site: http://www.shortsoft.de/index.htm )

    hoffe ihr / du könnt / kannst mir helfen..

    cya



  • mrchat schrieb:

    55: 	<meta http-equiv="refresh" content ="2; URL=pages/news.php" />
    

    meta-angabe gehoeren nicht in der body, sondern in den header.



  • Ah okay danke!

    Das hilft mir denke ich schonmal..

    bleibt aber der andere fehler..

    cya



  • Ich glaub du darfst ein DIV net in ein Tabellenfeld legen?!

    MfG SideWinder



  • Div in einer Tabellenzelle geht schon, aber nicht in einem span! span in div geht aber. Du kannst das span aber auch weglassen und die CSS-Klasse dem div zuweisen 🙄



  • is ja blöd aber danke flenders..

    es geht 🙂

    valid!! juhuu

    cya


Anmelden zum Antworten