problem displaying dnn:login and dnn:user on dnn:logo
Last Post 06/24/2009 12:34 PM by Joseph Craig. 5 Replies.
Author Messages
mkk
Nuke Pro
Nuke Pro
Posts:62


--
06/17/2009 11:56 AM
    HI, I am trying to display dnn:login and user on dnn:logo but i am not able to can u please help here is my code
    <dnn:LOGO runat="server" id="dnnLOGO" />
    mkk
    Nuke Pro
    Nuke Pro
    Posts:62


    --
    06/17/2009 11:57 AM
    i am attaching related files
    mkk
    Nuke Pro
    Nuke Pro
    Posts:62


    --
    06/17/2009 12:05 PM
    k the logo is actually big u can find it at http://explorefashions.com/ below menu there are register and login buttons, i am not able to display them on the right bottom of logo. Thanks
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    06/24/2009 8:14 AM
    Hello,

    If you place the login and register links inside their own div tag with an ID, you can specify something such as:

    #loginlinks {
    position: absolute;
    top: 10px;
    left: 10px;
    }

    Using this method you can position the login links anywhere on the page that you wish and you can place the source code for them at the end of your skin.

    dependant on the structure of your skin you may want to use:
    position: relative;


    We cover these kind of techniques in:
    Pure CSS SEO Layouts for DotNetNuke skins

    Thanks,
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    mkk
    Nuke Pro
    Nuke Pro
    Posts:62


    --
    06/24/2009 12:32 PM
    Thanks a lot lee
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    06/24/2009 12:34 PM
    In DotNetNuke 5.x, there is a "relocation" tool that might simplify doing things like that.

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---