MyBB Community Forums

Full Version: How do I center this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<div class="post_author" style="float: left; inset {border-style: inset; color: black;}">
				{$post['useravatar']} {$post['onlinestatus']}
				<br>
	<div class="author_information" >
			<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
			<span class="smalltext">
			{$post['groupimage']}
			</span>
	</div>


</div>
[attachment=37937]
I want the users Icon to be centered on the top how do I do that?
This is my code
Replace float:left; with text-align:center
(2016-11-30, 01:52 PM)KingLinux01 Wrote: [ -> ]
<div class="post_author" style="float: left; inset {border-style: inset; color: black;}">
				{$post['useravatar']} {$post['onlinestatus']}
				<br>
	<div class="author_information" >
			<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
			<span class="smalltext">
			{$post['groupimage']}
			</span>
	</div>


</div>

I want the users Icon to be centered on the top how do I do that?
This is my code

Can you provide clarification on what you mean by the user's icon? Do you mean their avatar, online status, userbar? Any clarification would be very helpful. Also please post a link to your forum. It's helpful in identifying issues when we can see the entire source of pages.