Service
Code: Alles auswählen
<html><body background="concept-2.jpg" width="900" height="450" border="0">
<table width="900" heigth="450" border="0" cellspacing="0" cellpadding="0" frame="void">
<colgroup>
<col width="560">
<col width="340">
</colgroup>
<tr>
<td > </td>
<td > </td>
</tr>
<tr>
<td > </td>
<td ><img src="concept-1.jpg" width="340" height="150"></td>
</tr>
<tr >
<td > </td>
<td > </td>
</tr>
</table>
</body>
</html>
Code: Alles auswählen
<html>
<head>
</head>
<body background="test.jpg" style="background-repeat:no-repeat" width="900" height="450" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
<div style="float:left; width:560px; height:200px;"> </div>
<div style="float:left; width:340px; height:200px;"> </div>
<div style="float:left; width:560px; height:150px;"> </div>
<div style="float:left; width:340px; height:150px;"><img src="test1.jpg" width="340" height="150"/></div>
<div style="float:left; width:560px; height:100px;"> </div>
<div style="float:left; width:340px; height:100px;"> </div>
</body>
</html>