PHP include causes white space at the top of the page

后端 未结 15 1181
無奈伤痛
無奈伤痛 2020-11-30 09:36

I have a problem on a site that I am making. There is this line of white space at the top of my page. I can not find out where it is coming from. It might be because of extr

15条回答
  •  南方客
    南方客 (楼主)
    2020-11-30 10:16

    For some reason after your body tag before the first div you have some funky character... just delete them and re-indent as needed. the character  to be precise... (you can see it in Firebug if you inspect the HTML for the page...but you can't see it in the view-source because it renders as whitespace).

    unrelated to the alignment issue... you also have a miss-matched closing

  • tag after your login/signup link.

提交回复
热议问题