Hallo, der Style-Sheet wird nicht auf meine Seite eingebunden... :(
Kopf-Code von der Hauptseite
Style-Sheet:Code:<?php defined( '_JEXEC' ) or die( 'Restricted access' ); ?> <!-- Doctype --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- HTML --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" ><head> <link rel="stylesheet" href=”<?php echo $this->baseurl; ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> </head> <body>
Bitte helft mir. :(Code:body { font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; background:#000; margin:0; padding:0; color: #2c1301; font-size: 14px; } a:link { color:#990000; text-decoration:none; } a:visited { color:#990000; text-decoration:none; } a:hover { color:#660000; text-decoration:underline; } a:active { color:#990000; text-decoration:none; } h1 {font-size:16px; } h2 {font-size:14px; font-weight:normal; text-align:right; } #bgheader { background:url(../images/bg-header.png) no-repeat center top; height:490px; } #master { position:absolute; width:854px; left:50%; top:10px; bottom:50px; margin-left:-427px; } #header { width:854px; height:461px; } #zufallsbild { position:absolute; width: 505px; height: 300px; left:50%;} #contentl { width: 854px; background:url(../images/bg-contl.png) repeat-y; padding-top:0; margin-top:0; } #contentpl { width: 774px; padding-left:40px; padding-right:40px; } #content { width: 774px; background:url(../images/bg-maingrey.png); } #contentr { width: 854px; background:url(../images/bg-contr.png) repeat-y right; } #footer { width:854px; height:45px; text-align:center; font-size:11px; color:#666; padding-bottom:0px; background:url(../images/bg-contu.png) no-repeat; } #footer a:link { color:#666; text-decoration:none; } #footer a:visited { color:#666; text-decoration:none; } #footer a:hover { color:#666; text-decoration:underline; } #footer a:active { color:#666; text-decoration:none; } #copyright { width: 854px; text-align:center; font-size:11px; color:#ccc; padding-bottom:10px; } #copyright a:link { color:#ccc; text-decoration:none; } #copyright a:visited { color:#ccc; text-decoration:none; } #copyright a:hover { color:#ccc; text-decoration:underline; } #copyright a:active { color:#ccc; text-decoration:none; }


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen