Chocola
10-14-2006, 03:47 AM
Ok the inside of an IFRAME is susspose to be wha? what does the src"yoururl.html" do? Does it have to be a file? Because whenever I put in my file of a CSS documentaion I want on a forum so people an view my forum instead of going there. so do I put the text document file in my compuer thier? Because it always appears as Fire Fox can not upload 201.1.908.7 . So is it that only I can not see it or everyone can not see it.
1. it should be...
src="yoururl.html"
2. you change that "yoururl.html" value to the value of a webpage. the webpage will appear inside of your iframe area.
Chocola
10-14-2006, 09:10 PM
So how do you find out the value of the page?
So how do you find out the value of the page?
The value of the page is the address of where the page is stored. For example, I have a guestbook, and the url is http://www.myurl.com/guestbook.html. So, the value of the page is http://www.myurl.com/guestbook.html.
Chocola
10-14-2006, 11:13 PM
The value of the page is the address of where the page is stored. For example, I have a guestbook, and the url is http://www.myurl.com/guestbook.html. So, the value of the page is http://www.myurl.com/guestbook.html.
Oh, thank you so much!