Skip to main content
wefollow
Inspiring
September 7, 2017
Answered

Image link to other website.

  • September 7, 2017
  • 2 replies
  • 836 views

I need to link images to link or forward to other website.

I add domain name  in Link section from image properties.

when I click on image it showed my domain name/other website address.

Thank you for reading,

James

    This topic has been closed for replies.
    Correct answer Jon Fritz

    Change https to http in your link and it will work fine.

    Your site is not set up on a secure socket layer, so the "s" can't be there.

    2 replies

    Nancy OShea
    Community Expert
    Community Expert
    September 8, 2017

    Did you add http:// or https:// protocol to your link field?

    Nancy O'Shea— Product User & Community Expert
    wefollow
    wefollowAuthor
    Inspiring
    September 8, 2017

    thanks but it doesn't work.

    I had StudioMX long times ago n I haven't use DW last two years.

    Because ecommerce website come with template.

    Don't laugh when you see the code.

    Main website polyusa.com other  edwardyoung.com

    I tried to forward from edwardyoung.com to polyusa.com when they click anywhere.

    thank you for your time,

       <nav class="secondary_header" id="menu">

          <blockquote>

            <blockquote>

              <p><a href="https://www.polyusa.com" target="_self"><img src="images/photoshop/Untitled-2.jpg" width="1000" height="200" align="middle" alt=""/></a>

               

               

              </p>

            </blockquote>

          </blockquote>

        </nav>

      </header>

      <section>

        <h2 class="noDisplay">Main Content</h2>

        <article class="left_article">

          <table width="1242" border="0" align="center">

            <tbody>

    Jon Fritz
    Community Expert
    Jon FritzCommunity ExpertCorrect answer
    Community Expert
    September 8, 2017

    Change https to http in your link and it will work fine.

    Your site is not set up on a secure socket layer, so the "s" can't be there.

    BenPleysier
    Community Expert
    Community Expert
    September 8, 2017

    Copy and paste the following into a new document and view in browser

    <!doctype html>

    <html>

    <head>

    <meta charset="utf-8">

    <title>Untitled Document</title>

    </head>

    <body style="background-color: crimson;">

    <div style="width: 75px; margin: auto; margin-top: 100px;">

    <a href="https://forums.adobe.com/message/9814358?et=watches.email.thread#9814358"><img src="https://forums.adobe.com/themes/adobe-global/images/logo-v2.png" alt=""></a>

    </div>

    </body>

    </html>

    As you can see, the full URL must be included in the link.

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!