PDA

View Full Version : Centering User Ranks


XGC Paravain
11-23-2013, 12:43 AM
I needed to resize my sidepost for a video player I resized it to 250 in the process all my user ranks are off center so I am wondering if there is a way to center them with out resizing all of them in photoshop, is there any way to use bbcode with the image path?

ShawneyJ
11-24-2013, 11:50 AM
i guess you are talking about the members user profiles and vbulletin 4 right side column? why couldn't you re-size the video? or even use the <center>...</center> Tags <div align=center>....</div>
example:

<BR>
<div align=center><a href="http://forums.com/forumdisplay.php?9-AG-Illuminatus"><img src="images/misc/banners/blah.jpg"></a></div>

i personally would not mess with of the sidebar profile coding as it just messes shit up. but yet,
Maybe BBcode could work:
example:

<a href="http://forums.com/forumdisplay.php?9-AG-Illuminatus"><img src="images/misc/banners/blah.jpg" width="200" height="150"></a></div>

not tested.

when i seen the title "Centering User Ranks", i thought this will be an easy one as your thread is in the VB3.x.x section. i thought it would be centering ranks in post_bit. but anyways.