![]() |
Head section issue - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Head section issue (/showthread.php?tid=45936) |
Head section issue - El Forum - 10-11-2011 [eluser]Xarren[/eluser] Hi guys, I haven't programmed a website in a while, and I'm having a weird issue: My code: Quote:<!DOCTYPE html> And the output: Code: <head></head> As you can see, the <head> section is empty, and everything gets thrown in the body. Upon a closer inspection of the code getting sent through, the head tags aren't even being transmitted, they seem to be appended by the browser. Could anyone help me sort this out? The issue can be seen live at dave.sgsphysics.co.uk/index.php/dave |