Link a word to another page
Last Post 02/10/2009 6:10 AM by Joseph Craig. 3 Replies.
Author Messages
claude
Nuker
Nuker
Posts:17


--
01/30/2009 1:17 PM
    I wonder how to create a link to a word that direct to another page
    Thanks
    Claude
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    01/30/2009 1:21 PM
    If you want to create a link from some text to another page (and assuming that the text is in a copy of the Text/HTML module):
    • Edit the module's text
    • Highlight the word or words you want to turn into a link
    • Select the link tool from the editor's toolbar (it has a chain link in the icon)
    • use the options there to choose the link (if you want to link to a page on the site, choose that option, and choose the page)

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    yassin sayed
    Nuke Newbie
    Nuke Newbie
    Posts:4


    --
    02/10/2009 5:53 AM
    I realy have the same problem i create module with multiple page and it work fine with then main page but when i click to

    Response.Redirect(NavigateURL(PortalSettings.ActiveTab.TabID, "e3lanSearch", "mid=" & CStr(ModuleId)))

    i got the e3lansearch control module but the rest module in the page get disappear except the dnn navigation , dnn search , dnn log

    where the html module and the rest get disapppear please any one can help me with this
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    02/10/2009 6:10 AM
    My advice is to look at the module development tutorials at adefwebserver.com.  Michael has at least one tutorial on module navigation.

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---