Forum Moderators: open
Does anybody know will PR from the page containing iframe be transmitted to the link placed between iframe tags (link in text for iframe non-supporting browsers)?
The link in question is marked as bold below:
<iframe src="http://mysite.com/myphp.php" width=100 height=100>
<table width=100 height=100><tr><td>
[b]<a href="http://mysite.com/">MySite.com</a>[/b]
</td></tr>
</iframe>
Thanks.