Hallo Leute!
Ich hab eine Frage bezüglich meines MySpace-Profils (http://www.myspace.com/potterscentury). 
Ich möchte dieses nämlich nicht, wie es standardmäßig ist Zentriert ausgerichtet haben, sondern Linksbündig. Gelöst habe ich dies in meinem Code mit der Zeile
. Im Firefox ist alles so, wie es sei soll, doch im IE wird immer noch alles Zentriert dargestellt?
Wie muss ich den Code ändern?
CSS
		
					
				<style type="text/css">
table, tr, td {
background-color:transparent;
border:none;
border-width:0; }
body table {margin-top:290px; margin-left:5px;}
body td table, body div table {margin-top: 0px;}
body {
	background-color:0078C7;
	background-image:url('http://www.vjay.org/myspace/back_0.jpg');
	background-attachment:scroll;
	background-position:top left;
	background-repeat:no-repeat;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:none;
	border-style:solid;
	padding-left:-200px;
	padding-right:0px;
 }
  table table table table td {filter:none;}
  table table table table {border:0px;}
  td.text table, td.text table td {width:500px; padding:0px;}
  td.text table table table table, td.text table table table table td {width:0px;}
  table table td {width:10px;}
  div table table td, table table table td {width:auto;}
  td.text td.text table table div, td.text td.text table table a img {height:75px; width:65px !important; border-width:0px;}
 ...
 ...
 ...
 </style>Vielen Dank
MrPotter
 
		 
		
		
	