So ich hab ma versucht ein template herzustellen hier ist die index.php aber irgedwie geht nix....kann mir jemand weiter helfen?:
hier das PHP:
und hier das css:PHP-Code:<?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
$pfad = '/usr/export/www/hosting/flashmambo/mambo/';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<?php mosShowHead(); ?>
<meta **********="content-type" content="text/html; <?php echo _ISO; ?>" />
<link rel="stylesheet" href="<?php echo $mosConfig_live_site.$pfad;?>css/template_css.css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" colspan="3"></td>
</tr>
<td width="90"></td>
<td colspan="2"><img src="<?php echo $mosConfig_life_site.$pfad;?> /images/logo.gif" width="200"
height="80" alt="Flash's Programming" title="Flash's Programming" /></td>
</tr>
<tr>
<td height="20" colspan="3"></td>
</tr>
<tr>
<td width="90"></td>
<td width="30"></td>
<td><?php mosMainBody(); ?>
<br /><br />
<span class="footer">© Flash2over <?php mosLoadModules('footer'); ?></span>
</td>
</tr>
</table>
</body>
</html>
Code:/*grundlegende Formate*/ body { background-image: url(../images/hg.png); background-repeat: no-repeat; background-position: 4px 4px; background-color: #000000; font-family:Arial, Helvetica, sans-serif; font-size: 9pt; margin: 0px; padding: 0px; } table, td { margin: 0px; padding: 0px; } /*Überschrift und CSS-Klasse von Mambo für Überschriften*/ h1, .contentheading { font-family:Arial, Helvetica, sans-serif; font-size:16pt; color:#FF0000; text-transform:uppercase; margin-top: 0px; margin-bottom: 8px; margin-left: 0px; margin-right: 0px; padding: 0px; text-align: left; } /*Formate für Inhaltstabellen*/ table.tabelle1 { background-color:#FF0000 border: #FF0000 1px solid; } td.header { background-color:#FFFFFF; color:#00FF00; font-weight:bold; font-size:20px; text-align::center; } /*Tag-orientierte Link-Gestaltung*/ a{ text-decoration:none; color:#FF0000; } a:hover { color:#00FF00; } /*Hauptmenü-Gestaltung*/ a.mainlevel { color:#00FF00; font-size:12pt; padding-right:32px; font-weight:bold; text-decoration:none; } a.mainlevel:hover { color:#FF0000; } a#active_menu { color:#FF0000 } /*Eigene CSS-Klasse für Footer*/ .footer { font size: 7pt; } /*Footer-Modul mit Suffix*/ a.mainlevel_footer:hover { color:#FFFFFF; }


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen