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

Dreamweaver image links keep changing

Explorer ,
Dec 10, 2024 Dec 10, 2024

I've been using Dreamweaver for years and have the most updated version on my Mac OS sequoia. Suddenly,When I add a link to an Image, despite saving it, it does not stay, but instead changes to whatever the next images is linked to. Anytime I create a link for an image all the images in that block change links. Don't know what to do at this point would appreciate any assistance

213
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 10, 2024 Dec 10, 2024

Normal hyperlinked image code should resemble this:

<a href="some_link.html"><img src="myimage.jpg"></a>

 

By the sound of things, you have somehow combined multiple images and anchors into a single string of code. 

 

Validate code and fix all reported errors.

Window > Results > Validation...  check document.

 

Or use the online validation service below.

https://validator.w3.org/

 

 

Translate
Community Expert ,
Dec 10, 2024 Dec 10, 2024

in the future, to find the best place to post your message, use the list here, https://community.adobe.com/

p.s. i don't think the adobe website, and forums in particular, are easy to navigate, so don't spend a lot of time searching that forum list. do your best and we'll move the post (like this one has already been moved) if it helps you get responses.



<"moved from using the community">
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 10, 2024 Dec 10, 2024

OK, thanks for the tip.

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 10, 2024 Dec 10, 2024

no problem 

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 10, 2024 Dec 10, 2024

Normal hyperlinked image code should resemble this:

<a href="some_link.html"><img src="myimage.jpg"></a>

 

By the sound of things, you have somehow combined multiple images and anchors into a single string of code. 

 

Validate code and fix all reported errors.

Window > Results > Validation...  check document.

 

Or use the online validation service below.

https://validator.w3.org/

 

 

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

Thanks. Very much, I believe I've sorted it out.

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