Results 1 to 4 of 4

Thread: Linking in Preview mode
      
   

  1. #1
    devansh_gupta is offline Private
    Join Date
    Apr 2006
    Posts
    4

    Question Linking in Preview mode

    Hi,I wanted to know is it necessary to publish your website in order for your hyperlinked pages to work for I have tried to link one page to another but it does not work in the preview mode.
    Thanking you,
    Devansh Gupta

  2. #2
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: Linking in Preview mode

    yes exactly
    .
    .
    Nyoman

  3. #3
    devansh_gupta is offline Private
    Join Date
    Apr 2006
    Posts
    4

    Default Re: Linking in Preview mode

    Thanks a lot Nyoman

  4. #4
    DELOCH is offline Corporal
    Join Date
    Feb 2006
    Posts
    11

    Default Re: Linking in Preview mode

    preview in browser, view source, copy and paste into notepad, sava as

    index.html
    or other.html files

    correct version: <a href="my computer/c/index.html">My Index Page</a>
    <!--The a H refference means where it redirects, the /a closes it and My Index is what it shows-->

    i reccomend using HTML, BlueVoda builder is weak due it has no HTML to assist it

    ex:view in WYSIWYG mode
    ex:view in HTML mode
    ex:view in XHTML mode
    ex:view in XML/CSS/other
    ex:view as HTML/WYSIWYG mode

    :)

    voila!

    Basic HTML

    :)

    hope it helps!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49