• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Bild in Slices unterteilt und einige verlinkt, jedoch sind jetzt weiße ränder sicht..

Status
Für weitere Antworten geschlossen.

K_Style79

Neues Mitglied
Hallo,

werde fast verrückt mit diesem Problem.

Hier mal zwei links:

So sollte es aussehen>http://www.bacio-club.de/location_fotos.html

So sieht es aus wenn ich die Bilder die ich dann per Klick vergrößern möchte,
mit den jeweiligen Seiten verlinkt habe>http://www.bacio-club.de/location_fotos2.html
Die Verlinkten Bilder haben auch noch einen Rahmen dazubekommen der soll natürlich auch weg.

Habe mich schon durch alle Tipps gearbeitet und auch sämtliche Zeilen umbrüche entfernt aber nichts half bis jetzt.

Bitte helft mir ich verzweifle schon!!!

Lieben Gruß und ein frohes neues!
 
Zuletzt bearbeitet:
Um das nicht bei jeder Grafik einzeln machen zu müssen, reicht es wenn du in dein Stylesheet folgendes hinzufügst:
Code:
img {
border-width:0px;
}
 
HTML:
<html>

<head>
<title>fotos_475_pixel_______-slices </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css"><!--
img {
border-width:0px;
}
//--></style>
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (fotos_475_pixel_______-slices .psd) -->
<table id="Tabelle_01" width="475" height="298" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td width="118" height="68">
		<a href="../../_temp_22c7008.htm"><img src="Bilder/fotos-_01.gif" width="124" height="89" alt=""></a></td>

		<td width="122" height="68">
		<img src="Bilder/fotos-_02.gif" width="116" height="89" alt=""></td>
		<td width="113" height="68">
		<img src="Bilder/fotos-_03.gif" width="113" height="89" alt=""></td>
		<td width="122" height="68">
		<img src="Bilder/fotos-_04.gif" width="122" height="89" alt=""></td>
	</tr>
	<tr>
		<td width="118" height="31">

		<a href="../../_temp_22c7008.htm"><img src="Bilder/fotos-_05.gif" width="124" height="87" alt=""></a></td>
		<td width="122" height="31">
		<img src="Bilder/fotos-_06.gif" width="116" height="87" alt=""></td>
		<td width="113" height="31">
		<img src="Bilder/fotos-_07.gif" width="113" height="87" alt=""></td>
		<td width="122" height="31">
		<img src="Bilder/fotos-_08.gif" width="122" height="87" alt=""></td>
	</tr>
	<tr>

		<td width="118" height="31">
		<a href="../../_temp_22c7008.htm"><img src="Bilder/fotos-_09.gif" width="124" height="89" alt=""></a></td>
		<td width="122" height="31">
		<img src="Bilder/fotos-_10.gif" width="116" height="89" alt=""></td>
		<td width="113" height="31">
		<img src="Bilder/fotos-_11.gif" width="113" height="89" alt=""></td>
		<td width="122" height="31">
		<img src="Bilder/fotos-_12.gif" width="122" height="89" alt=""></td>
	</tr>

	<tr>
		<td width="118">
		<a href="../../_temp_22c7008.htm"><img src="Bilder/fotos-_13.gif" width="124" height="91" alt=""></a></td>
		<td width="122">
		<a href="../../_temp_22c7008.htm"><img src="Bilder/fotos-_14.gif" width="116" height="91" alt=""></a></td>
		<td width="113">
		<a href="../../_temp_22c7008.htm"><img src="Bilder/fotos-_15.gif" width="113" height="91" alt=""></a></td>
		<td width="122">
		<a href="../../_temp_22c7008.htm"><img src="Bilder/fotos-_16.gif" width="122" height="91" alt=""></a></td>

	</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
//Border 0px hinzugefügt
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben