Quote:
Originally Posted by xjuliox
Hello,
I made a sponsors box that says on the LEFT side Sponsor Links but i would like to add more text to the line but i want it to show on the right side.
Can someone tell me how i can do it?
|
I think this is what you mean:
Code:
<tr>
<td class="thead" align="left">Sponsored Links</td>
<td class="thead" align="right">More Info</td>
</tr>
[/QUOTE]
might have to change colspan on other cells, just depends on the rest of that table.