Thema: Web-Design HTML Tabellen-Zwischenräume
Einzelnen Beitrag anzeigen
  #5  
Alt 09.11.09, 11:59
sirena sirena ist offline
hat sich eingelebt
 
Registriert seit: 11/2009
Ort: NRW
Beiträge: 26
OS: Windows Vista
Kreativ-Software: CS3
sirena geht den richtigen Weg
Hi

Ich hab das mal ausprobiert bei mir. Versuch es mal damit, dann müsste der Zwischenraum weg sein.

HTML-Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>
JFV.de :: Home
</title>
</head>
<body style="background-image: url(./JFV_Grunge/index/Hintergrund.jpg);">

<table bgcolor="#00CCCC" cellpadding="0" cellspacing="0">
<tr>

<td>
<a href="./index.html"><img src="./JFV_Grunge/index/mouseover/over_0_0.jpg" onmouseover="this.src='./JFV_Grunge/index/mouseover/over_0_0.jpg'" onmouseout="this.src='./JFV_Grunge/index/menu_0_0.jpg'" style="width: 200px; height: 110px; border-width: 0px; vertical-align: bottom"></a>
</td>
<td>
<a href="./index.html"><img src="./JFV_Grunge/index/mouseover/over_0_1.jpg" onmouseover="this.src='./JFV_Grunge/index/mouseover/over_0_1.jpg'" onmouseout="this.src='./JFV_Grunge/index/menu_0_1.jpg'" style="width: 200px; height: 110px; border-width: 0px; vertical-align: bottom"></a>
</td>
<td>
<a href="./index.html"><img src="./JFV_Grunge/index/mouseover/over_0_2.jpg" onmouseover="this.src='./JFV_Grunge/index/mouseover/over_0_2.jpg'" onmouseout="this.src='./JFV_Grunge/index/menu_0_2.jpg'" style="width: 200px; height: 110px; border-width: 0px; vertical-align: bottom"></a>
</td> 
<td>
<a href="./index.html"><img src="./JFV_Grunge/index/mouseover/over_0_3.jpg" onmouseover="this.src='./JFV_Grunge/index/mouseover/over_0_3.jpg'" onmouseout="this.src='./JFV_Grunge/index/menu_0_3.jpg'" style="width: 200px; height: 110px; border-width: 0px; vertical-align: bottom"></a>
</td>
<td>
<a href="./index.html"><img src="./JFV_Grunge/index/mouseover/over_0_4.jpg" onmouseover="this.src='./JFV_Grunge/index/mouseover/over_0_4.jpg'" onmouseout="this.src='./JFV_Grunge/index/menu_0_4.jpg'" style="width: 200px; height: 110px; border-width: 0px; vertical-align: bottom"></a>
</td>

</tr>

<tr>
    <td style="width: 200px; height: 110px; background-image: url(./JFV_Grunge/index/menu_1_0.jpg)"></td>
    <td style="width: 200px; height: 110px; background-image: url(./JFV_Grunge/index/menu_1_1.jpg)"></td>
    <td style="width: 200px; height: 110px; background-image: url(./JFV_Grunge/index/menu_1_2.jpg)"></td>
    <td style="width: 200px; height: 110px; background-image: url(./JFV_Grunge/index/menu_1_3.jpg)"></td>
    <td style="width: 200px; height: 110px; background-image: url(./JFV_Grunge/index/menu_1_4.jpg)"></td>
</tr>

</table>

</body>
</html>
Ich würde es persönlich aber alles eher in eine extra css Datei machen, dann bräuchte man bei Änderungen immer nur eine Datei bearbeiten und nicht alle.
__________________
LG Janine

a smile is the best way to deal with difficult situations...
Mit Zitat antworten
 
Seite wurde generiert in 0,10647 Sekunden mit 8 Queries