Welcome Guest, Not a member yet? Register   Sign In
View Problem
#1

[eluser]gedev2006[/eluser]
Hi

I have a view file that has the following line at the top:

<?= $this->load->view ( 'templates/header' ); ?>

In the templates/header.php file it has something along these lines:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
&lt;html &gt;
&lt;head&gt;
&lt;link rel="stylesheet" type="text/css" href="&lt;?= base_url(); ?&gt;css/main.css" /&gt;
&lt;/head&gt;

It includes the header file perfectly fine, but in IE its not picking up the stylesheet properly. Looks fine in FF


Messages In This Thread
View Problem - by El Forum - 07-01-2009, 06:26 AM
View Problem - by El Forum - 07-01-2009, 07:48 AM
View Problem - by El Forum - 07-01-2009, 03:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB