I am trying to have a button with an icon and text. The icon on the left and text on the right. The following code gives me a button with an icon on top and text on the bottom.
<button class="btn-simple2" >
<a href="<%= Url.Action("Confirmation","Dashboard", new { id = Model.Data.Id })%>" rel="external" target="_blank" class="ui-icon ui-icon-print">
</a>Print Confirmation
</button>
How can I make them next to each other?? I have looked through the questions this site and that is how I got this far. Please help!
try, do some thing like that:
css:
html: