<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<base href="[(site_url)]"></base>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" media = "screen" href="assets/templates/tutorial/css/airbiopflayout.css" />
<title>[(site_name)] | [*pagetitle*]</title>
</head>
<body>
<div id="container">
<div id ="branding">
<div id = "branding1">
</div>
</div> <!--end of branding-->
<div id="banner2">
<h1><a id="logo" href="[~[(site_start)]~]" title="[(site_name)]">[(site_name)]</a></h1>
<h2>[*longtitle*]</h2>
[!Wayfinder?startId=`0`&level=`1'!]
</div><!--end of banner2-->
<div id = "centre">
[*content*]
</div><!--end of centre-->
<div id="left">
</div> <!----end of left---->
<div id = "rt">
[*rtext*]
</div><!----end of rt--->
<!----end of rt--->
<div id="footer">
<p> {{myfooter}}</p>
</div><!----end of footer--->
</div><!----end of container--->
</body>
</html>
#banner2 ul {
list-style: none;
}
#banner2 ul li {
float: left;
}
#banner2 ul li a {
display: block;
padding: 0.4em;
}#banner {
margin: 5px 0 0;
text-align: center;
width: 780px;
}
#banner2 {
text-align: center;
margin-right: auto;
margin-left: auto;
display: inline;
}
body {
margin: 0px auto;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
min-height:100%;
width: 100%;
background: #FFE2C6;
}
#container{
width:780px;
text-align:center;
margin: 0 auto;
background: #FFF4EA;
}
#left {
text-align: center;
margin: 5px;
padding: 10px;
float: left;
width: 180px;
}
#rt {
margin: 5px;
padding: 10px;
width: 180px;
float: right;
}
#centre {
margin: 5px 210px;
padding: 16px;
border-left: 1px solid #666;
border-right: 1px solid #666;
}
/*==these are divisions between centre for flasing messages==*/
#centre2 {
padding: 10px;
margin-left: 210px;
margin-top: 5px;
margin-bottom: 5px;
text-align: left;
text-indent: 1em;
}
#message {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
color: #FFFFFF;
background: #0099FF no-repeat center;
margin: 2px auto;
padding: 2px;
width: 330px;
border: 1px solid #333333;
}
#background {
background: #FF0000 no-repeat;
text-align: center;
margin: 1px;
padding: 1px;
font: bold 80% Arial, Helvetica, sans-serif;
border: 1px outset #000000;}
/*=====message ends here=========*/
#footer {
background: #FFCA95;
text-align: center;
clear: both;
width: 780px;
border-top: 1px solid #666;
}
#rt p {
font: 80% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
p{
font-size:90%;
background: #FFCA95;
border-top: 1px solid #666666;
border-bottom-width: 1px;
border-bottom-style: solid;
text-align: justify;
}
#footer p {
font: 80% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
background: #ECE9D8;
color: #000000;
}
ul {
list-style: disc inside;
margin-bottom: 2px;
margin: 0px;
}
li {
background: #FFCA95;
margin: 2px;
list-style: disc inside;
font: 90% Verdana, Arial, Helvetica, sans-serif;
padding-bottom: 0px;
}
h1,h2,h3,h4,h5 {
background:#ffca95;
font-size: 90%;
color:red:
; color: #990000;
}
#centre h2 {
font-size: 105%;
}
#centre h1 {
font-size: 110%;
}
/* ===== BRANDING ===== */
div#branding
{ height: 52px;
background: url(../images/airbopfbannew.gif) no-repeat bottom;
}
/*=======navigation========*/
#banner2 ul
{
padding:0px 10px 10px 0px;
list-style:none;
}
#banner2 ul li
{
float: left;}
#banner2 ul li a
{
/*display: inline;*/
padding 0.4em;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<base href="[(site_url)]"></base>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" media = "screen" href="assets/templates/tutorial/css/airbiopflayout.css" />
<title>[(site_name)] | [*pagetitle*]</title>
</head>
<body>
<div id="container">
<div id ="branding">
<div id = "branding1">
</div>
</div> <!--end of branding-->
<div id="banner2">
<h1><a id="logo" href="[~[(site_start)]~]" title="[(site_name)]">[(site_name)]</a></h1>
<h2>[*longtitle*]</h2>
[!Wayfinder?startId=`0`&level=`1'!]
</div><!--end of banner2-->
<div id="inner-container">
<div id="left">
</div> <!----end of left---->
<div id = "rt">
[*rtext*]
</div><!----end of rt--->
<!----end of rt--->
<div id = "centre">
[*content*]
</div><!--end of centre-->
</div>
<div id="footer">
<p> {{myfooter}}</p>
</div><!----end of footer--->
</div><!----end of container--->
</body>
</html>#inner-container {
clear: left;
}
[#*content*] before so I can’t say if there’s a difference? Maybe that’s an old way of calling variables?
Quote from: bob1000 at Oct 10, 2008, 08:05 PM
[#*content*] before so I can’t say if there’s a difference? Maybe that’s an old way of calling variables?
You use [#*content*] if you want the content area to be editable in the front end using quick edit
/k