LINKING TO POLLSTAR FROM YOUR WEB PAGE
There are a variety of ways you can link to Pollstar. The simplest way is to link to our home page. You can do this by adding the following in your web page:
<!-- Pollstar link STARTS here -->
<a href="http://www.pollstar.com">
<img src="http://images.pollstar.com/icons/polltour.gif" align=center></a>
<!-- Pollstar link ENDS here -->
Or to search the Pollstar Tour Database directly by Artist, copy the following HTML code:
<a href="http://www.pollstar.com/tour/searchall.pl?By=Artist&Content=FirstName+LastName&Exact=Y">Artist Name goes here</a>
To search the Pollstar Tour Database directly by City, copy the following HTML code:
<a href="http://www.pollstar.com/tour/searchall.pl?By=City&Content=City+ST&Exact=Y">City Name goes here</a>
To search the Pollstar Tour Database directly by Venue, copy the following HTML code:
<a href="http://www.pollstar.com/tour/searchall.pl?By=Venue&Content=VenueName,City,ST"&Exact=Y">Venue Name goes here</a>