vad har jag missat - Joomla! Forum - community, help and support
jag måste vara jätte trött eller nått.. för jag ser inte felet
css:
index.php:
hjälp någon?
css:
code: select all
/* css document */
body{
padding:0px;
margin:0px;
font-family:arial;
font-size:11px;
}
.outer_top{
float:left;
width:876px;
height:17px;
background: url(../images/outer_top.jpg) no-repeat;
}
.outer_middle{
float:left;
width:876px;
height:17px;
background: url(../images/outer_middle.jpg) repeat-y;
}
.outer_bottom{
float:left;
width:876px;
height:17px;
background: url(../images/outer_bottom.jpg) no-repeat;
}
.content{
width:850px;
}
index.php:
code: select all
<?php defined( "_valid_mos" ) or die( "direct access location not allowed." );?>
<!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(); ?>
<?php echo "<link rel=\"stylesheet\" href=\"$globals[mosconfig_live_site]/templates/$globals[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?><?php echo "<link rel=\"shortcut icon\" href=\"$globals[mosconfig_live_site]/images/favicon.ico\" />" ; ?>
</head>
<body>
<div class="outer_top"></div>
<div class="outer_middle">
<div class="content">
<?php mosmainbody(); ?>
</div>
</div>
<div class="outer_bottom"></div>
</body>
</html>
hjälp någon?
har du någon url som du kan pm:a eller maila? *Är lite lat av mig*
Comments
Post a Comment