White space - why ?

Soldato
Joined
16 Jun 2013
Posts
5,381
I cant find what's causing it but just setting on body;

margin-top: -25px;

fixes it :D.

It's weird as unless inspector is letting me down I cant see why it's happening.
 
Associate
Joined
16 Aug 2010
Posts
1,365
Location
UK
You have a weird unicode character that's invisible in it - &#65279. This will show up in the inspector as that, but not viewing the source as it's invisible. Deleting it fixes the page in the inspector. Google that unicode character for more details and the reasons why it may be appearing. Plenty of StackOverflow results on possible causes.
 
Last edited:
Associate
OP
Joined
17 Jan 2003
Posts
1,058
Thank you so much

I loaded the nav.shtml (which is an include) and could not see anything strange in Notepad++

I converted it to UTF-8 without BOM and saved it

Problem solved
thanks again
 
Soldato
Joined
16 Jun 2013
Posts
5,381
You have a weird unicode character that's invisible in it - . This will show up in the inspector as that, but not viewing the source as it's invisible. Deleting it fixes the page in the inspector. Google that unicode character for more details and the reasons why it may be appearing. Plenty of StackOverflow results on possible causes.

Good catch.

I did not see that :(.
 
Back
Top Bottom