|
Melding it in your design
For doing this we are assuming that you have a design ready
for your site, i.e. your header and footer of the design.
See you have to note here that you will be starting your header
from the <body> tag. The content above that, will be put into head tags.
|
Goto your Administration Panel > Templates > Site Design
The sections it has are:
- Header Design
- Footer Design
- Head Tag content holder (anything you want in <HEAD></HEAD>
tags, e.g. css)
|

the header footer at a glance
|
Header Design
See all the above options are assigned to various variables,
e.g. for header, you have to just copy paste your design content
into the place which says
The header part in the file looks something like this:
|
<!-- Enter your Header Design here, Start Here -->
put
content in here simply copy paste.
(REMEMBER: Start from your header from <BODY>
tag only, use 3rd variable to put your head content)
<!-- End here -->
|
Footer Design
|
<!-- Enter your footer here -->
put
content in here simply copy paste.
(REMEMBER: Start from your header from <BODY>
tag only, use 3rd variable to put your head content)
<!-- End here -->
|
Head Tag content holder
It is used for putting your content which you put in your
site's design between the <HEAD></HEAD> tags.
e.g. linking a style sheet, javascript functions or whatever
you want in it. Just simillarly copy and paste the content
between the <!-- --> & <!-- --> marks. Note:
Albinator uses its own stylesheet and a javascript .js linked,
so please don't remove that just copy in your content ABOVE
it not below it ABOVE.
|
<!--Enter
your Header Coontent Start Here, e.g. Scripts,stylesheets
-->
put
your content in here leave other as it is
<link rel="stylesheet" HREF="{$dirpath}essential/default.css"
type="text/css">
<script language="JavaScript" src="{$dirpath}essential/default.js"></script>
<!--
End Here -->
|
|