This topic is locked
[SOLVED]

 Editing the "header" in PHPRunner

8/7/2020 11:21:33 PM
PHPRunner General questions
K
keithh0427 author

I'm curious why the code that I have placed within the "header" on the Editor page is not in the actual header between <head>...</head>
The code that I placed there is in the <body>...</body>.
Is this correct?

Sergey Kornilov admin 8/8/2020

These are just two completely different things. What is in the <head> tag is not visible and what is in the header - you will see in on every page in your application.
To edit the HEAD tag check this:

https://xlinesoft.com/phprunner/docs/head_section.htm