XHTMLforum

XHTMLforum (http://xhtmlforum.de/index.php)
-   (X)HTML (http://xhtmlforum.de/forumdisplay.php?f=72)
-   -   Fehler im Code (http://xhtmlforum.de/showthread.php?t=59416)

koshiro 05.12.2009 01:05

Fehler im Code
 
Hallo,
ich bin noch absoluter Anfänger, was html angeht. Ich weis das es nicht unbedingt zu 100% erforderlich ist alles Valide zu haben, aber bei mir werden schon ein paar Fehler angezeigt, wo man mir gesagt hat, das es unnötige Fehler sind, und man davon schon ein paar leicht beseitigen kann.
Aber diese Aussage leicht fällt mir schon in Moment schwer, da ich nicht alle Fehler überhaupt finde, oder nicht weis was er da genau will.
Ich habe rausgefunden, das schon mal ein groß Teil der unnötigen Fehler hier in der Datei stecken. Kann mir vielleicht hier jemand von den Fortgeschrittenen Leuten etwas auf die Sprünge helfen ?
HTML-Code:

{config_load file="$language/lang_$language.conf" section="new_products"}

<h1>{#heading_text#}</h1>

{foreach name=aussen item=module_data from=$module_content}

<div style="float:left; width:170px; padding-top:5px; padding-left:5px; background-color:#771717;">
  <table width="170" style="border:1px solid #ffffff;" bgcolor="#771717" align="center" border="0" cellpadding="0" cellspacing="0">
    <tr valign="middle">
      <td valign="top" height="250px" style="border-bottom:5px solid #771717;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td align="center" height="40" style="color:#ffffff" bgcolor="#771717"><strong><a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_NAME}</a></strong></td>
            </tr>
            <tr>
                <td height="220" align="center" valign="middle" bgcolor="#771717" style="padding-right:0px;">
                    {if $module_data.PRODUCTS_IMAGE!=''}
                        <a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /></a>
                    {else}
                        <strong>Kein Bild vorhanden!</strong>
                    {/if}
                </td>
            </tr>
            <tr>
                <td class="productPreviewContent"><!-- <h2><a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_NAME}</a></h2> -->
                                                        <div align="center">
                                                                <p class="price">{$module_data.PRODUCTS_PRICE}</p>
                                            <p class="taxandshippinginfo">({$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK})</p>                                           
                                                                {if $module_data.PRODUCTS_SHIPPING_NAME}
                                        <p class="shippingtime">{#text_shippingtime#}
                                        {if $module_data.PRODUCTS_SHIPPING_IMAGE}
                                    <img src="{$module_data.PRODUCTS_SHIPPING_IMAGE}" alt="{$module_data.PRODUCTS_SHIPPING_NAME}"</div>
                                        {/if}                       
                                                        {/if}                                                               
                                                </td>
            </tr>
            <tr>
                <td height="10" valign="middle" align="center" bgcolor="#771717">
                    <p><!-- {$module_data.PRODUCTS_BUTTON_BUY_NOW}&nbsp; --><a href="{$module_data.PRODUCTS_LINK}"><img src="{$tpl_path}buttons/{$language}/button_product_more.gif" alt="Details" border="0" /></a></p>
                </td>
            </tr>
        </table>
      </td>
    </tr>
  </table>
</div>

{/foreach}

Ich sage schon mal danke für die Ratschläge.
Gruß
Jana

heiko_rs 05.12.2009 10:04

Poste den Code dieser Seite mal so, wie ihn Browser & Validator bekommen, sonst nützt das nix ;)

koshiro 05.12.2009 12:04

Hier so wird der Code angezeigt, wenn ich auf den Validator klicke.
Gruß
Jana
HTML-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" dir="ltr" xml:lang="de">
<head>
<title>Dessous und Fashion im Dessous Onlineshop</title>

<meta http-equiv="content-language" content="de" />
<meta http-equiv="cache-control" content="no-cache" />

<meta name="keywords" content="Dessous, Lingerie, Axami, Obsessive, Leg Avenue, Chilirose, Electric Lingerie, Pigeon, Konrad, Ava, Provocative, Designer Dessous, Corsage, Korsett, Dessous, exklusive Dessous" />
<meta name="description" content="www.esv-versand.de - der Dessous- und Fashion onlineshop in Berlin Verf&uuml;hrerische Dessous von, Axami, Chilirose, Obsessive, Geld-zur&uuml;ck-Garantie, PayPal, Vorkasse, Hochzeits-Dessous" />

<meta name="robots" content="index,follow" />
<meta name="language" content="de" />
<meta name="author" content="ESV-Versand.de" />
<meta name="publisher" content="ESV-Versand.de" />
<meta name="company" content="ESV-Versand.de" />
<meta name="page-topic" content="Dessous-Shop, Lingerie, Mode, Shop, Dessous, Erotik, Onlineshop, Fachhandel, International, Versand" />
<meta name="reply-to" content="ESV-Versand.de" />
<meta name="distribution" content="global" />

<meta name="revisit-after" content="14" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="shortcut icon" href="http://www.esv-versand.de/templates/xtc5/favicon.ico" type="image/x-icon" />

<!--
        This OnlineStore is brought to you by XT-Commerce, Community made shopping
        XTC is a free open source e-Commerce System
        created by Mario Zanier & Guido Winger and licensed under GNU/GPL.
        Information and contribution at http://www.xt-commerce.com
-->

<meta name="generator" content="(c) by xtcModified v1.02 dated: 2009-07-13 , http://www.xtc-modified.org" />
<base href="http://www.esv-versand.de/" />
<link rel="stylesheet" type="text/css" href="templates/xtc5/stylesheet.css" />
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="http://www.esv-versand.de/rss_news.php?language=de" />
<script type="text/javascript"><!--
var selected;
var submitter = null;

function submitFunction() {
    submitter = 1;
}
function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')


function selectRowEffect(object, buttonSelect) {
  if (!selected) {
    if (document.getElementById) {
      selected = document.getElementById('defaultSelected');
    } else {
      selected = document.all['defaultSelected'];
    }
  }

  if (selected) selected.className = 'moduleRow';
  object.className = 'moduleRowSelected';
  selected = object;

// one button is not an array
  if (document.getElementById('payment'[0])) {
    document.getElementById('payment'[buttonSelect]).checked=true;
  } else {
    //document.getElementById('payment'[selected]).checked=true;
  }
}

function rowOverEffect(object) {
  if (object.className == 'moduleRow') object.className = 'moduleRowOver';
}

function rowOutEffect(object) {
  if (object.className == 'moduleRowOver') object.className = 'moduleRow';
}

function popupImageWindow(url) {
  window.open(url,'popupImageWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}
//-->
</script>
<link rel="stylesheet" href="templates/xtc5/javascript/thickbox.css" type="text/css" media="screen" />
<script src="templates/xtc5/javascript/jquery.js" type="text/javascript"></script>
<script src="templates/xtc5/javascript/thickbox.js" type="text/javascript"></script>

</head>
<body>



<div id="hg1">
<img src="templates/xtc5/img/spacer1.gif" alt="" />
<div id="wrap">
    <div id="header">
        <div id="logo"><img src="templates/xtc5/img/spacer.gif" width="400" alt="ESV-Versand" /></div>
        <div id="search">
<form id="quick_find" action="http://www.esv-versand.de/advanced_search_result.php" method="get"><input type="hidden" name="XTCsid" value="36c1d21906ab11357b40edf2d50708dd" />
<table border="0" class="search_header" cellspacing="0" cellpadding="0">
    <tr>

          <td colspan="2"><strong>Suche:</strong></td>
    </tr>
    <tr>
          <td><input type="text" name="keywords" value="Suchen" size="17" maxlength="30" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue;" /></td>
          <td><input type="image" src="templates/xtc5/buttons/german/button_quick_find.gif" alt="Suchen" title=" Suchen " /></td>
    </tr>
    <tr>
          <td colspan="2"><a href="http://www.esv-versand.de/advanced_search.php?XTCsid=36c1d21906ab11357b40edf2d50708dd">Erweiterte Suche &raquo;</a></td>

    </tr>
</table>
</form> </div>
    </div>
    <div id="topmenuwrap">
        <ul id="topmenu">
            <li><a href="http://www.esv-versand.de/index.php?XTCsid=36c1d21906ab11357b40edf2d50708dd">Home</a></li>
            <li><a href="https://www.esv-versand.de/shopping_cart.php?XTCsid=36c1d21906ab11357b40edf2d50708dd">Warenkorb</a></li>

                        <li><a href="https://www.esv-versand.de/account.php?XTCsid=36c1d21906ab11357b40edf2d50708dd">Ihr Konto</a></li>
                         
            <li><a href="https://www.esv-versand.de/create_account.php?XTCsid=36c1d21906ab11357b40edf2d50708dd">Neukunde?</a></li>
                        <li><a href="https://www.esv-versand.de/checkout_shipping.php?XTCsid=36c1d21906ab11357b40edf2d50708dd">Kasse</a></li>
                                    <li><a href="/blog">Blog</a></li>
        </ul>
                <div id="rss_icon">
        <form id="rssIcon" action="http://www.esv-versand.de/rss_news.php" method="get">

        <table border="0" cellspacing="0" cellpadding="0">
      <tr>
    <td><input type="image" src="https://www.esv-versand.de/templates/xtc5/img/rssIcon.png" alt="RSS" /></td>
  </tr>
</table>
</form></div>
        <div id="languages"></div>
    </div>
    <div id="breadcrumb"><a href="http://www.esv-versand.de" class="headerNavigation">Dessous</a> &raquo; <a href="http://www.esv-versand.de/index.php?XTCsid=36c1d21906ab11357b40edf2d50708dd" class="headerNavigation">Katalog</a></div>

    <div id="contentwrap">        <div id="leftcol">
<h2 class="categoryheader">Kategorien</h2>
<ul id="categorymenu"><li class="level1"><a href="http://www.esv-versand.de/Dessous-Fashion:::153.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Dessous & Fashion</a></li><li class="level1"><a href="http://www.esv-versand.de/Drogerie:::178.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Drogerie</a></li><li class="level1"><a href="http://www.esv-versand.de/High-Heels:::171.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">High-Heels</a></li><li class="level1"><a href="http://www.esv-versand.de/Lack-Leder-Latex:::157.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Lack, Leder & Latex</a></li><li class="level1"><a href="http://www.esv-versand.de/X-Mas-Special:::276.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">X-Mas-Special</a></li></ul>
<h2 class="boxheader">Hersteller</h2>
<div class="boxbody"><form id="manufacturers" action="http://www.esv-versand.de/index.php" method="get"><select name="manufacturers_id" onchange="if (form.manufacturers_id.selectedIndex != 0)
      location = form.manufacturers_id.options[form.manufacturers_id.selectedIndex].value;"
size="1" style="width: 100%">
<option value="" selected="selected">Bitte w&auml;hlen</option><option value="http://www.esv-versand.de/Ava:.:2.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Ava</option><option value="http://www.esv-versand.de/Axami:.:1.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Axami</option><option value="http://www.esv-versand.de/Ballerina:.:3.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Ballerina</option><option value="http://www.esv-versand.de/Chilirose:.:4.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Chilirose</option><option value="http://www.esv-versand.de/Electric-Lingerie:.:23.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Electric Linger..</option><option value="http://www.esv-versand.de/Gorsenia:.:5.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Gorsenia</option><option value="http://www.esv-versand.de/Gorteks:.:6.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Gorteks</option><option value="http://www.esv-versand.de/Gracya:.:7.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Gracya</option><option value="http://www.esv-versand.de/Kinga:.:8.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Kinga</option><option value="http://www.esv-versand.de/Konrad:.:9.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Konrad</option><option value="http://www.esv-versand.de/Ledapol:.:21.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Ledapol</option><option value="http://www.esv-versand.de/Leg-Avenue:.:24.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Leg Avenue</option><option value="http://www.esv-versand.de/Lingerie-Pigeon:.:15.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Lingerie Pigeon</option><option value="http://www.esv-versand.de/Livia-Corsetti:.:19.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Livia Corsetti</option><option value="http://www.esv-versand.de/Mat:.:11.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Mat</option><option value="http://www.esv-versand.de/Miran:.:13.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Miran</option><option value="http://www.esv-versand.de/Obsessive:.:14.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Obsessive</option><option value="http://www.esv-versand.de/Provocative:.:20.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Provocative</option><option value="http://www.esv-versand.de/Veneziana:.:22.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Veneziana</option><option value="http://www.esv-versand.de/Wol-Bar:.:18.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Wol-Bar</option></select><input type="hidden" name="XTCsid" value="36c1d21906ab11357b40edf2d50708dd" /></form></div>

<h2 class="boxheader">Schnellkauf</h2>
<div class="boxbody">
        <p>Bitte geben Sie die Artikelnummer aus unserem Katalog ein.</p>
        <form id="quick_add" method="post" action="http://www.esv-versand.de/index.php?action=add_a_quickie&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd">
        <p><input type="text" name="quickie" style="width:170px" /></p>
        <p><input type="image" src="templates/xtc5/buttons/german/button_add_quick.gif" alt="In den Korb legen" title=" In den Korb legen " /></p>
        </form>
</div>
<h2 class="boxheader">Mehr &uuml;ber...</h2>

<div class="boxbody"><ul class="contentlist"><li><a href="http://www.esv-versand.de/Zahlungsmoeglichkeiten:_:14.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Zahlungsmöglichkeiten</strong></a></li><li><a href="http://www.esv-versand.de/Liefer-und-Versandkosten:_:1.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Liefer- und Versandkosten</strong></a></li><li><a href="http://www.esv-versand.de/Privatsphaere-und-Datenschutz:_:2.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Privatsphäre und Datenschutz</strong></a></li><li><a href="http://www.esv-versand.de/Unsere-AGB:_:3.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Unsere AGB</strong></a></li><li><a href="http://www.esv-versand.de/Impressum:_:4.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Impressum</strong></a></li><li><a href="http://www.esv-versand.de/Kontakt:_:7.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Kontakt</strong></a></li><li><a href="http://www.esv-versand.de/Widerrufsrecht:_:9.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Widerrufsrecht</strong></a></li><li><a href="http://www.esv-versand.de/Gutscheine:_:10.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Gutscheine</strong></a></li><li><a href="http://www.esv-versand.de/Verpackungsverordnung:_:11.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Verpackungsverordnung</strong></a></li></ul></div>
<h2 class="boxheader">Informationen</h2>
<div class="boxbody"><ul class="contentlist"><li><a href="http://www.esv-versand.de/Sofortueberweisung:_:13.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Sofortüberweisung</strong></a></li><li><a href="http://www.esv-versand.de/Information-PayPal:_:12.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Information PayPal</strong></a></li><li><a href="http://www.esv-versand.de/Groessentabelle:_:16.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Größentabelle</strong></a></li><li><a href="http://www.esv-versand.de/Qualitaets-Tester:_:17.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Qualitäts-Tester</strong></a></li><li><a href="http://www.esv-versand.de/Dessous-Pflegetipps:_:18.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Dessous Pflegetipps</strong></a></li><li><a href="http://www.esv-versand.de/Sitemap:_:8.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Sitemap</strong></a></li></ul></div></div>

                <div
                                        id="content"
                                >

       

<h1>Ihr Onlineshop für Dessous, Fashion and more</h1>
<div><div style="text-align: left;"><span style="font-size: small;"> Mit Liebe zum Detail haben wir Ihnen eine breite Produktpalette an <strong>Dessous</strong>, <strong>Corsagen</strong>, <br />
<strong>Korsett</strong>, <strong>Fashion</strong> und vielem mehr zusammengestellt.<br />

</span>Endecken Sie traumhafte <strong>Dessous</strong> und verf&uuml;hrerische Lingerie f&uuml;r jeden Anlass. <br />
Wir f&uuml;hren exklusive <strong>Dessous</strong> der Marken<span style="font-size: small;"> <a href="http://www.esv-versand.de/index.php?manufacturers_id=1"><strong>Axami</strong></a>, <a href="http://www.esv-versand.de/index.php?manufacturers_id=14"><strong>Obsessive</strong></a>, <a href="http://www.esv-versand.de/index.php?manufacturers_id=4"><strong>Chilirose</strong></a>, <a href="http://www.esv-versand.de/index.php?manufacturers_id=13"><strong>Miran</strong></a>, <a href="http://www.esv-versand.de/index.php?manufacturers_id=6"><strong>Gorteks</strong></a>,<br />

<a href="http://www.esv-versand.de/index.php?manufacturers_id=20"><strong>Provocative</strong></a>, <a href="http://www.esv-versand.de/index.php?manufacturers_id=19"><strong>Livia Corsetti</strong></a>, <a href="http://www.esv-versand.de/index.php?manufacturers_id=15"><strong>Lingerie Pigeon</strong></a>, <a href="http://www.esv-versand.de/index.php?manufacturers_id=7"><strong>Gracya</strong></a> und viele mehr.<br />
Unsere Auswahl wird Ihre Fantasie befl&uuml;geln, und Ihnen sinnliche Momente bereiten.<br />
Viel Spa&szlig; beim Einkaufen w&uuml;nscht das ESV-Versand Team</span><span style="font-size: medium;"><br />

<br />
</span></div>
<table width="500" cellspacing="1" cellpadding="1" border="0">
    <tbody>
        <tr>
            <td><img alt="" src="/images/Rabatt.gif" style="width: 137px; height: 113px;" /></td>
            <td>
            <div style="text-align: center;"><span style="font-size: large;">Jeder Neukunde erh&auml;lt nach Registrierung einen 10% Rabatt-Gutschein per E-Mail</span><span style="font-size: medium;"><br />
            <span style="font-size: large;">Keine Versandkosten bis Weihnachten.</span><br />

            <br />
            </span></div>
            </td>
        </tr>
    </tbody>
</table></div>
<div></div>
<div></div>


<h1>Aus unserem Sortiment</h1>


<div style="float:left; width:170px; padding-top:5px; padding-left:5px; background-color:#771717;">
  <table width="170" style="border:1px solid #ffffff;" bgcolor="#771717" align="center" border="0" cellpadding="0" cellspacing="0">
    <tr valign="middle">
      <td valign="top" height="250px" style="border-bottom:5px solid #771717;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td align="center" height="40" style="color:#ffffff" bgcolor="#771717"><strong><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Slips-Co/Ouvert-Slip::451.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Ouvert-Slip</a></strong></td>
            </tr>

            <tr>
                <td height="220" align="center" valign="middle" bgcolor="#771717" style="padding-right:0px;">
                                            <a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Slips-Co/Ouvert-Slip::451.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="images/product_images/thumbnail_images/451_0_02602900000.jpg" alt="Ouvert-Slip" /></a>
                                    </td>
            </tr>
            <tr>
                <td class="productPreviewContent"><!-- <h2><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Slips-Co/Ouvert-Slip::451.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Ouvert-Slip</a></h2> -->
                                                        <div align="center">
                                                                <p class="price"> 4,95 EUR</p>

                                            <p class="taxandshippinginfo">&nbsp(inkl. 19 % MwSt.&nbsp zzgl. <a target="_blank" href="http://www.esv-versand.de/popup_content.php?coID=1&amp;KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=600&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd" title="Information" class="thickbox">Versandkosten</a>)&nbsp</p>                                           
                                                                                                        <p class="shippingtime">
                                                                               
                                                                               
                                                </td>
            </tr>
            <tr>
                <td height="10" valign="middle" align="center" bgcolor="#771717">
                    <p><!-- <a href="http://www.esv-versand.de/index.php?action=buy_now&amp;BUYproducts_id=451&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="templates/xtc5/buttons/german/button_buy_now.gif" alt="1 x 'Ouvert-Slip' bestellen" width="100" height="24" /></a>&nbsp; --><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Slips-Co/Ouvert-Slip::451.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="templates/xtc5/buttons/german/button_product_more.gif" alt="Details" border="0" /></a></p>

                </td>
            </tr>
        </table>
      </td>
    </tr>
  </table>
</div>


<div style="float:left; width:170px; padding-top:5px; padding-left:5px; background-color:#771717;">
  <table width="170" style="border:1px solid #ffffff;" bgcolor="#771717" align="center" border="0" cellpadding="0" cellspacing="0">

    <tr valign="middle">
      <td valign="top" height="250px" style="border-bottom:5px solid #771717;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td align="center" height="40" style="color:#ffffff" bgcolor="#771717"><strong><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Slips-Co/Gracya-Cindy-String::2412.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Gracya Cindy String</a></strong></td>
            </tr>
            <tr>
                <td height="220" align="center" valign="middle" bgcolor="#771717" style="padding-right:0px;">

                                            <a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Slips-Co/Gracya-Cindy-String::2412.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="images/product_images/thumbnail_images/2412_0_380.CINDYstring.jpg" alt="Gracya Cindy String" /></a>
                                    </td>
            </tr>
            <tr>
                <td class="productPreviewContent"><!-- <h2><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Slips-Co/Gracya-Cindy-String::2412.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Gracya Cindy String</a></h2> -->
                                                        <div align="center">
                                                                <p class="price"> 13,95 EUR</p>
                                            <p class="taxandshippinginfo">&nbsp(inkl. 19 % MwSt.&nbsp zzgl. <a target="_blank" href="http://www.esv-versand.de/popup_content.php?coID=1&amp;KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=600&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd" title="Information" class="thickbox">Versandkosten</a>)&nbsp</p>                                           
                                                                                                        <p class="shippingtime">

                                                                               
                                                                               
                                                </td>
            </tr>
            <tr>
                <td height="10" valign="middle" align="center" bgcolor="#771717">
                    <p><!-- <a href="http://www.esv-versand.de/index.php?action=buy_now&amp;BUYproducts_id=2412&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="templates/xtc5/buttons/german/button_buy_now.gif" alt="1 x 'Gracya Cindy String' bestellen" width="100" height="24" /></a>&nbsp; --><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Slips-Co/Gracya-Cindy-String::2412.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="templates/xtc5/buttons/german/button_product_more.gif" alt="Details" border="0" /></a></p>
                </td>
            </tr>
        </table>
      </td>

    </tr>
  </table>
</div>


<div style="float:left; width:170px; padding-top:5px; padding-left:5px; background-color:#771717;">
  <table width="170" style="border:1px solid #ffffff;" bgcolor="#771717" align="center" border="0" cellpadding="0" cellspacing="0">
    <tr valign="middle">
      <td valign="top" height="250px" style="border-bottom:5px solid #771717;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr>

                <td align="center" height="40" style="color:#ffffff" bgcolor="#771717"><strong><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Sexy-Nylons/Strumpfhose-Serena::2363.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Strumpfhose Serena</a></strong></td>
            </tr>
            <tr>
                <td height="220" align="center" valign="middle" bgcolor="#771717" style="padding-right:0px;">
                                            <a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Sexy-Nylons/Strumpfhose-Serena::2363.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="images/product_images/thumbnail_images/2363_0_serena.jpg" alt="Strumpfhose Serena" /></a>
                                    </td>
            </tr>
            <tr>

                <td class="productPreviewContent"><!-- <h2><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Sexy-Nylons/Strumpfhose-Serena::2363.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Strumpfhose Serena</a></h2> -->
                                                        <div align="center">
                                                                <p class="price"> 8,99 EUR</p>
                                            <p class="taxandshippinginfo">&nbsp(inkl. 19 % MwSt.&nbsp zzgl. <a target="_blank" href="http://www.esv-versand.de/popup_content.php?coID=1&amp;KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=600&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd" title="Information" class="thickbox">Versandkosten</a>)&nbsp</p>                                           
                                                                                                        <p class="shippingtime">
                                                                               
                                                                               
                                                </td>

            </tr>
            <tr>
                <td height="10" valign="middle" align="center" bgcolor="#771717">
                    <p><!-- <a href="http://www.esv-versand.de/index.php?action=buy_now&amp;BUYproducts_id=2363&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="templates/xtc5/buttons/german/button_buy_now.gif" alt="1 x 'Strumpfhose Serena' bestellen" width="100" height="24" /></a>&nbsp; --><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Sexy-Nylons/Strumpfhose-Serena::2363.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="templates/xtc5/buttons/german/button_product_more.gif" alt="Details" border="0" /></a></p>
                </td>
            </tr>
        </table>
      </td>
    </tr>

  </table>
</div>


<div style="float:left; width:170px; padding-top:5px; padding-left:5px; background-color:#771717;">
  <table width="170" style="border:1px solid #ffffff;" bgcolor="#771717" align="center" border="0" cellpadding="0" cellspacing="0">
    <tr valign="middle">
      <td valign="top" height="250px" style="border-bottom:5px solid #771717;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td align="center" height="40" style="color:#ffffff" bgcolor="#771717"><strong><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Corsagen-Co/Black-Blood-Bustier::2308.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Black Blood Bustier</a></strong></td>

            </tr>
            <tr>
                <td height="220" align="center" valign="middle" bgcolor="#771717" style="padding-right:0px;">
                                            <a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Corsagen-Co/Black-Blood-Bustier::2308.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="images/product_images/thumbnail_images/2308_0_PR0240.jpg" alt="Black Blood Bustier" /></a>
                                    </td>
            </tr>
            <tr>
                <td class="productPreviewContent"><!-- <h2><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Corsagen-Co/Black-Blood-Bustier::2308.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Black Blood Bustier</a></h2> -->
                                                        <div align="center">

                                                                <p class="price"> 54,80 EUR</p>
                                            <p class="taxandshippinginfo">&nbsp(inkl. 19 % MwSt.&nbsp zzgl. <a target="_blank" href="http://www.esv-versand.de/popup_content.php?coID=1&amp;KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=600&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd" title="Information" class="thickbox">Versandkosten</a>)&nbsp</p>                                           
                                                                                                        <p class="shippingtime">
                                                                               
                                                                               
                                                </td>
            </tr>
            <tr>

                <td height="10" valign="middle" align="center" bgcolor="#771717">
                    <p><!-- <a href="http://www.esv-versand.de/index.php?action=buy_now&amp;BUYproducts_id=2308&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="templates/xtc5/buttons/german/button_buy_now.gif" alt="1 x 'Black Blood Bustier' bestellen" width="100" height="24" /></a>&nbsp; --><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Corsagen-Co/Black-Blood-Bustier::2308.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="templates/xtc5/buttons/german/button_product_more.gif" alt="Details" border="0" /></a></p>
                </td>
            </tr>
        </table>
      </td>
    </tr>
  </table>
</div>


<div style="float:left; width:170px; padding-top:5px; padding-left:5px; background-color:#771717;">
  <table width="170" style="border:1px solid #ffffff;" bgcolor="#771717" align="center" border="0" cellpadding="0" cellspacing="0">
    <tr valign="middle">
      <td valign="top" height="250px" style="border-bottom:5px solid #771717;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td align="center" height="40" style="color:#ffffff" bgcolor="#771717"><strong><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Nachtwaesche/Dessous-Kleid::14.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Dessous-Kleid</a></strong></td>
            </tr>

            <tr>
                <td height="220" align="center" valign="middle" bgcolor="#771717" style="padding-right:0px;">
                                            <a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Nachtwaesche/Dessous-Kleid::14.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="images/product_images/thumbnail_images/14_0_27104631020.jpg" alt="Dessous-Kleid" /></a>
                                    </td>
            </tr>
            <tr>
                <td class="productPreviewContent"><!-- <h2><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Nachtwaesche/Dessous-Kleid::14.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">Dessous-Kleid</a></h2> -->
                                                        <div align="center">
                                                                <p class="price"> 44,95 EUR</p>

                                            <p class="taxandshippinginfo">&nbsp(inkl. 19 % MwSt.&nbsp zzgl. <a target="_blank" href="http://www.esv-versand.de/popup_content.php?coID=1&amp;KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=600&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd" title="Information" class="thickbox">Versandkosten</a>)&nbsp</p>                                           
                                                                                                        <p class="shippingtime">
                                                                               
                                                                               
                                                </td>
            </tr>
            <tr>
                <td height="10" valign="middle" align="center" bgcolor="#771717">
                    <p><!-- <a href="http://www.esv-versand.de/index.php?action=buy_now&amp;BUYproducts_id=14&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="templates/xtc5/buttons/german/button_buy_now.gif" alt="1 x 'Dessous-Kleid' bestellen" width="100" height="24" /></a>&nbsp; --><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Nachtwaesche/Dessous-Kleid::14.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="templates/xtc5/buttons/german/button_product_more.gif" alt="Details" border="0" /></a></p>

                </td>
            </tr>
        </table>
      </td>
    </tr>
  </table>
</div>


<div style="float:left; width:170px; padding-top:5px; padding-left:5px; background-color:#771717;">
  <table width="170" style="border:1px solid #ffffff;" bgcolor="#771717" align="center" border="0" cellpadding="0" cellspacing="0">

    <tr valign="middle">
      <td valign="top" height="250px" style="border-bottom:5px solid #771717;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td align="center" height="40" style="color:#ffffff" bgcolor="#771717"><strong><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Slips-Co/String-ouvert-schwarz::268.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">String ouvert schwarz</a></strong></td>
            </tr>
            <tr>
                <td height="220" align="center" valign="middle" bgcolor="#771717" style="padding-right:0px;">

                                            <a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Slips-Co/String-ouvert-schwarz::268.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="images/product_images/thumbnail_images/268_0_02612620000.jpg" alt="String ouvert schwarz" /></a>
                                    </td>
            </tr>
            <tr>
                <td class="productPreviewContent"><!-- <h2><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Slips-Co/String-ouvert-schwarz::268.html?XTCsid=36c1d21906ab11357b40edf2d50708dd">String ouvert schwarz</a></h2> -->
                                                        <div align="center">
                                                                <p class="price"> 7,95 EUR</p>
                                            <p class="taxandshippinginfo">&nbsp(inkl. 19 % MwSt.&nbsp zzgl. <a target="_blank" href="http://www.esv-versand.de/popup_content.php?coID=1&amp;KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=600&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd" title="Information" class="thickbox">Versandkosten</a>)&nbsp</p>                                           
                                                                                                        <p class="shippingtime">

                                                                               
                                                                               
                                                </td>
            </tr>
            <tr>
                <td height="10" valign="middle" align="center" bgcolor="#771717">
                    <p><!-- <a href="http://www.esv-versand.de/index.php?action=buy_now&amp;BUYproducts_id=268&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="templates/xtc5/buttons/german/button_buy_now.gif" alt="1 x 'String ouvert schwarz' bestellen" width="100" height="24" /></a>&nbsp; --><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/Slips-Co/String-ouvert-schwarz::268.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="templates/xtc5/buttons/german/button_product_more.gif" alt="Details" border="0" /></a></p>
                </td>
            </tr>
        </table>
      </td>

    </tr>
  </table>
</div>

</div>
        <div id="rightcol">
        <!-- cart has no content -->
                <h2 class="boxcartheader">Warenkorb</h2>
                        <div class="boxcartbody" >
                        <p>Ihr Warenkorb ist leer.</p>

                </div>

                               
<h2 class="boxheader">Willkommen zur&uuml;ck!</h2>
<div class="boxbody"> <form id="loginbox" method="post" action="https://www.esv-versand.de/login.php?action=process&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd">
  <table width="100%"  border="0" cellpadding="0" cellspacing="0">
    <tr>
      <td colspan="2">E-Mail-Adresse:</td>
    </tr>

    <tr>
      <td colspan="2"><input type="text" name="email_address" maxlength="50" style="width:170px;" /></td>
    </tr>
    <tr>
      <td colspan="2">Passwort:</td>
    </tr>
    <tr>
      <td><input type="password" name="password" maxlength="30" style="width:80px;" /></td>

      <td><input type="image" src="templates/xtc5/buttons/german/button_login_small.gif" alt="Anmelden" title=" Anmelden " /></td>
    </tr>
    <tr>
      <td colspan="2"><div class="hr"></div>
        <a href="https://www.esv-versand.de/password_double_opt.php?XTCsid=36c1d21906ab11357b40edf2d50708dd">Passwort vergessen?</a></td>
    </tr>
  </table>
  </form> </div>

<h2 class="boxheader">Sicherheit</h2>
<div align="center"><div class="boxbody"><img src="templates/xtc5/img/litessl_tl_trans.gif"><br>Sicher - Einkaufen<br>256 Bit Verschlüsselung</div></div>
<h2 class="boxheader">Newsletter-Anmeldung</h2>
<div class="boxbody">
<form id="sign_in" action="http://www.esv-versand.de/newsletter.php?XTCsid=36c1d21906ab11357b40edf2d50708dd" method="post">
<p>E-Mail-Adresse:</p>
<p><input type="text" name="email" maxlength="50" style="width:170px;" /></p>
<p><input type="image" src="templates/xtc5/buttons/german/button_login_newsletter.gif" alt="Anmelden" title=" Anmelden " /></p>
</form>
</div>
<h2 class="boxheader"><a href="http://www.esv-versand.de/products_new.php?XTCsid=36c1d21906ab11357b40edf2d50708dd">Neue Artikel</a></h2>

<div class="boxbody">
        <p class="center"><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/BHs-BH-Sets/Konrad-Wenge-Push-Up-BH::2735.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><img src="images/product_images/thumbnail_images/2735_0_.WengeK-700.jpg" alt="Konrad Wenge Push Up BH" class="productboximage"/></a></p>        <p class="center"><a href="http://www.esv-versand.de/Dessous-Fashion/Fuer-Sie/BHs-BH-Sets/Konrad-Wenge-Push-Up-BH::2735.html?XTCsid=36c1d21906ab11357b40edf2d50708dd"><strong>Konrad Wenge Push Up BH</strong></a><br /> 29,95 EUR
                <br />inkl. 19 % MwSt. zzgl. <a target="_blank" href="http://www.esv-versand.de/popup_content.php?coID=1&amp;KeepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=600&amp;XTCsid=36c1d21906ab11357b40edf2d50708dd" title="Information" class="thickbox">Versandkosten</a></p>
</div>
</div>
    </div>
<p class="footer">ESV-Versand &copy; 2009 | <a href="http://www.templatescout.de" target="_blank">Template © design pages24</p>

</div>
<div align="center">
        <a href="http://www.ranking-hits.de/user/www.esv-versand.de" target="_blank"><font color="#ffffcc"> </font></a>
<a title="SEO Tools" href="http://www.ranking-hits.de/" target="_blank"><img src="http://www.ranking-hits.de/?ref=www.esv-versand.de&amp;style=30" border="0" alt="Suchmaschinenoptimierung mit Ranking-Hits" /></a>
 </div>
<div class="footer2"><strong>Unsere Onlineshops:</strong><br/><a title="ESV-Versand" href="http://www.esv-versand.de" target="_blank">www.esv-versand.de</a> | <a title="Aqua-Paradies" href="http://www.aqua-paradies.net" target="_blank">www.aqua-paradies.net</a> | <a title="Diskuszucht-Dzick" href="http://www.diskuszucht-dzick.de" target="_blank">www.diskuszucht-dzick.de</a><br/><a href="http://www.ready2host.de/SSL-Zertifikate">SSL Zertifikate</a></div><div class="copyright"><a href="http://www.xtc-modified.org" target="_blank">xtcModified v1.02 dated: 2009-07-13</a>&nbsp;&copy;2009&nbsp;provides no warranty and is redistributable under the <a href="http://www.fsf.org/licensing/licenses/gpl.txt" target="_blank">GNU General Public License</a><br />eCommerce Engine 2006 based on <a href="http://www.xt-commerce.com/" rel="nofollow" target="_blank">xt:Commerce</a></div><div class="parseTime">Parse Time: 0.190s</div></body></html>


heiko_rs 05.12.2009 12:10

Viele Deiner Fehler sind der häufig gemachte, & nicht zu maskieren. Sogar in Links muss man &amp; schreiben. Außerdem hast Du oft einen Fehler bei &nbsp; - das Semikolon fehlt. Behebe das erstmal, dann wird's schon deutlich übersichtlicher ;)

fricca 05.12.2009 12:19

Du willst über die Site in deiner Signatur reden, oder?

Was ich auf die Schnelle sehe:
Für das p "shippingtime" gibt es kein Schlusstag.
Das Schlusstag des umgebenden div darf nicht innerhalb der if-Bedingungen stehen. Und dort, wo es jetzt steht, fehlt das Ende des img-Tags.
Das align-Attribut ist veraltet - weg damit. Dafür gibt es css.

Was genau verstehst du denn an den Fehlermeldungen des Validators nicht?

koshiro 05.12.2009 12:33

Hallo,
ja genau um die Seite in der Signatur geht es.
Was ich nicht verstehe, ist wie ich die Fehler im Code berichtige, das da Sachen Falsch sind weis ich ja durch den Validator, was man aber dafür eingeben muss, um das es richtig ist weis ich noch nicht. Könnt Ihr mir das vielleicht als richtigen befehl schreiben ?
Zum beispiel das hier:
Das Schlusstag des umgebenden div darf nicht innerhalb der if-Bedingungen stehen.
Oder &, &amp; oder das &nbsp; was muss man dafür denn richtig eingeben, damit es korrekt ist ?
Ich sag ja ich bin noch Neuling, und noch viel am Lesen.
Gruß
Jana

Scheppertreiber 05.12.2009 12:45

Es ist halt so, das das "&" in HTML eine spezielle Bedeutung hat. Um das, und
andere Zeichen, als "darzustellen" zu kennzeichnen, werden die gemappt (dh
durch eine spezielle Zeichenfolge ersetzt.

Im Fall des "&" ist dies halt "&amp;", für ein geschütztes Leerzeichen wird eine
"&nbsp;" verwendet. Damit der Browser weiß, wann das gemappte aufhört, muß das ";" hintendran.

Eine Übersicht findest Du auf SelfHTML.

koshiro 05.12.2009 13:06

Hallo,
ok das habe ich schon mal so verstanden, aber wenn ich davon ausgehe, das ich soweit der Validator mir das richtig anzeigt, ja viele Fehler in dem ersten Code drin sind den ich gepostet hatte, dann verstehe ich es nicht so richtig, denn dort habe ich doch zum Beispiel das ";" drin, oder holt er die Fehler aus anderen Datein ?
Dann müßte man ja schauen aus welchen Datein sich der Quelltext von der Startseite zusammensetzt oder ?
Gruß
Jana

Scheppertreiber 05.12.2009 13:10

Klar. Das gibt eine ziemlich Wühlerei ...

Der Validator kann erst den erzeugten HTML-Code begutachten. Er weißt nicht
wie der erzeugt wurde.

koshiro 05.12.2009 13:15

Ok und wo fängt man dann normalerweise an ?
Ich denke das müßte bei mir im Shop doch vom Template die Index.html sein oder ? Dann wenn ich den Quellcode nehme müßte es die Produkt_listingv1.html wo ganz am Anfang den Code gepostet habe kommen, dort Zeigt er mir ja auch jede menge fehler an, obwohl ich da das Semikolon drin habe zum Beispiel. Und oder wie geht Ihr bei so was vor ?
Gruß
Jana


Alle Zeitangaben in WEZ +2. Es ist jetzt 02:15 Uhr.

Powered by vBulletin® Version 3.8.11 (Deutsch)
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

© Dirk H. 2003 - 2023