Jump to content

Recommended Posts

Posted

Hello All,

 

Trying to put a web page together, so far so good. It displays when tested locally and in FF and Chrome but when uploaded there is a big gap at the top but only in IE. A friend just checked for me and he says it's fine on his IE, could it be mine?

 

It's at www.burnmoorcc.org.uk/2bfit/index.html

 

Thank you

 

Graeme

Posted

Hey Andrea,

 

Thanks for this.

 

I tried validating and I see what you mean about several start/closing tag errors, it's got me confused though! What does

 

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

 

mean?

 

My <divs> have got me baffled!

 

Graeme

Posted

The best way I found to make sure that everything is properly closed is to indent the html. Like so:

<div>
	<p> your text
	</p>
</div>

 

I think this

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

may mean that they're wondering if you forgot the slash in a self-closing element - but bottom line is, it's another issue of tags not being properly closed. Doing what i suggested above should reveal and correct the issues.

Posted

Hello,

 

I managed to resolve the issues with the tags, the page is still showing differently at the top in IE!

Could it be the browser on my PC as every other one is ok?

 

Graeme

Posted

Not sure - it looks fine with my IE 10.

 

Btw - your text is hard to read. There is too little contrast between background and your header and regular text color. Either make the fonts darker or the background lighter. Your color scheme is working, but what good is a pretty page that people have trouble reading?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...