So, ich schon wieder. Und zwar will ich was ändern.
Ich hab jetzt ein Frameset gemacht, in dem sich die Frames ohne Abstand berühren sollen.
Im Linken ist ein Bild, das nahtlos mit dem mittleren verbunden werden soll.
So siehts aus:

und das ist der Quelltext dazu:
PHP-Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 6">
<title>Willkommen bei Adobe GoLive 6</title>
</head>
<frameset rows="217,*" frameborder=0 border=0 framespacing=0>
<frame name="NoName" noresize src="http://www.fancy-nailstyle.de/page/top.html" MARGINWIDTH="0" MARGINHEIGHT="0" FRAMEBORDER="NO" noresize scrolling=no frameborder=0>
<frameset cols="232,393" frameborder=0 border=0 framespacing=0>
<frame name="NoName" noresize scrolling="no" src="http://www.fancy-nailstyle.de/page/linke.html" noresize scrolling=no frameborder=0 MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0" >
<frame name="NoName" noresize src="http://www.fancy-nailstyle.de/page/test.html" frameborder=0 MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0" >
</frameset>
<noframes>
<body bgcolor="#ffffff">
<p></p>
</body>
</noframes>
</frameset>
</html>
Ich bin für jede Hilfe dankbar!