Link to Us
Please feel free to link to us on your site! Just follow these simple steps:
- Pick a link you like
- Highlight the code in the orange box
- Copy the code (Ctrl+C)
- Open up your page in a text editor (like Notepad)
- Paste the code into the text editor (Ctrl+V)
- Save your work
Text Link
<a href="http://www.plastproinc.com/" target="_blank">Plastpro</a>
Changing the Text Link
Feel free to change the above link text (the part that reads, "Plastpro" right now). To link to a page besides the home page, just replace the website address in the link with the address of the page you want to link to.
So if you wanted to link to the Plastpro Planking page, your code would read:
<a href="http://www.plastproinc.com/fiberglass-entry-doors/plastpro-molding.html" target="_blank">Plastpro Planking</a>
And your link would look like: Plastpro Planking
170 x 40 Image
<a href="http://www.plastproinc.com/" target="_blank"><img src="http://www.plastproinc.com/images/plastpro-logo-new.gif" width="170" height="40" border="0" alt="Plastpro" /></a>