Jump to content
WebFlake
  • 0

aligning problem.


highrulez

Question

Posted Image

 

currently i'm using the horizontal vew. this is the right side view of my user panel. how can i align all these words to top? i don't want the space between em.

 

userinfopane :

 

<ul class='horizontalInfoList' style='float: right; width: 190px;'> 			<li><img src='http://i1222.photobucket.com/albums/dd500/badnewz2/email.png' style='margin-right: 5px; margin-			bottom: 3px'>Posts :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']}			<li><img src='http://i1222.photobucket.com/albums/dd500/badnewz2/pc.png' style='margin-right: 5px; margin-bottom: 3px'>Joined:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{parse date="$author['joined']" format="DATE"}</li>					<li><img src="http://forum.jualjual.my/public/style_images/vanilla1/add1.png" style='margin-right: 5px; margin-bottom: 3px'> <br="" style="margin-left: -1px;"><style='margin-right: 13px; margin-bottom:3px'>Reputation:&nbsp;&nbsp;<b style="background: #dedede url({style_images_url}/_custom/highlight_med.png) repeat-x;    color: #6e6e6e; border: 1px solid #c8c8c8; padding: 2px 10px;">{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</b></li>			<ul class='horizontalInfoList custom_fields'>			<foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">				<foreach loop="customFields:$author['custom_fields'][ $group ] as $field">					<if test="$field != ''">						<li><img src='http://forum.jualjual.my/public/style_images/vanilla1/add2.png' style='margin-right: 5px; margin-bottom: 3px'>							{$field}						</li>					</if>				</foreach>			</foreach>		</ul>    </ul>

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Added a margin to the div "horizontalInfolist", that seemed to fix it.

 

<ul class='horizontalInfoList' style='float: right; width: 205px; margin-top: -25px;'> 
The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...