• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Absolute URL

New Here ,
Jul 30, 2018 Jul 30, 2018

Copy link to clipboard

Copied

I need to use absolute image URLs in editable template regions. How can I do this?

Thank you.

Views

874

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Aug 02, 2018 Aug 02, 2018

Absolute URLs must be entered manually in the Properties panel or in Code view.  DW cannot know what the full URL should be.   See screenshot.

Votes

Translate

Translate
Community Expert ,
Jul 30, 2018 Jul 30, 2018

Copy link to clipboard

Copied

You are not giving us much information to work off.

If the image is hosted within your website: In general, it is considered best-practice to use relative URLs, so that your website will not be bound to the base URL of where it is currently deployed. For example, it will be able to work on localhost, as well as on your public domain, without modifications. Especially handy when moving to HTTPS.

If the image is hosted on another website: You will need to have permission to use the image.

In either case, the format is: <img src="path-to-image/the-image.jpg" alt="image description or similar"> where the extension may change in respect to the type of image. The fact that you are working in an editable region of a template should make no difference.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 31, 2018 Jul 31, 2018

Copy link to clipboard

Copied

My images are on a subdomain, and will be used on multiple sites. All images are licensed, CC, or public domain.

I understand the format. I want Dreamweaver to understand the format. It keeps shortening the URL (/cc2/this-image.jpg) or making the URL local (c://folder/folder/cc2/this-image.jpg)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 31, 2018 Jul 31, 2018

Copy link to clipboard

Copied

As Ben said, you must define your local site folder first.  For example, C:\MyTestSite

CC-localsite.jpg

Absolute path to images.

<img src="https://example.com/images/img1.jpg" alt="description">

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 01, 2018 Aug 01, 2018

Copy link to clipboard

Copied

Gah. I've always had it where there was one folder that held everything in subfolders (html in one, a few dozen various image folders).

I have created a new site, moving the HTML out of images folder. I have defined the site/ linking the images folder as above. I still only receive relative to doc, or full path to image on my hard drive, not an absolute path to the image on the server.

Thanks for the help!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 02, 2018 Aug 02, 2018

Copy link to clipboard

Copied

LATEST

Absolute URLs must be entered manually in the Properties panel or in Code view.  DW cannot know what the full URL should be.   See screenshot.

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 31, 2018 Jul 31, 2018

Copy link to clipboard

Copied

Have you defined your site? See for more Define a site |

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines