We are more than happy for people to add a link to McDavidUSA on their own site. This page shows you how to include a text or button link and includes the HTML needed. Choose the style of link that you prefer, click on the example to see what it does. When you are happy with it, copy the HTML and paste it into your own website.
Text link
Link text: McDavidUSA
For the link above, copy and paste the following HTML into your website:
<a href="http://mcdavidusa.com">McDavidUSA</a>
Button Link
For the link above, please save a copy of the McDavid logo on your computer. To download the image, right mouse click over the logo and select 'Save Picture As..' Select a location to store the file and click 'Save.' Then copy and paste the following HTML into your website:
<a href="http://mcdavidusa.com"><img height="46" src="McDavidLogo.jpg" width="165" alt="McDavidUSA"/></a>
To source the logo directly from the McDavid server, copy the code below:
<a href="http://mcdavidusa.com"><img height="46" src="/UserFiles/pages/Image/McDavidLogo.jpg" width="165" alt="McDavidUSA"/></a>