View Single Post
Old 12-28-2007, 12:26 PM  
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Iframe = no link juice = no SEO benefits

Suggestion.

Replace
Code:
<iframe src ="http://www.adultlinkexchange.com/code/17" scrolling="auto" width="324" height="750" frameborder="0"> </iframe>
with this;
PHP Code:
<? @include("http://www.adultlinkexchange.com/code/17"); ?>
OR

PHP Code:
<?=file_get_contents("http://www.adultlinkexchange.com/code/17")?>
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote