Quote:
Originally Posted by Evolution06
How can I make this side column less wide? www.websourcenetwork.com for example I have adjusted alot of the width % I can find but have not found the correct one as of yet.
Edit: I took it off for now it was bugging me but has anyone had the problem of the side bar being too wide?
|
Hi I also had this problem and managed to sort it. In the code you insert above the footer you will find this
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="200"> <thead><tr><td class="thead">Sponsor</td></tr></thead><tbody>
<td class="alt1" nowrap="nowrap">
this you want object..
Sponsor Link or promos banners..
</td>
</table>
It is the
Quote:
this you want object..
Sponsor Link or promos banners..
|
bit causing the problem. you either need to shorten it or maybe you can wrap the text? I am not sure how to wrap the text as i am still a newbie but when i shortened it it was fine
Hope that helps
madotds