Hallo Leute!
ich habe ein Problem bei der erstellung eines mambo templates. unter firefox wird das ganze wunderschön dargestellt (siehe ersten screenshot) der IE hingegen zerfetzt mir die tabelle die das template definiert. siehe die beiden IE screenshots. ich hab auch den quellcode für meine index.php online gestellt.
wäre echt super wenn mir jemand helfen könnte.
liebe grüße
vitus
Code:<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?> <?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><?php echo ; ?></title> <meta **********="Content-Type" content="text/html; <?php echo _ISO; ?>" /> <?php include ("includes/metadata.php"); // include keywords, and such if (0) { include ("editor/editor.php"); initEditor(); } ?> <link href="<?php echo $mosConfig_live_site;?>/templates/sloasp_template/css/template_css.css" rel="stylesheet" type="text/css"/> </head> <BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> <!-- ImageReady Slices (website1.3.psd) --> <TABLE WIDTH=760 BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD width="139" height="108" background="<?php echo $mosConfig_live_site;?>/templates/sloasp_template/images/header_left.gif"> </TD> <TD width="8" height="108" background="<?php echo $mosConfig_live_site;?>/templates/sloasp_template/images/header_middle.gif"> </TD> <TD width="*" height="108" background="<?php echo $mosConfig_live_site;?>/templates/sloasp_template/images/header_right.gif"> </TD> </TR> <TR> <TD WIDTH="139" HEIGHT="28" background="<?php echo $mosConfig_live_site;?>/templates/sloasp_template/images/website1.3_04.gif"> </TD> <TD WIDTH="8" HEIGHT="28" background="<?php echo $mosConfig_live_site;?>/templates/sloasp_template/images/website1.3_05.gif"> </TD> <TD WIDTH=613 HEIGHT=28 bgcolor="#E2E5E9"> <?php include "pathway.php"; ?></TD> </TR> <TR> <TD background="<?php echo $mosConfig_live_site;?>/templates/sloasp_template/images/website1.3_07.gif" WIDTH=139 HEIGHT=73> </TD> <TD ROWSPAN=5 background="<?php echo $mosConfig_live_site;?>/templates/sloasp_template/images/website1.3_08.gif" WIDTH=8 HEIGHT=411> </TD> <TD ROWSPAN=5 valign="top" class="content" bgcolor="#D7DBE2"> <!-- <TD ROWSPAN=5 valign="top" background="<?php echo $mosConfig_live_site;?>/templates/sloasp_template/images/website1.3_09.gif" class="content"> --> <?php include_once ("mainbody.php"); ?> </TD> </TR> <TR> <TD background="<?php echo $mosConfig_live_site;?>/templates/sloasp_template/images/website1.3_10.gif" WIDTH=139 HEIGHT=9> </TD> </TR> <TR> <TD background="<?php echo $mosConfig_live_site;?>/templates/sloasp_template/images/website1.3_11.gif" WIDTH=139 HEIGHT=8> </TD> </TR> <TR> <TD WIDTH=139 HEIGHT=* valign="top" background="<?php echo $mosConfig_live_site;?>/templates/sloasp_template/images/website1.3_12.gif"> <?php mosLoadModules ( 'left' ); ?> <?php mosLoadModules ( 'user1' ); ?> </TD> </TR> <TR> <TD bgcolor="#E2E5E9"> </TD> </TR> <TR> <TD COLSPAN=3 background="<?php echo $mosConfig_live_site;?>/templates/sloasp_template/images/website1.3_14.gif" WIDTH=760 HEIGHT=53> </TD> </TR> </TABLE> <!-- End ImageReady Slices --> </BODY> </html>


LinkBack URL
About LinkBacks


Zitieren
Lesezeichen