Hello,
URL: http://www.scwmunich.bplaced.net/test-2/
I need some help with a Sliced Picture i wanna use for my frontpage, just figured out how to remove the border between the pics,
now i need to fix the high of picture 1 to have it lined up. here is the code for the table i use:
<br />
<html><br />
<head><br />
<style><br />
#Tabelle_01 * {<br />
border: none !important;<br />
padding: 0;<br />
}<br />
</style><br />
</head><br />
<body><br />
<table id="Tabelle_01"><br />
<tr><br />
<td colspan="2"><br />
<img src="" alt="" /></td><br />
<td rowspan="2"><br />
<img src="" alt="" /></td><br />
</tr><br />
<tr><br />
<td><br />
<img src="" alt="" /></td><br />
<td><br />
<img src="" alt="" /></td><br />
</tr><br />
</table><br />
</body><br />
</html><br />
Please help!
Stefan














