please help me figure out how to do this :\

On your header template you'll find something like this:

Code:
<li><a href="[color=Blue]http://www.xbox.com[/color]" class="[color=Red]xbox[/color]">Xbox</a></li>

The red part it's the class, this can be different depending on the name that they use for the button, but i'm sure you'll find an structure similar to this one.

For the sidebar part you shoud look for:

Code:
<div id="[color=Red]sponsors[/color]" class="sidebox">
					<h2>sponsors</h2>
					<ul>
						<li><a href="[color=Blue]http://anything.com[/color]">ads anything</a></li>

Once again class and divid can be different, but the structure will be similar to this one.

Hope i'd helped you.
 
Back
Top