Volledige versie bekijken : probleempje



Joga
24 August 2006, 22:42
hi,
ik ben bezig aan mijn nieuwe site maar ik zit met een probleem :)

http://img180.imageshack.us/img180/5786/1ng6.jpg

hoe kan ik die afbeelding tegen de randen krijgen :wtf:

dit is mijn index:


<html>
<head>
<title>jogadesign</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<center>
<body bgcolor="#202020" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (jogadesign.psd) -->
<table id="Table_01" width="801" height="601" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="11">
<img src="images/index_01.gif" width="800" height="198" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="198" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="3">
<img src="images/index_02.gif" width="148" height="29" alt=""></td>
<td>
<a href="home.html" target="iframe">
<img src="images/home.gif" width="32" height="7" border="0" alt=""></a></td>
<td rowspan="3">
<img src="images/index_04.gif" width="17" height="29" alt=""></td>
<td>
<a href="portfolio.html" target="iframe">
<img src="images/portfolio.gif" width="69" height="7" border="0" alt=""></a></td>
<td rowspan="3">
<img src="images/index_06.gif" width="274" height="29" alt=""></td>
<td rowspan="2">
<a href="links.html" target="iframe">
<img src="images/links.gif" width="35" height="9" border="0" alt=""></a></td>
<td rowspan="3">
<img src="images/index_08.gif" width="28" height="29" alt=""></td>
<td rowspan="2">
<a href="contact.html" target="iframe">
<img src="images/contact.gif" width="57" height="9" border="0" alt=""></a></td>
<td colspan="2" rowspan="3">
<img src="images/index_10.gif" width="140" height="29" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/index_11.gif" width="32" height="22" alt=""></td>
<td rowspan="2">
<img src="images/index_12.gif" width="69" height="22" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="2" alt=""></td>
</tr>
<tr>
<td>
<img src="images/index_13.gif" width="35" height="20" alt=""></td>
<td>
<img src="images/index_14.gif" width="57" height="20" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="20" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/index_15.gif" width="107" height="373" alt=""></td>
<td width="587" height="331" colspan="9"><iframe name="iframe" SRC="home.html" scrolling="auto" height="331" width="587" FRAMEBORDER="no"></iframe></td>
<td rowspan="2">
<img src="images/index_17.gif" width="106" height="373" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="331" alt=""></td>
</tr>
<tr>
<td colspan="9">
<img src="images/index_18.gif" width="587" height="42" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="42" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="107" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="41" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="32" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="17" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="69" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="274" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="35" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="28" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="57" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="34" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="106" height="1" alt=""></td>
<td></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</center>
</html>


en dit is mijn home


<html>
<head>
<title>Joga Design</title>
</head>
<body bgcolor="#202020">
<img src="G:\Bert\photoshop\sites\joga\hoome.jpg">
</body>
</html>


hopelijk kunnen jullie mij helpen :)

Jelle
24 August 2006, 22:49
Zet eens style="margin:0" in de body tag van home.html ;)

Joga
24 August 2006, 22:55
gaat niet :sad:

Icemar
24 August 2006, 23:06
margin van je iframe op 0 zetten dan ben je het wel kwijt

Joga
24 August 2006, 23:18
gaat nog niet, doe ik wat verkeerd?


<html>
<head>
<title>jogadesign</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<center>
<body bgcolor="#202020" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (jogadesign.psd) -->
<table id="Table_01" width="801" height="601" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="11">
<img src="images/index_01.gif" width="800" height="198" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="198" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="3">
<img src="images/index_02.gif" width="148" height="29" alt=""></td>
<td>
<a href="home.html" target="iframe">
<img src="images/home.gif" width="32" height="7" border="0" alt=""></a></td>
<td rowspan="3">
<img src="images/index_04.gif" width="17" height="29" alt=""></td>
<td>
<a href="portfolio.html" target="iframe">
<img src="images/portfolio.gif" width="69" height="7" border="0" alt=""></a></td>
<td rowspan="3">
<img src="images/index_06.gif" width="274" height="29" alt=""></td>
<td rowspan="2">
<a href="links.html" target="iframe">
<img src="images/links.gif" width="35" height="9" border="0" alt=""></a></td>
<td rowspan="3">
<img src="images/index_08.gif" width="28" height="29" alt=""></td>
<td rowspan="2">
<a href="contact.html" target="iframe">
<img src="images/contact.gif" width="57" height="9" border="0" alt=""></a></td>
<td colspan="2" rowspan="3">
<img src="images/index_10.gif" width="140" height="29" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/index_11.gif" width="32" height="22" alt=""></td>
<td rowspan="2">
<img src="images/index_12.gif" width="69" height="22" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="2" alt=""></td>
</tr>
<tr>
<td>
<img src="images/index_13.gif" width="35" height="20" alt=""></td>
<td>
<img src="images/index_14.gif" width="57" height="20" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="20" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/index_15.gif" width="107" height="373" alt=""></td>
<td width="587" height="331" colspan="9"><iframe name="iframe" SRC="home.html" scrolling="auto" height="331" width="587" FRAMEBORDER="no" style="margin:0" ></iframe></td>
<td rowspan="2">
<img src="images/index_17.gif" width="106" height="373" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="331" alt=""></td>
</tr>
<tr>
<td colspan="9">
<img src="images/index_18.gif" width="587" height="42" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="42" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="107" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="41" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="32" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="17" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="69" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="274" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="35" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="28" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="57" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="34" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="106" height="1" alt=""></td>
<td></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</center>
</html>

Icemar
24 August 2006, 23:21
je heb het aan je pagina toegevoegd niet aan je Iframe Bert

Joga
24 August 2006, 23:27
ok bedankt icemar :good: nu gaat het :good:

hier mag een slotje op