PDA

View Full Version : Greenleaves Template Add text next to logo


Cblizz93
07-18-2007, 09:22 PM
I am using the greenleaves template and I have plenty of white space alongside my logo at the top of each page. I was wondering what I need to do to add some text to fill in the void. I searched around but I couldn't find a thread on the subject, although I've seen others using the greenleaves template who either have a banner or text in that area.
Thanks!!

Dave Baker
07-19-2007, 04:26 AM
Hello Cblizz93,
The easiest way for me it's:
***Open template/Greenleaves/header.tpl and find code***

<div class="header">
<!-- logo start -->
<div class="logo"><a href="/"><img src="{$img}logo.gif" alt="" title="" /></a></div>
<!-- logo end -->

***Below add***

<div style="position: absolute; top:10px; right:10px;"><img src="http://www.esyndicat.com/forum/images/misc/logo.gif"></div>

10 - change it with appropriate positions.
***Save file***

Cblizz93
07-19-2007, 09:53 AM
Thanks Dave,
Now that I see how to do it I'll have to sort out exactly what to put there!

Dave Baker
07-19-2007, 12:04 PM
You're welcome Cblizz93 :)