Kingsley |
|
---|---|
Lé HTML <div id="userid"> <div id="useravabox"> <div id="useravatar">{USERS_DETAILS_AVATAR}</div> </div> <div id="usernamebox"> <p style="font-size: 20px; margin-bottom:-18px; font-weight:bold;">{PHP.urr.user_name}</p><br /> <p class="small" style="vertical-align:middle;">{USERS_DETAILS_COUNTRYFLAG} {USERS_DETAILS_COUNTRY} | {USERS_DETAILS_GENDER}</p> </div> <div> <hr class="userhr" /> <p class="small" style="vertical-align:middle; text-indent: 5px;"><strong>Last seen:</strong> {PHP.urr.user_lastlog|cot_date('l, F d, Y', $this)} <strong>time:</strong> {PHP.urr.user_lastlog|cot_date('H:i', $this)}</p> </div> </div> Lé CSS #userid { line-height: 15px; padding: 15px; } .userhr { border-top: 1px solid #d2d2d2; border-bottom: 1px solid #efefef; border-left:0px; border-right:0px; height: 1px; border-collapse: collapse; } #useravabox { width: 45px; float: left; padding: 3px; border: 1px solid #d2d2d2; margin-bottom: 4px; } #useravatar img { width: 45px; height: 45px; } #usernamebox { width: 655px; float: right; line-height: 23px; border: 0px solid #000; } Added 27 seconds later: Replaced the code just now, cleaned it up a bit for you. |