Adding the Feed to your own website
Direct Links
Direct link to the Insure Your Pets For Vets Introductory Page:
<a href="http://www.insureyourpet.co.uk/affiliates/webfeed/index.asp?aff=">Pet Insurance Advice</a>
Using Frames
The code required for a frames page link, assuming your main content frame is called 'main'
<a href="http://www.insureyourpet.co.uk/affiliates/webfeed/index.asp?aff=" target="main">Pet Insurance Companies</a>
Using iframes
Code required to place the content within an iframe on your own website:
(View example)
<iframe src="http://www.insureyourpet.co.uk/affiliates/webfeed/index.asp?aff=" id="the_iframe" height="500" width="100%" scrolling="yes" frameborder="0"> </iframe> |