rollerueckwaerts
Erfahrenes Mitglied
Nachdem ich ein tolles Template für meine fast fertige Site gefunden viel mir auf das die Seite nun im gesamten einfach zu breit ist.
Leider find ich weder was in der CSS dazu noch in der index.php
Dort ist keine width größer als 200 zu finden, kann doch garnicht sein !
Oder gibt es noch ein anderen Weg die Größe der Tabelle in der die ganze Seite steckt zu definieren ?
Vielen lieben dank schonma.
Lg
Tobs
Hier noch ein Auszug der index.php
Leider find ich weder was in der CSS dazu noch in der index.php
Dort ist keine width größer als 200 zu finden, kann doch garnicht sein !
Oder gibt es noch ein anderen Weg die Größe der Tabelle in der die ganze Seite steckt zu definieren ?
Vielen lieben dank schonma.
Lg
Tobs
Hier noch ein Auszug der index.php
PHP:
<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
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 http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<?php mosShowHead(); ?>
<link rel="stylesheet" type="text/css" href="<?php echo $mosConfig_live_site; ?>/templates/divine/css/template_css.css" />
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
</head>
<body onload="MM_preloadImages('<?php echo $mosConfig_live_site; ?>/templates/divine/images/fb2.gif')">
<table width="98" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="78%"><img src="<?php echo $mosConfig_live_site; ?>/images/M_images/juicylogo.jpg" alt="header" /></td>
<td width="22%" valign="bottom"><table width="100%" height="70" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right"><span class="footer"><a href="#"><br />
Contact</a> | <a href="#">Home</a></span> </td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td></td>
<td><?php mosLoadModules ( 'user4', -1 ); ?></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table></td>