highrulez Posted July 27, 2013 Share Posted July 27, 2013 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 : {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: {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: <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 More sharing options...
0 Phun Posted July 27, 2013 Share Posted July 27, 2013 Hello, Could you create an admin account and send me the url and details please? I'll have a look for you if you want. Link to comment Share on other sites More sharing options...
0 highrulez Posted July 28, 2013 Author Share Posted July 28, 2013 already PMed you the details Link to comment Share on other sites More sharing options...
0 Phun Posted July 28, 2013 Share Posted July 28, 2013 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. 1 Link to comment Share on other sites More sharing options...
Question
highrulez
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 : {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: {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: <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