Skip to main content
billc23
Participant
December 13, 2016
Answered

How do you insert an image placeholder in CC 2015?

  • December 13, 2016
  • 2 replies
  • 1877 views

How do you insert an image placeholder in CC 2015?

    This topic has been closed for replies.
    Correct answer Jon Fritz

    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.

    2 replies

    Nancy OShea
    Community Expert
    Community Expert
    December 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
    billc23
    billc23Author
    Participant
    December 13, 2016

    thank you.

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

    Jon Fritz
    Community Expert
    Jon FritzCommunity ExpertCorrect answer
    Community Expert
    December 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.

    billc23
    billc23Author
    Participant
    December 13, 2016

    Thank you

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