tabel fouten

Status
Niet open voor verdere reacties.

vuurvretertje

Nieuwe gebruiker
Lid geworden
12 okt 2009
Berichten
4
hallo allemaal,

kan iemand mij helpen? De tabel die ik maak wil niet werken zoals ik het wil. Ik wil het ene links en het andere rechts maar dat gaat fout. Dit is de html code

<TABLE border="5">
<TR bgcolor="red">
<TD width="40%">hypl 1</TD>
<td><a href="http://www.italyvacations.it/wp-content/uploads/2009/04/gardaland01.jpg"><img src="http://www.italyvacations.it/wp-content/uploads/2009/04/gardaland01.jpg"></a></td>
</TR>
<TR bgcolor="#FE9A2E">
<td><BR><BR></td>
</TR>
<TR bgcolor="red">
<TD>hypl 1</TD>
</TR>
<TR bgcolor="#FE9A2E">
<td><BR><BR></td>
</TR>
<TR bgcolor="red">
<TD>hypl 1</TD>
</TR>
<TR bgcolor="#FE9A2E">
<td><BR><BR></td>
</TR>
<tr bgcolor="red">
<td>hypl 1</td>
</tr>
</table>
 
Ik wil het ene links en het andere rechts
het ene wat?

Overigens heb je overal EEN td in een row, behalve bij de eerste row, daar zijn het er twee.


Ziets?:

Code:
	<TABLE border="5">
			<TR bgcolor="red">
				<TD width="40%">
					hypl 1
				</TD>
				<td>
					<a href="http://www.italyvacations.it/wp-content/uploads/2009/04/gardaland01.jpg"><img src="http://www.italyvacations.it/wp-content/uploads/2009/04/gardaland01.jpg"></a>
				</td>
			</TR>
			<TR bgcolor="#FE9A2E">
				<td>
					<BR>
					<BR>
				</td>	<td>
					<BR>
					<BR>
				</td>			</TR>
			<TR bgcolor="red">
				<TD>
					hypl 1
				</TD>	<td>
					<BR>
					<BR>
				</td>
			</TR>
			<TR bgcolor="#FE9A2E">
				<td>
					<BR>
					<BR>
				</td>	<td>
					<BR>
					<BR>
				</td>
			</TR>
			<TR bgcolor="red">
				<TD>
					hypl 1
				</TD>	<td>
					<BR>
					<BR>
				</td>
			</TR>
			<TR bgcolor="#FE9A2E">
				<td>
					<BR>
					<BR>
				</td>	<td>
					<BR>
					<BR>
				</td>
			</TR>
			<tr bgcolor="red">
				<td>
					hypl 1
				</td>	<td>
					<BR>
					<BR>
				</td>
			</tr>
		</table>

Zwiep je html code of url in
http://validator.w3.org/


:cool:
 
het ene wat?

Overigens heb je overal EEN td in een row, behalve bij de eerste row, daar zijn het er twee.


Ziets?:

Code:
	<TABLE border="5">
			<TR bgcolor="red">
				<TD width="40%">
					hypl 1
				</TD>
				<td>
					<a href="http://www.italyvacations.it/wp-content/uploads/2009/04/gardaland01.jpg"><img src="http://www.italyvacations.it/wp-content/uploads/2009/04/gardaland01.jpg"></a>
				</td>
			</TR>
			<TR bgcolor="#FE9A2E">
				<td>
					<BR>
					<BR>
				</td>	<td>
					<BR>
					<BR>
				</td>			</TR>
			<TR bgcolor="red">
				<TD>
					hypl 1
				</TD>	<td>
					<BR>
					<BR>
				</td>
			</TR>
			<TR bgcolor="#FE9A2E">
				<td>
					<BR>
					<BR>
				</td>	<td>
					<BR>
					<BR>
				</td>
			</TR>
			<TR bgcolor="red">
				<TD>
					hypl 1
				</TD>	<td>
					<BR>
					<BR>
				</td>
			</TR>
			<TR bgcolor="#FE9A2E">
				<td>
					<BR>
					<BR>
				</td>	<td>
					<BR>
					<BR>
				</td>
			</TR>
			<tr bgcolor="red">
				<td>
					hypl 1
				</td>	<td>
					<BR>
					<BR>
				</td>
			</tr>
		</table>

Zwiep je html code of url in
http://validator.w3.org/


:cool:

o sorry. Ik wil alle tekst links en de foto rechts.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan