windows mobile - meta tags - inject into all pages
I just tested my site on windows phone. Most of the many browser quirks can be handled through css, but one seems to need a meta tag for which there is no css equivalent. It's meant to stop the browser applying its own click highlighting:
meta name="msapplication-tap-highlight" content="no"
I'm not generating the site as a single page - I assume if I did a single meta tag would apply site wide - is this true?
The site I'm building doesn't really suit the single page approach, so Is there a way of injecting stuff into the head in an appery project that will apply to all pages when exported? (If not, it could be a good idea.)
Thanks,
John