06-20-2010, 10:46 PM
[eluser]InsiteFX[/eluser]
Also this I hope you are displaying in a view file.
InsiteFX
Code:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html > wrong you have a space here
it should be this
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php echo base_url(); ?> this will only showup in source view not on screen
</head>
<body>
<ul>
<li>Home</li>
</ul>
</body>
no ending </html> tag
Also this I hope you are displaying in a view file.
InsiteFX