Was habe ich falsch gemacht...

Status
Nicht offen für weitere Antworten.

Hit Man

Grünschnabel
<table background="../Eigene Bilder/Testseite.jpg" height="700" width="970" cellspacing="0" cellpadding="1" align="center" border="3" bordercolor="#00009F" >

<tr>
<td> <font color="#FF0000" face="VERDANA,ARIAL,HELVETICA" size="+1">HALLO</font></td>
</tr>

</table>

<table height="300" width="250" cellspacing="0" cellpadding="1" align="left" border="3" bordercolor="#00009F">

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

</table>

So wenn man sich das mal im browser ansieht steht das "Hallo" in der mitte wieso fängt er nicht oben links in der ecke an ? Und wieso bekomme ich die 2 tabelle nicht sofort in die erste rein es soll als link fenster dienen... frames will ich nicht benutzen. Was habe ich also Falsch gemacht. Thx im vorraus. CU
 
probier's mal so:

PHP:
<table bgcolor="#999999" height="700" width="970" cellspacing="0" cellpadding="1" align="center" border="3" bordercolor="#00009F" > 
	<tr>
		<td width="250">
		 	<table height="300" width="250" cellspacing="0" cellpadding="1" align="left" border="3" bordercolor="#00009F"> 
		 		<tr> 
					<td>&nbsp;</td> 
				</tr> 
			</table> 
		</td> 
  		<td valign="top"> 
		 	<font color="#FF0000" face="VERDANA,ARIAL,HELVETICA" size="+1">HALLO</font>
		</td> 
	</tr> 
</table>
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück