i am trying to edit the forumhome temp and i want to move $pminfo to the top of it, i am on 2.2.0 and it is seeming when i move it to just mess everything up? could anyone help
Announcement
Collapse
No announcement yet.
Forumhome edit problem
Collapse
X
-
Where exactly are you placing it?
This is where I put it, and it works great:
Code:$pminfo <tr align="center"> <td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td> <td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td> </tr>
-
This is how that portion of my forumhome template looks like:
Code:$loggedinusers $pminfo <tr align="center"> <td bgcolor="{forumhomebar}" colspan="5" align="left"> </td> </tr> <tr align="center"> <td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td> <td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td> </tr> $forumbits
Comment
-
ohh i see you added a extra bar in it to space it... wish the was a better way so going it.. hmm one more question
i am trying to have my header code using leftmargin="0" rightmargin="0" topmargin="0", but with my main body i want it to be like leftmargin="5" rightmargin="5" do you know how to do this?
Comment
-
Well it looks pretty good on vBulletin.org since the border and background colors are almost the same.
And you lost me there with that, I'll come back when I learn some real HTML.
Comment
-
@[email protected] tell me about it, i think i need to learn html aswell... heh but what i want in tearms ir the have my Logo touching the top and left corner of the window with no space and then have my main body spaced from the window boarder.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment