foto spacing op website

Status
Niet open voor verdere reacties.

CanTBeaTme

Banned
Lid geworden
25 jul 2006
Berichten
235
ik probeer een aantal knoppen van een balkje dat ik in photoshop gemaakt heb en dan in slices heb opgeslagen vlak tegen elkaar te zetten en ook tegen de bovenstaande banner, zodat er GEEN ruimte tussenzit, maar dat lukt me niet, ik probeerde dit :


<a href = "index.html" > <img src = "images/home_01.png" border = 0 > </a>
<a href = "links.html" ><img src = "images/home_02.png" border = 0 > </a>
<a href = "pron.html" ><img src = "images/home_03.png" border = 0 > </a>
<a href = "forum.html" ><img src = "images/home_04.png" border = 0 > </a>
<a href = "money.html" ><img src = "images/home_05.png" border = 0 > </a>

ik heb ook al geprobeerd om hspace = 0 en vspace = 0 toe te voegen maar dat helpt niet



en die streepjes ertussen vind ik ook maar raar.
 
Laatst bewerkt:
Ja, maar duik eens in je html code.
Spaties en linebreaks veroorzaken ruimte.
Alles achter elkaar in html:
<a href = "index.html" > <img src = "images/home_01.png" border = 0 > </a><a href = "links.html" ><img src = "images/home_02.png" border = 0 > </a>etc
wil wel ens helpen.
Anders een testpage uppen en de url geven.

:cool:
 
Pies of keek ;)

PHP:
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title>huppeldepuppel)</title>
<meta name="GENERATOR" content="Arachnophilia 4.0">
<meta name="FORMATTER" content="Arachnophilia 4.0">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META name="description" content=" ">
<META name="keywords" content="  ">
<meta name="Author" content="Peter Vazed">
<META name="robots" content="index, follow">
<META name="revisit" content="7 days">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css" media="all">
 @import url("zp.css"); 
</style>

<style type="text/css">

      BODY {
       margin: 0px 0px 0px 0px;
       font-family: verdana, arial, helvetica;
       background-image: url(layout/sfeerstrook/site_home.jpg);
       background-repeat: no-repeat;      
       font-size: 14px;
       font-color: #000000;
       color: #000066;
}
.info{
border: dotted 3px #000000;
padding:10px;
}
       </style>
</head>

<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">

<!-- logo begin -->
<table  width="745" border="0" cellspacing="0" cellpadding="0" bgcolor="#dfdfdf" align="center">
	<tr><td bgcolor="#c0c0c0"><img src = "http://www.freewebs.com/svenz0r/mooi.png" width="745" border="0"></td></tr></table>
<!-- logo eind -->
<!-- menu begin --><table  width="745" border="0" cellspacing="0" cellpadding="0" bgcolor="#dfdfdf" align="center">
	<tr>
	
		<td bgcolor="#c0c0c0"><a href  = "index.html" ><img src = "http://www.freewebs.com/svenz0r/home_01.png" border ="0" width="149" height="20"></a></td>
	
	
		<td ><a href  = "links.html"><img src = "http://www.freewebs.com/svenz0r/home_02.png"  border ="0"  width="149" height="20"></a></td>
	
		<td ><a href  = "pron.html"><img src = "http://www.freewebs.com/svenz0r/home_03.png"   border ="0"  width="149" height="20"></a></td>
	
		<td ><a href  = "forum.html"><img src = "http://www.freewebs.com/svenz0r/home_04.png"  border ="0"  width="149" height="20"></a></td>
	
		<td ><a href  = "money.html" ><img src = "http://www.freewebs.com/svenz0r/home_05.png"  border ="0" width="149" height="20" ></a></td>
	</tr>
</table>
<!-- menu eind -->
<!-- content begin -->
<table  width="745" border="0" cellspacing="0" cellpadding="0" bgcolor="#dfdfdf" align="center">
	<tr><td bgcolor="#c0c0c0"><div class="info " >Hier tekst of plaatjes.<br>
<br>Hier tekst of plaatjes.<br>
<br>
Hier tekst of plaatjes.<br>
<br>
<table  width="95%" border="1" cellspacing="0" cellpadding="4" bgcolor="#dfdfdf" align="center">
	<tr>
		<!-- Row 1 Column 1 -->
		<td >
	<img src="http://people.zeelandnet.nl/vazed/plaatjes/cerveja.gif">&nbsp; <img src="	http://people.zeelandnet.nl/vazed/plaatjes/cerveja.gif">
&nbsp;  <img src="http://people.zeelandnet.nl/vazed/plaatjes/cerveja.gif">

		</td>
		<!-- Row 1 Column 2 -->
		<td >
			<img src="http://www.javafile.com/imagefx/wave/image/canada.gif">

		</td>
		<!-- Row 1 Column 3 -->
		<td >
			<img src="http://www.javafile.com/imagefx/wave/image/usa.gif">

		</td>
	</tr>
</table>

 </div></td></tr></table>
<!-- content end -->

</body>

</html>

:cool:
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan