http://w5webdesigns.com/bwick/
I want the phone number to display as a clickable link that will activate the system phone, that works so far but I need to remove the button so all you see is the phone number. How does that work?
<a href="tel:1518279392">518.279.392</a>
jQuery mobile applies their brand of mobile friendly ui styling. You can either inspect the element with Firebug or Chrome Dev Tools to pinpoint which styles you don’t want and then specifically write your own CSS that will override those styles. Or you can try the method from this answer.