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

Absolute URL

New Here ,
Jul 30, 2018 Jul 30, 2018

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

Thank you.

1.5K
Translate
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.

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

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 is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
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

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)

Translate
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

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
Translate
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

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!

Translate
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
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
Translate
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

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

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
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