Hello, I want to have an icon linked with text next to it, seams simple but can't figure it out???
If you take the index.html page in the example: /js/jquery.ui.1.7.1/index.html and add the following to the page: <a href="#"><span class="ui-icon ui-icon-pencil"></span>Edit</a> You get the icon pencil a line break then the text. using this code: <a href="#"><span class="ui-icon ui-icon-pencil">Edit</span></a> you get the icon pencil and no visible text... So what is the proper way to have linked text with an icon on the left side of the text? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
