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

Broken links images into Dreamweaver

Explorer ,
Dec 20, 2024 Dec 20, 2024

Hi!

 

Someone knows why all imaes is broken into Dreamweaver CS5 (I know, it´s an old version).

 

I´m working as a blind user whe I use Dreamweaver.

 

When I open the HTML into Google Chrome it´s all ok. 

471
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 , Dec 21, 2024 Dec 21, 2024

Are you using Absolute, Site Root-relative or Document-relative paths to images?

 

In Dreamweaver, Absolute links begin with https:// to an external image hosted on a public facing server.  "Site root-relative links" start from the main root folder of your website, while "document-relative links" starts from the current folder where the HTML page is located.  Essentially, site root links use a leading slash to reference files from the website's root directory.  Document relative links are based

...
Translate
Community Expert ,
Dec 20, 2024 Dec 20, 2024

Please supply the URL to the site, that way we can see for ourselves.

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
Community Expert ,
Dec 21, 2024 Dec 21, 2024

Are you using Absolute, Site Root-relative or Document-relative paths to images?

 

In Dreamweaver, Absolute links begin with https:// to an external image hosted on a public facing server.  "Site root-relative links" start from the main root folder of your website, while "document-relative links" starts from the current folder where the HTML page is located.  Essentially, site root links use a leading slash to reference files from the website's root directory.  Document relative links are based on the current page's location.

 

Site root relative links perform best when uploaded to a server, whereas document relative links work locally and on the server.

 

Hope that helps.

 

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
Explorer ,
Dec 28, 2024 Dec 28, 2024
LATEST

Thank you for aswer!

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