WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: Salesman on September 18, 2008, 04:18:45 PM

Title: Adjusting AllCSS2
Post by: Salesman on September 18, 2008, 04:18:45 PM
Hello,

I'm fairly new to WebsiteBaker (I have some knowledge of Joomla) and trying to build bake my first site using the AllCSS2 Template from the Template Repository.

The AllCSS2 template it self is fine, all I want to do is use an image/logo in the template instead of the website title.

I need some help to get this done as I do not want to ruin the setup if the index.php and the css.

So;

This is the part used in the index.php
Code: [Select]
<h1><a href="<?php echo WB_URL?>/"><?php echo WEBSITE_TITLE?></a></h1><br />

I know that I need to change that code here and also refer to the screen.css to get the image show the right way.

Hope someone can help me out/point me towards the solution.

Thanks!
Title: Re: Adjusting AllCSS2
Post by: Salesman on October 06, 2008, 11:46:40 AM
77 views and no one has a clue?  :|
Ow well  :wink:
Title: Re: Adjusting AllCSS2
Post by: mr-fan on October 06, 2008, 12:24:18 PM
maybe a new div... with your logo file...as backgroundimage of the div...

 :wink:

greets martin

Title: Re: Adjusting AllCSS2
Post by: doc on October 06, 2008, 01:14:04 PM
Hello,

the WebsiteBaker Help site explains how images can be added to your template.
http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/adding-template-functions.php#anker9

Regards Christian