This may seem like a dumb fucking question but I can't figure out how to do it
Example of what I need to do;
Change this:
Code:
<a href="http://www.blahblah.com"><img src="http://www.blahblah.com/blah.jpg"></a>
Into something like this:
Code:
<iframe src="http://www.blahblah.com/?????????" border="0" width="728" height="90" name="whatever" scrolling="no" frameborder="0"></iframe>
How do I do it?
It's probably something simple i've overlooked but I tried a few combinations and all have failed so far.
Any help would be greatly appreciated
