Hello, firstly is this possible?
Secondly I have used iframes although the content is the same for both even though I have different id's and name's.
Heres the code so far:
Any suggestions please.
<div id="main_2">
<iframe src="featured_iframe.php" target="iframe_for_featured" name="iframe_for_featured" id="iframe_for_featured" height="294px" width="288px" style="border: none;">
</iframe>
</div>
<div id="main_3">
<iframe src="news_iframe.php" name="iframe_for_news" id="iframe_for_news" height="162px" width="288px" style="border: none;">
</iframe>
</div>
Cheers