Announcement

Collapse
No announcement yet.

Linking in Preview mode

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    Re: Linking in Preview mode

    yes exactly
    .
    .
    Nyoman

    Comment


    • #3
      Re: Linking in Preview mode

      Thanks a lot Nyoman

      Comment


      • #4
        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!

        Comment

        Working...
        X