Danke das du dir das mal anschauen willst
PHP-Code:
<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
$iso = split( '=', _ISO );
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php if ( $my->id ) initEditor(); ?>
<meta **********="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<?php mosShowHead(); ?>
<?php echo "<meta name=\"author\" content=\"++++++\" />" ?>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?>
<?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ; ?>
</head>
<body>
<table width="90%" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="1"></td>
<td width="100%"><div align="left">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="120" align="center" valign="top" background="<?php echo $GLOBALS['mosConfig_live_site']; ?>/templates/tec/images/logo.jpg"><table width="100%" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><?php include $GLOBALS['mosConfig_absolute_path'] . '/pathway.php'; ?></td>
<td width="170" align="center" valign="top">
<table width="100%" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle"><div class="date"><span class="date"><?php echo (strftime (_DATE_FORMAT_LC)); ?></span></div></td>
</tr>
</table>
</td>
<td width="120" align="right" valign="middle"><form action="index.php" method="post">
<input class="inputbox" type="text" name="searchword" size="15" value="<?php echo _SEARCH_BOX; ?>" onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" />
<input type="hidden" name="option" value="search" />
</form></td>
</tr>
</table>
<table width="100%" height="100" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="title" style="padding-left:2px;"><a href="<?php echo $mosConfig_live_site;?>" title="<?php echo $mosConfig_sitename; ?>"></a></td>
<td width="600" align="center" valign="right"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="28" valign="top" background="<?php echo $GLOBALS['mosConfig_live_site']; ?>/templates/tec/images/cellpic.gif">
<div class="mainlevel-nav"><?php mosLoadModules ( 'user3' ); ?></div></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="1">
<tr>
<td width="170" valign="top" background="<?php echo $mosConfig_live_site;?><div class="leftrow"><?php mosLoadModules ( 'left' ); ?>
<?php mosLoadModules ( 'user1' ); ?></div>
</td>
<td valign="top" bgcolor="#FFFFFF" class="main"><?php mosLoadModules ( 'top' ); ?><?php mosMainBody(); ?>
</td>
<td width="170" valign="top" background="<?php echo $mosConfig_live_site;?>
<div class="rightrow"><?php mosLoadModules ( 'right' ); ?><?php mosLoadModules ( 'user2' ); ?></div>
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="28" valign="middle" background="<?php echo $GLOBALS['mosConfig_live_site']; ?>/templates/tec/images/cellpic.gif"><div class="mainlevel-nav"><?php mosLoadModules ( 'user3' ); ?></div></td>
</tr>
<tr>
<td height="30" align="center" valign="middle" background="<?php echo $GLOBALS['mosConfig_live_site']; ?><?php mosLoadModules ( 'bottom' ); ?><div class="footer"><?php include_once('includes/footer.php'); ?></div>
</td>
</tr>
</table>
</div></td>
</tr>
</table>
</body>
</html>
In der CSS habe ich gesucht aber dort wird die Grösse nicht geregelt, ich habe auch schon versucht per class / id einen eigenen CSS Befehlt für das Logo zu setzten aber immer ohne erfolg bin am ende mit meinem Latein..
Lesezeichen