a few answers can be found if you search this thread...
1.) add at the top of your sidebar template <br />, that'll bring it even with your page.
2.) I didn't see it when I clicked the URL
3.) Here you're just using html... make the tables and add the links.
<tr>
<td class="alt1" align="center">
<a href="whatever you want your link to be"> Whatever </a>
</td>
</tr>
This is aligned for centering..... just basic html....
Hope that helps!
Ashley
|