Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [caption id="my-caption-id" class="my-caption-class" align="alignnone" width="399"]
  2. <img src="whatever.jpg" alt="whatever" width="399" height="600" />
  3. My caption text
  4. [/caption]
  5.  
  6. <div id="my-caption-id"
  7. style="width: 409px"
  8. class="wp-caption alignnone my-caption-class">
  9. <img src="whatever.jpg" alt="whatever" width="399" height="600">
  10. <p class="wp-caption-text">My caption text</p>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement