Ciao a tutti,
sto facendo un template per Joomla,
ho collegato il file css all'index.php
Questo è il codice del css:
codice:
body {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.3em;
margin: 0;
padding: 0;
font-size: 13px;
background-image: url(../texture_brushes_black.jpg);
}
questo è il codice dell'index.php
codice:
<!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" type="text/css" href="css/template.css" />
</head>
<body>
</body>
</html>
Dovrebbe caricarmi lo sfondo sull'index ma non lo fa... rimane bianco...