Quote:
Originally Posted by TCE Killa
This is great but I am trying to align it to the right my forums (where the quick forum jump is set).. At the moment it is automatically set to the left. I have tried aligning it in the template to the right but to no success. Any other ideas how to do this? Thanks.
|
You could put it in a table...
In the template cb_quickthread
Add at the beginning:
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="right">
<td><tr>
Add at the end:
HTML Code:
</tr></td>
</table>
I suppose it would make a difference exactly where you're putting the $quickthread variable though... For instance if you're putting in in the SHOWTHREAD template --- you could simply find:
HTML Code:
<td>
$forumjump
</td>
And add directly below:
HTML Code:
<td>
$quickthread
</td>
Anyway - Hope this helps...
Jacquii.