Click to See Complete Forum and Search --> : Alternative to an iframe on myspace?


papa_face
02-22-2007, 10:30 AM
Hello,
I was wondering, I have an iframe that I want to put onto myspace, however myspace doesnt allow iframes and replaces the tags with [iframe], so you cant put one on.
Is there some other way I can get the source for the iframe to be displayed on myspace?
e.g:
<iframe src="http://google.com" style="border:1px black solid;" scrolling="yes" frameborder="yes" align="center" height = "300px" width = "50%">
</iframe>
wont work, but i would still like google.com to load on my myspace profile.

The reason why i need this, is because im designing a script that i would like to let people display it on their myspace profile.
I heard somewhere that it can be done by generating an image via PHP of the site you want to display and include an image in the page rather than an iframe.
Any help would be appreciated.