Tabellen

Status
Niet open voor verdere reacties.

DeGeestJ

Gebruiker
Lid geworden
9 nov 2008
Berichten
66
Ik heb een ontwerp gemaakt in DW cs3 met tabellen,

maar die tabellen willen niet aansluiten bovenaan mijn beeld..En dit helpt m'n ontwerp om zeep...weet soms iemand hoe ik dit kan krijgen zodanig dat toch mijn tabel bovenaan tegen de werkbalk terechtkomt?

Grtz

:cool:
 
In je CSS
Code:
body {
  margin:0;
  padding:0;
}
Meestal is het daarna verholpen.
 
Tja, wel in de style zetten natuurlijk....

HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<title>
			test
		</title>
		
<style type="text/css" media="screen">
body
{
  margin:0;
  padding:0;
}
</style>
	</head>
		<body background="bg_baby.jpg" >
		<table align="center" width="1000" border="1" cellspacing="0" cellpadding="0" >
		<tr>	<th width="1000" height="176" scope="col">
					&nbsp;
				</th>
				  			</tr><tr>				    
				<th scope="row">
					<table width="1000" border="0" cellspacing="0" cellpadding="0">
							<tr>       
							<th width="170" height="350" scope="col">
								&nbsp;  
							</th>			<th width="660" height="350" scope="col">
								&nbsp;
							</th>							<th width="170" height="350" scope="col">
								&nbsp;
							</th>						</tr>
						 		</table>
				</th>			</tr>
			  
			<tr>				<th width="1000" height="175" scope="row">
					&nbsp;
				</th>			</tr>
		</table>
	</body>
</html>

:cool:
 
dank u!

Kijk eens aan! Super bedankt!!!

Het is voor een website voor ons babyt'je, het zou geboren worden op 10april 2009, dus ben ik al wat bezig met hetgeen we op school hebben geleerd tot nu toe..pas volgende module gaan we over naar css&javascript, dus moet ik het doen met hetgeen ik al ken.

Maar hartelijk bedankt al !!!!!!!!:p
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan