Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleExample Markup
linenumberstrue
<div class="img_thumbnail with-caption">
  <img  <!-- set style='max-width: ___px' on the image element, max-width needs to be equivalent or less than the width of the image to contain the caption -->
    <img alt="" class="img-responsive" src="image.jpg" alt="Image of a stream" />
    <!-- copyright attribution, centered by default, set class to 'left' or 'right' to align text -->
    <span><small>&copy; &quot;TAFE Queensland &quot; YEAR</span>2015</small>
</div>
Center
Panel

© "TAFE Queensland " 2015

...