+ Antworten
Ergebnis 1 bis 3 von 3

Thema: Style Sheet werde nicht geladen.

  1. #1
    Neu an Board
    Registriert seit
    13.12.2011
    Beiträge
    4
    Bedankte sich
    2
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Unglücklich Style Sheet werde nicht geladen.

    Hallo, der Style-Sheet wird nicht auf meine Seite eingebunden... :(

    Kopf-Code von der Hauptseite
    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>
    Style-Sheet:
    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; }
    Bitte helft mir. :(
    Geändert von mbcool (21.12.2011 um 18:45 Uhr)

  2. #2
    War schon öfter hier Avatar von proversus
    Registriert seit
    19.05.2008
    Ort
    Eckental
    Beiträge
    125
    Bedankte sich
    7
    Erhielt 11 Danksagungen
    in 10 Beiträgen

    Standard

    // no direct access
    defined( '_JEXEC' ) or die( 'Restricted access' );
    ?>
    <!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
    <head>
    <jdoc:include type="head" />

    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
    Holger Hoffmann

  3. Erhielt Danksagungen von:


  4. #3
    Neu an Board
    Registriert seit
    13.12.2011
    Beiträge
    4
    Bedankte sich
    2
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Danke hat geholfen!

+ Antworten

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein