]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update button code example to match new syntax 10/head
authorMichael Wheeler <mpwheeler@gmail.com>
Thu, 14 Nov 2013 14:54:43 +0000 (09:54 -0500)
committerMichael Wheeler <mpwheeler@gmail.com>
Thu, 14 Nov 2013 14:54:43 +0000 (09:54 -0500)
docs/components/buttons.php

index dff8ce97e761d829cad211042d4370fb7e71b419..d8458d113a0df420164be5458c6c1628694a15d0 100644 (file)
@@ -5,10 +5,10 @@
 <p>To create buttons that look great in most clients, make a table of class <code>button</code> to wrap your <kbd>&lt;a&gt;</kbd> tag.  Buttons expand to the full width of their container by default, so if you don't want them to expand all the way, consider placing them in a <a href="#sub-grid">sub-grid</a> or <a href="block-grid">block-grid</a> element.</p>
 <h6>A Basic Button</h6>
 <?php code_example(
-'<table>
+'<table class="button">
   <tr>
     <td>
-      <a class="button" href="#">Button Label</a>
+      <a href="#">Button Label</a>
     </td>
   </tr>
 </table>'
       </table>
     </div>
   </div>
-</div>
\ No newline at end of file
+</div>