Mal wieder Iex Problem...woran liegts???
lima-city → Forum → Die eigene Homepage → HTML, CSS & Javascript
-
Hi, ich habe folgendes:
Beim Firefox wird die Seite perfekt angezeigt, beim Iex hat der Header eine H?he, die ein pixel zuviel hat und bei last wars sind die abst?nde rie?ig, obwohl ich cellpadding="0" und cellspacing="0" und valign="top" habe...
hier firefox:
http://specialdune.lima-city.de/firefox.jpg
und hier iex:
http://specialdune.lima-city.de/iex.jpg
woran liegts???
codeschnipsel(vom header):
?> <tr><td cellpadding="0" cellspacing="0" valign="top" width="900" border="0" background="grafik/header.jpg" height="156"> <object width="900" height="156" cellpadding="0" cellspacing="0" valign="top"> <param name="movie" value="somefilename.swf"> <embed src=" <?php if($intro=="play") { echo "grafik/header intro.swf"; } else { echo "grafik/header loop.swf"; } ?> " width="900" height="156"> </embed> </object> </td></tr> <?
codeschnipsel(von lastwars):
?> <table border="0" cellpadding="0" cellspacing="0" align="center" valign="top"> <tr> <td height="13" colSpan="4" cellpadding="0" cellspacing="0" valign="top"></td> </tr> <tr> <td width="80" cellpadding="0" cellspacing="0" valign="top"></td> <td align="left" cellpadding="0" cellspacing="0" valign="top"> <?php echo $gameicon ?> <img src="images/flags/<?php echo $row['oppcountry']; ?>.gif"> <!-- gamenameshort start <?php echo $row['gamenameshort']; ?> gamenameshort end --> <a href="<?php echo $ownhomepage; ?>" target="_blank"> <a href="<?php echo $urltovwar; ?>war.php?action=oppinfo&oppid=<?php echo $row['oppid']; ?>"><?php echo $row['oppnameshort']; ?></a> </td> <td align="center" cellpadding="0" cellspacing="0" valign="top"> <font color="<?php echo $scorecolor; ?>"> <?php echo $ownscoretotal; ?> : <?php echo $oppscoretotal; ?> </font> <?php echo $matchstatus; ?> </td> <td align="left" cellpadding="0" cellspacing="0" valign="top"> » <a href="<?php echo $urltovwar; ?>war.php?action=details&warid=<?php echo $row['warid']; ?>">details</a> </td> </tr> </table> <?
hoffe ihr wisst was hilft :-\
Beitrag ge?ndert am 19.11.2005 12:01 von specialdune -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
Hi,
dieses cellpadding="0" cellspacing="0" usw. musst du doch in den <table> einf?gen und nicht in den <td>, denn bei dir ist es im <td> und das geht ja nicht.
Ist es das? SOnst versuch auch mal mit style="padding:0px".
mfg,
hr -
Hi,
dieses cellpadding="0" cellspacing="0" usw. musst du doch in den <table> einf?gen und nicht in den <td>, denn bei dir ist es im <td> und das geht ja nicht.
Ist es das? SOnst versuch auch mal mit style="padding:0px".
mfg,
hr
also im table ist es und da ging es auhc noch nicht..deshalb habe ich "zur sicherheit" nochmal in den td gemacht und gehofft das es dadurch sich bessert...aber nein, tat es nicht^^ ...ok danke ich versuch mal den css style, obwohl er ja eig. das gleiche bewirkt....
edit:
es geht
Beitrag ge?ndert am 22.11.2005 15:39 von specialdune
Beitrag ge?ndert am 25.11.2005 09:06 von specialdune -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage