Hello, I know, the title is confusing 'Side Text'...
But this is what I mean by Side Text:
http://img580.imageshack.us/img580/7614/123go.png
Now to change that, all you need to do is go into the inc/tpl folder of your directory (C:\xampp\htdocs\inc\tpl\generic-column3.tpl) and open the generic-column3.tpl file with notepad!
Add this code underneath whatever text is in that file:
Then save it, and you should have a bar on the side, a bit like in the picture ;)PHP Code:<div id="column3" class="column">
<div class="habblet-container ">
<div class="cbb clearfix red ">
<h2 class="title">YOUR TEXT HERE</h2>
<div id="hotcampaigns-habblet-list-container">
<center>Put your text here, blablabla...
</center>
</div>
</div>
</div>
<?php /*
<div class="habblet-container ">
<div class="cbb clearfix ">
If I have coded this wrong, please tell me so I can fix :)
This will help noobs, and thanks again :tongue:

