Link tags
<a class="t3-button">Link button</a>
Form tags
<a class="t3-button">Link button</a>
<button>Button tag</button>
<input type="submit" />
<input type="button" />
Buttons with icons
<a class="t3-button">[sprite icon] Link button</a>
<button>[sprite icon] Button tag</button>
Disabled tags
<a class="t3-button disabled">Link button</a>
<button disabled="disabled">Button tag</button>
<input type="submit" disabled="disabled" />
<input type="button" disabled="disabled" />
Previous page «Tables» /
Next page «Flash messages»