Meine Seite ist und war schon immer valide, auch mit den überflüssigen ; und den falschen Kommentaren. ;ugl Habs jetzt geändert, aber was soll an der URL fürs iframe falsch sein?
[Valid] Markup Validation of http://www.softmedia.de.nr/ - W3C Markup Validator
Ergebnisse des CSS-Validators http://www.softmedia.de.nr (CSS level 2.1)
@Efchen:
Werds mal probieren…
Funktioniert nicht…
Obwohl ich alles 100% hoch gemacht hab…
HTML:
[code]
www.softmedia.de.nr | Home
<form method=post action="planetsearchplus/planetsearchplus.php">
<table border="0" cellspacing="0" cellpadding="0" align="right">
<tr>
<td>
<input type="text" name="search_exp" class="sform">
</td>
<td>
<input type="submit" value="Finden" name="submit" class="sbutton">
<input type="hidden" name="exp_full" value="no" checked>
<input type="hidden" name="exp_capital" value="no" checked>
</td>
</tr>
</table>
</form>
<!-- Ende Suche -->
<br><br>
</div>
</div>
<div id="navigation"><br>
<a class="none" href="PSP.html"><img src="psp.png" border="0" alt="PSP" title=""></a>
<span class="space">
<a class="none" href="PC.html"><img src="pc.png" border="0" alt="PC" title=""></a>
</span>
</div>
<div id="main">
<div id="main2">
<h1>PSP Demos</h1>
Hier findest du eine Reihe von PSP Demos, die du dir - natürlich - kostenlos herunterladen kannst.<br>
<h1>Hinweis</h1>
Für manche Demos benötigst du eventuell die neueste Firmware. Du kannst sie dir entweder <a href="#">HIER</a> von der offiziellen Playstation-Webseite herunterladen, oder einfach direkt mit deiner PSP. Falls du die zweite Variante bevorzugst, geh' einfach unter den Menüpunkt [Einstellungen], und bestätige [Systemaktualisierung] mit [X].<br><br><br>
</div>
<iframe id="datenbank" src="http://baseportal.de/cgi-bin/baseportal.pl?htx=/assmannjens/assmannjens&localparams=1" frameborder="0"></iframe>
</div>
<div id="footer"><br><br>
Copyright © Softmedia 2008 |
Version 0.01 |
optimiert für <a class="white" href="http://www.mozilla-europe.org/de/products/firefox/">Firefox</a> & <a class="white" href="http://www.apple.com/de/safari/">Safari</a> |
valides (X)HTML & CSS |
by Jens Assmann |
<a class="white" href="impressum.html">Impressum</a>
</div>
[/code][B][U]CSS:[/U][/B]
[code]body {
background-image:url(hintergrund.png);
background-repeat:repeat;
background-attachment:fixed;
height:100%;
margin-top:0px;
margin-bottom:0px;
padding:0px;
font-family:Arial;
font-size:12px;
text-align:center;
}
a:link { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:hover { color:#FF8C00; text-decoration:underline; }
a:active { color:#FF8C00; text-decoration:underline; }
a:focus { color:#FF8C00; text-decoration:underline; }
.none:link { color:#000000; text-decoration:none; }
.none:visited { color:#000000; text-decoration:none; }
.none:hover { color:#FF8C00; text-decoration:none; }
.none:active { color:#FF8C00; text-decoration:none; }
.none:focus { color:#FF8C00;text-decoration:none; }
.white:link { color:#000000; text-decoration:underline; }
.white:visited { color:#000000; text-decoration:underline; }
.white:hover { color:#FFFFFF; text-decoration:underline; }
.white:active { color:#FFFFFF; text-decoration:underline; }
.white:focus { color:#FFFFFF; text-decoration:underline; }
h1 {
font-size:12px;
font-weight:bold;
color:#FF8C00;
}
#all {
background-color:#FFFFFF;
width:80%;
height:100%;
text-align:left;
margin:auto;
}
#header {
background-color:#FF8C00;
}
#header2 {
margin-left:20px;
margin-right:20px;
}
#navigationtop {
font-size:10px;
text-align:right;
}
#softmedia {
font-size:11px;
color:#FFFFFF;
}
#navigation {
background-image:url(farbverlauf.png);
background-repeat:repeat-x;
height:150px;
text-align:center;
}
#main {
background-color:#FFFFFF;
height:100%;
}
#datenbank {
width:100%;
height:100%;
}
#main2 {
height:100%;
font-size:12px;
margin-left:20px;
margin-right:20px;
margin-top:20px;
}
#footer {
background-image:url(farbverlauf2.png);
background-repeat:repeat-x;
height:50px;
clear:both;
margin-top:20px;
font-size:10px;
text-align:center;
}
#infoleft {
display:block;
background-color:#FFFFFF;
width:10px;
height:140px;
position:absolute;
left:0px;
top:25px;
border-style:solid;
border-width:1px;
border-color:#000000;
}
#infoleft:hover {
background-color:#FF8C00;
}
#info {
display:none;
background-color:#FFFFFF;
width:250px;
height:140px;
position:absolute;
left:0px;
top:25px;
border-style:solid;
border-width:1px;
border-color:#000000;
}
#info2 {
font-family:Arial;
font-size:12px;
text-align:left;
margin-left:20px;
margin-right:20px;
margin-top:20px;
}
.space {
margin-left:40px;
}[/code]