Copy link to clipboard
Copied
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
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.
Copy link to clipboard
Copied
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">
Copy link to clipboard
Copied
OK, thanks for the tip.
Copy link to clipboard
Copied
no problem
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Thanks. Very much, I believe I've sorted it out.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now