Skip to content

Instantly share code, notes, and snippets.

@agmcleod
Created January 10, 2011 22:01
Show Gist options
  • Save agmcleod/773554 to your computer and use it in GitHub Desktop.
Save agmcleod/773554 to your computer and use it in GitHub Desktop.
<div class="agent">
<ul>
<li><a href="/Dumpster-Rental-Company/ME/Hermon-ME" class="a-city">Hermon</a></li>
<li><span>Local:</span><abbr title="+12075616611">207-561-6611</abbr></li>
<li id="tollFree"><span>Toll Free:</span> <abbr title="+18888695249">888-869-5249</abbr></li>
</ul>
</div>
<!-- to: -->
<div class="vcard">
<a href="/Dumpster-Rental-Company/ME/Hermon-ME" class="a-city fn url">Hermon</a><br />
<div class="tel"><span>Local:</span><abbr title="+12075616611">207-561-6611</abbr>
<span>Toll Free:</span> <abbr title="+18888695249">888-869-5249</abbr>
</div>
</div>
<!-- add server side if statement to hide tollfree if its empty -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment