Do any of you guys know how to display HTML on an image?? I've always been wondering how... Thanks in advanced
??? displaying html on image??? what do you mean?
I mean what I said... I want to display say flash or something on an image..
that is what I dont understand, displaying html on image? do you mean, showing html with image as background?
ok here.. lets say i use <img src="blah.gif"> when I call that img then I want it to display say flash or a frame or etc
how bout using javascript
<img src="blah.gif" onLoad="window.open();" >
i wanna do it with php... so i can just use the image tag and I can display a full page of crap with just one tag on other host....
how bout echo '<img src="blah.gif" >'; include ("file.php");
in the place I wanna do it at doesn't allow php... all i want is to use the img tag and it displays a full load of html content