-
Newbie
[RevCMS 4.0] Staff page has random <br> tags
Alright, so I just installed RevCMS 4.0 and everything works flawlessly, except one thing.
on the staff page the black header bar is randomly pushed down as you can see below:
http://i.imgur.com/t3EC3Xt.png
compared to this:
http://i.imgur.com/EInJNL7.png
I viewed the source page and noticed that it had multiple <br> tags that are in use..
http://i.imgur.com/DtpOORt.png
But when I view the actual file in my root:
http://i.imgur.com/BaTNmCY.png
nothing. I tried looking at the source header to see if I could fix something in there but I can't find anything. I really would like to figure this out because I have minor OCD and that will bother me very badly.
Thanks in advanced if you can help!
-
-
Grand Master
Re: [RevCMS 4.0] Staff page has random <br> tags
Isn't there another file that's loaded when going to /staff? Because maybe that other file has some br's into it.
-
Member
Re: [RevCMS 4.0] Staff page has random <br> tags
Also note that PHP line-breaks will act like <br /> tags when viwed from client-side, please make sure that php is not looping any "\n" keys
-
Hakuna Matata
Re: [RevCMS 4.0] Staff page has random <br> tags
Use Notepad++ and search for "<br><br><br><br>" in all files.
-
Ragezone Furni Releaser
Re: [RevCMS 4.0] Staff page has random <br> tags
It can be more than <br> tags.
It can also be a margin-top or padding-top.