Click to See Complete Forum and Search --> : Iframes


GreyFaerie
09-20-2003, 10:15 AM
I have an iframe on my site... www.playingwithfaeries.com all of them work excpet for the frist page i want to show up on the index. how can i fix this?

Khalid Ali
09-20-2003, 10:27 AM
this linein your code is invalid

<iframe src="C:\Documents and Settings\Ashley\My Documents\Neopets\Guild Site\Pages\News.htm" name="main" width="100%" height="500" frameborder="0" style="position:relative; margin: 3px 0px 0px 0px; height: 540;">
</iframe>

you can not reference a file from your hard disk to the webserver like that.

make sure the resource is at the webserver

GreyFaerie
09-20-2003, 10:33 AM
i didnt know that was there lol... thanks

Khalid Ali
09-20-2003, 10:35 AM
you are welcome:D