HELP ! HTML + Mac problem
HELP ! HTML + Mac problem
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- turd0
crashed my machine. the page is continuosly loading pink iframes.
the problem could be that in your code, you have backslashes in the paths instead of forward slashes:
<IFRAME name=rightI src="site_frames
ews.html"it SHOULD be:
<IFRAME name=rightI src="site_frames/news.html"try that....