This does, however, produce invalid XHTML code, since it produces a second instance of <html> and <head> (and so on) in the code, as in the demonstration journal, e.g. http://pkp.sfu.ca/ojs/demo/present/index.php/demojournal/article/view/6/11:
- Code: Select all
<div id="content">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
Is there any way I can get rid of this? I love having the journal header above (as in the example), but I also need valid code.
