<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>J-Mill Graphics &#187; Web</title>
	<atom:link href="http://www.jmillgraphics.com/category/design-information/web-design-information/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jmillgraphics.com</link>
	<description>Brand Design Defined</description>
	<lastBuildDate>Sun, 06 May 2012 07:46:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Adding phone links</title>
		<link>http://www.jmillgraphics.com/adding-phone-links/</link>
		<comments>http://www.jmillgraphics.com/adding-phone-links/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 19:50:58 +0000</pubDate>
		<dc:creator>jamie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design Information]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[phone numbers]]></category>
		<category><![CDATA[smart phone]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://jmillgraphics.com/?p=2669</guid>
		<description><![CDATA[Helpful little tidbit of info for those who have phone numbers in your websites. If you want your phone number to be clickable on a smart phone, in most cases this will happen by default because the phone can recognize phone number like patterns. This can also happen for things that just look like a phone number. If you want ...]]></description>
			<content:encoded><![CDATA[<p>Helpful little tidbit of info for those who have phone numbers in your websites. If you want your phone number to be clickable on a smart phone, in most cases this will happen by default because the phone can recognize phone number like patterns. This can also happen for things that just look like a phone number. If you want to disable phone number links, you can simply add this nice little line of code to your site:</p>
<pre class="fancy_code_box">&lt;meta name="format-detection" content="telephone=no" /&gt;</pre>
<p>Adding a clickable phone number is very helpful though. I actually had to add one to an image before, and it worked on the iphone and android phones. Just add a line of html like you would for a link or email, but using the tel tag:</p>
<pre class="fancy_code_box">&lt;a href="tel://123-456-7890"&gt;&lt;img src="IMG-HERE"&gt;&lt;/a&gt;</pre>
<p>Simple and works well. Of course the same rule applies if you want to add the code to text. Just take out the image part and write it how you would for a link.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jmillgraphics.com/adding-phone-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

