Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. <p>
  2. Do the thing.  You want it to look like this:
  3. <?php if($images_on) { ?>
  4. <img src="image1.png" alt="Best Example">
  5. <?php } else { ?>
  6. <a href="image1.png">Best Example</a>
  7. <?php } ?>
  8. If you see lots of bubbles, you're doing it wrong.
  9. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement