Hi John,
I've been struggling all day to place the banner skin object into my desired position. Take a look at this screenshot and you'll understand.
Can you please help me work out the appropriate codes? Thanks very much.
Here's the header part of the skin in skin.ascx :
<spanid="dnn_ctr2108_ContentPane"align="left"><spanclass="Forum_Normal"id="spBody"><tr>tr><br/><tdalign="center"height="80"> td><br/> <divid="header"><br/> <divid="headerlinks"><br/>div>div><br/><br/> <dnn:loginid="dnnLOGIN"cssclass="login"runat="server">dnn:login><br/> <br/> <dnn:userid="dnnUSER"cssclass="user"runat="server">dnn:user><br/> [/quote]<br/><dnn:logoid="dnnLOGO"runat="server">dnn:logo><br/> [/quote]<br/><br/>
And here's the parallel values in skin.css :
#header {width:95%; padding:0px; text-align:left; padding-bottom: 15px; } #dnn_dnnLOGO_imgLogo {margin-top:15px;} #headerlinks { float:right; font-size: 11px; text-align: right; }.login, a.login:link, a.login:visited, a.login:active, .user, a.user:link, a.user:visited, a.user:active { background: url('bullet.gif') no-repeat top left; font-weight:bold; text-decoration: none; padding-left:20px; padding-right:0; padding-top:0; padding-bottom:0; } a.login:hover, a.user:hover { background: url('bullet.gif') no-repeat top left; font-weight:bold; text-decoration: none; }
|