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

How do you insert an image placeholder in CC 2015?

New Here ,
Dec 13, 2016 Dec 13, 2016

How do you insert an image placeholder in CC 2015?

1.9K
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 13, 2016 Dec 13, 2016

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.

Translate
Community Expert ,
Dec 13, 2016 Dec 13, 2016

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.

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 ,
Dec 13, 2016 Dec 13, 2016

Thank you

On Tue, Dec 13, 2016 at 9:43 AM, Jon Fritz II <forums_noreply@adobe.com>

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 13, 2016 Dec 13, 2016

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.

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 ,
Dec 13, 2016 Dec 13, 2016
LATEST

thank you.

On Tue, Dec 13, 2016 at 11:46 AM, Nancy OShea <forums_noreply@adobe.com>

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