Hallo!!!
Ich hab da mal ne Frage. Ich habe ein Seitenlayout in Photoshop erstellt und die Tabelle von IR dann in Dreamweaver eingefügt. Alles bestens soweit. Habe das alles als Vorlage gespeichert. Nun möchte ich, dass die Spalte in der Mitte als Anzeigefenster fungiert, habe dazu einen Bearbeitbare´n Bereich eingefügt. Ich bekomme es aber irgendwie nicht hin, dass meine Spaltenbreite und Höhe gleich bleibt und ich den Inhalt scrollen kann. Zudem passiert es dadurch immer wieder, dass die Eckbilder die ich um die Spalte rum hab immer auseinandergerissen werden, da sie wegen den Slices in verschiedenen Spalten sind. Hoffe das war jetzt nicht zuviel auf einmal. Weiß jemand vielleicht ne Lösung kann ja eigentlich nur ne Kleinigkeit sein, un kann es mir als Anfänger verständlich machen???
Vielen,vielen Dank
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"> <head> <!-- TemplateBeginEditable name="doctitle" --> <title>Site Layout</title> <!-- TemplateEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> <!-- body { background-color: #000000; } --> </style> <!--[if IE]> <style type="text/css"> html { scrollbar-arrow-color:#666666; scrollbar-track-color:#000000; scrollbar-face-color:#000000; scrollbar-highlight-color:#000000; scrollbar-3dlight-color:#000000; scrollbar-darkshadow-color:#000000; scrollbar-shadow-color:#000000; } </style> <![endif]--> <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --> <meta name="Description" content="Modefachschule,Modeschule,Modedesign, Fashion,Mode,Ausbildung,Design,Zukunft,Jobs, Berufskolleg,Studium,Fashiondesign,Haute Couture, Schnitt Directrice" /> <link href="../CSS/Anzeigefenster.css" rel="stylesheet" type="text/css" /> <link href="../CSS/Ornament unten.css" rel="stylesheet" type="text/css" /> </head> <body> <!-- ImageReady Slices (Site Layout.psd - Slices: 01, 10, links_oben, links_unten, rechts_oben, rechts_unten) --> <table width="760" border="0" align="center" cellpadding="0" cellspacing="0" id="Tabelle_01"> <tr> <td width="760" height="220" colspan="5"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="220" align="top" title="Banner"> <param name="movie" value="../Flash/Banner.swf" /> <param name="quality" value="high" /> <embed src="../Flash/Banner.swf" width="760" height="220" align="top" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed> </object></td> </tr> <tr> <td colspan="2"> <img id="links_oben" src="../Layout/IR TEst/images/links_oben.gif" width="176" height="63" alt="" /></td> <td width="408" height="63"> <img src="../Layout/IR TEst/images/spacer.gif" width="408" height="63" alt="" /></td> <td colspan="2"> <img id="rechts_oben" src="../Layout/IR TEst/images/rechts_oben.gif" width="176" height="63" alt="" /></td> </tr> <tr> <td> <img src="../Layout/IR TEst/images/links_unten.gif" alt="" name="links_unten" width="63" height="117" align="top" class="Ornament" id="links_unten" /></td> <td width="633" height="487" colspan="3" rowspan="2" valign="top" class="Anzeige_Modefachschule"><!-- TemplateBeginEditable name="Anzeigefenster" --> <p> </p> <p> </p> <p> </p> <!-- TemplateEndEditable --></td> <td> <img src="../Layout/IR TEst/images/rechts_unten.gif" alt="" name="rechts_unten" width="64" height="117" align="top" class="Ornament" id="rechts_unten" /></td> </tr> <tr> <td width="63" height="370"> <img src="../Layout/IR TEst/images/spacer.gif" width="63" height="370" alt="" /></td> <td width="64" height="370"> <img src="../Layout/IR TEst/images/spacer.gif" width="64" height="370" alt="" /></td> </tr> <tr> <td width="760" height="30" colspan="5"> <img src="../Layout/IR TEst/images/spacer.gif" width="760" height="30" alt="" /></td> </tr> <tr> <td> <img src="../Layout/IR TEst/images/spacer.gif" width="63" height="1" alt="" /></td> <td> <img src="../Layout/IR TEst/images/spacer.gif" width="113" height="1" alt="" /></td> <td> <img src="../Layout/IR TEst/images/spacer.gif" width="408" height="1" alt="" /></td> <td> <img src="../Layout/IR TEst/images/spacer.gif" width="112" height="1" alt="" /></td> <td> <img src="../Layout/IR TEst/images/spacer.gif" width="64" height="1" alt="" /></td> </tr> </table> <!-- End ImageReady Slices --> </body> </html>