I am using the sidebar (Which I love, and thank you very much!!!), However, I cannot seem to get the blocks to show as "Individual" blocks.
For example, in the left hand column I am using Block 1 - which shows navigation buttons.
In Block 2, I have the following code
PHP Code:
<tr>
<td><p align="center"><b><font color="#BC496B">SPONSORS</font></b><br>
SPONSOR CODE SNIPPED</p>
</td>
</tr>
But, they all seem to run together like 1 Big long block instead of seperate ones,
block 1
block 2
block 3
How do I make them show individually?
(Just a note, I tried adding <br /> to the end of the code in box 2, but it only made the default box lower, rather than Block 2.