View Full Version : Somthin small needed
Mystic Gohan
09-14-2002, 12:30 AM
I need two things and it shouldnt be too hard for you.
1. I need to know how to move my Posts Theads to the right. Please see my forum to see what I mean. www.gotdbz.com/vb
2. I need the link to the hack that counts posts and tell me how to put it in the uper right corner.
[D]Vincent
09-14-2002, 12:56 AM
Do you mean the -[newthread]- thing? You want that moved to the right?
And what the hell are you talking about that counts posts >_<
Try going into a little more detail.
Mystic Gohan
09-14-2002, 01:12 AM
sorry I mean to the right of the forum title you see [Posts: blah | Threads: blah] I want that to the far right and I found and installed that other thing I needed
futureal
09-14-2002, 02:22 AM
This is just an HTML template change.
Enclose the text you'd like on the right inside a <DIV> tag, such as:
<div align="right">
Your text...
</div>
That should work (I think).
[D]Vincent
09-14-2002, 02:39 AM
Wouldn't that start a new line? Or is that just p align that does that.
futureal
09-14-2002, 05:07 AM
I don't think that DIV necessarily starts a new line. I'd have to test it, though, to remember. If that doesn't work, you just need to use a simple table.
<table width="100%" border=0 cellpadding=0 cellspacing=0>
<tr>
<td align="left">
Forum Name
</td>
<td align="right">
Post Info
</td>
</tr>
<tr>
<td colspan=2>
everything else
</td>
</tr>
</table>
I think that would also accomplish the same thing.
Mystic Gohan
09-15-2002, 12:13 PM
I took it off for now I will test later thanks though
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.