Copy link to clipboard
Copied
How do you insert an image placeholder in CC 2015?
The button was removed a while back.
The easiest way would be to create a quick bit of code linking to an image of your choice...
<img src="some-remote-image.jpg" alt="something pithy" />
Highlight the code and create a Snippet for it. From there on out you can assign a keyboard shortcut/keyword trigger (depending on version of DW) or double click the Snippet to add your placeholder.
Copy link to clipboard
Copied
The button was removed a while back.
The easiest way would be to create a quick bit of code linking to an image of your choice...
<img src="some-remote-image.jpg" alt="something pithy" />
Highlight the code and create a Snippet for it. From there on out you can assign a keyboard shortcut/keyword trigger (depending on version of DW) or double click the Snippet to add your placeholder.
Copy link to clipboard
Copied
Thank you
On Tue, Dec 13, 2016 at 9:43 AM, Jon Fritz II <forums_noreply@adobe.com>
Copy link to clipboard
Copied
For placeholders, I've been using dummyimage.com.
I created a custom snippet for it so it's very easy to insert when I need one.
<img src="http://dummyimage.com/500x325.jpg" alt="#">
Change dimensions as required.
Copy link to clipboard
Copied
thank you.
On Tue, Dec 13, 2016 at 11:46 AM, Nancy OShea <forums_noreply@adobe.com>
Find more inspiration, events, and resources on the new Adobe Community
Explore Now