Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

JackT06

macrumors 6502
Original poster
Jul 24, 2009
293
0
Hello,

I have recently put together a website for my DofE Youth Group. I hand coded it and over time i will be making it look more attractive and adding features on to it :)

The problem, it doenst seem to load up in Windows Interent Exploer + Opera. I have tested it in firefox and safari and it works fine :)

Does anyone have this problem?

I have my website on dropbox and then renamed the link it Dot.tk

http://www.hampshireyouthforum.tk

Thanks in Advance :)
 
I gave it a quicklook and I think that the problem could be the frame and because you're loading content that isn't from your domain.

Your domain is blablaba.tk and the src of the frame is from dropbox.

Anyway, for a quite simple web page as yours, you don't need to use frames.
 
I gave it a quicklook and I think that the problem could be the frame and because you're loading content that isn't from your domain.

Your domain is blablaba.tk and the src of the frame is from dropbox.

Anyway, for a quite simple web page as yours, you don't need to use frames.


Oh, rightt. Thanks :) How do i remove the frames ? :S
 
.tk is just a domain name redirect, but the frames still might be causing problems.

Remove this code from your index page:

<frameset rows="*" framespacing="0" border="0" frameborder="NO">
<frame src="http://dl.dropbox.com/u/3935006/DOFE.html" name="dot_tk_frame_content" scrolling="auto" noresize>

</frameset>
<noframes>
<body>
</body>
</noframes>

(you will need to type </body> again before the </html> tag at the end of your page).

Then copy and paste the content from http://dl.dropbox.com/u/3935006/DOFE.html into your index page.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.