Website help

Man of Honour
Joined
14 Aug 2005
Posts
5,264
Location
York
Hi

I have had some help making a simple website! its currently just an opening page followed by a simpleviewer gallery. Only problem i have is it only works on firefox!! just shows a blank page on both IE and safari does anyone know why this would be?

site: www.rmjb.co.uk

thanks very much
 
change

Code:
<style type="text/css" media="screen">
<LINK href="index.css" rel="stylesheet" type="text/css">

to

Code:
<link rel="stylesheet" href="index.css" type="text/css" media="screen" />
 
Well for one thing you appear to have forgotten to end your frame tags (which probably confused IE, close them with either /frame or just a / at the end of the tag), secondly, you shouldn't need to use framesets for that sort of thing anyway. Not sure whether this really matters, but you don't appear to have a body and you haven't closed your html tag (and anyway, to comply to standards you should have them).

And well, that's just the splash page...

Edit: hold on, in Firefox and IE they're completely different pages. How odd.
 
Last edited:
it seems that i have sorted it, got a friend of mine to have look at it seems to open now! reason it could be on two pages is because i only own the domain name the actual sight is on my free webspace from my isp so i just forwarded my domain to that.

thanks anyway
 
it seems that i have sorted it, got a friend of mine to have look at it seems to open now! reason it could be on two pages is because i only own the domain name the actual sight is on my free webspace from my isp so i just forwarded my domain to that.

thanks anyway

Wouldn't be Helium Junkie that looked at it for you was it? ;)
 
Back
Top Bottom