Shoutbox

Quick question - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: Quick question (/showthread.php?tid=91295)

Quick question by Jeeeee on 07-01-2009 at 07:41 PM

Hello all,

   I'm still skinning my logon screen, what I would like to be able to do right now is put the "Welcome back" on the left side of the DP. Is there a way to achive that???

I tried moving the:

code:
<Element Id=atom(idHeaderTitle) FontFace="Coconut-BoldD" FontSize=rcint("msgr",20983)pt Foreground=rcclr("msgr",20768) Padding=Rect(0,0,0,5)/>


in the
code:
<Element Layout=FillLayout() Active=0>
   <element layoutpos=auto layout=FillLayout() id=atom(idUserTileArea)>
      <element layout=FillLayout() id=atom(idUserTileVisibility) padding=Rect(4,20,0,0) visible=true>
         <element layout=FillLayout() id=atom(idUserTileContainer) class="Full">
            <element background=rcclr("msgr",20720)/>
            <MSGRAsyncImage tooltip=true errorimage=48024 loadingImage=48024 class="Full" id=atom(idUserTile) Enabled=false Accessible=true AccName=rcstr("msgr",46415) AccRole=40/>
         </element>
         <element id=atom(idUserTileBorder) class="Full" tag=1/>
      </element>
   </element>
</Element>


It's either on top or at the bottom but I can't put it on the left side!

Thanks