Welcome Guest, Not a member yet? Register   Sign In
White space after <body>
#1

[eluser]Unknown[/eluser]
Hi

I have a problem with all my pages.
Codeigniter add white space after <body> and I don't want.
The problem happen when I load two views.
For example, I load :

Code:
$this->load->view('header', $data);
$this->load->view('/installation/coordinates');

There is no space in the code contained by the two files and the result is :

Code:
<head>
...
</head>
<body>

<scrip*>
</scrip*>
...
&lt;/body&gt;

How can I remove this space?

Thank you


Ps : My files are encoded in UTF-8 and codeigniter configured for that




Theme © iAndrew 2016 - Forum software by © MyBB