Page 1 of 1

Insertion of Code

Posted: Wed Dec 20, 2017 12:37 pm
by zinc
Pablo;

I need to add code between

<!doctype html>


<html lang="en">

How can I do this in Extension Builder since there no section for this?

Re: Insertion of Code

Posted: Wed Dec 20, 2017 12:39 pm
by Pablo
I'm sorry there is no option for this.
However this is not very common to place code here.
Are you sure this is correct?

Re: Insertion of Code

Posted: Wed Dec 20, 2017 12:42 pm
by zinc
Pablo wrote: Wed Dec 20, 2017 12:39 pm I'm sorry there is no option for this.
However this is not very common to place code here.
Are you sure this is correct?
I want to add comments here like this:

< --

comment

-->

Re: Insertion of Code

Posted: Wed Dec 20, 2017 1:12 pm
by Pablo
Unfortunately it is not possible to provide a code insertion point for every possible location in the page.
But you can also add this code at the start of the page or anywhere else.

Re: Insertion of Code

Posted: Wed Dec 20, 2017 1:22 pm
by zinc
Pablo wrote: Wed Dec 20, 2017 1:12 pm Unfortunately it is not possible to provide a code insertion point for every possible location in the page.
But you can also add this code at the start of the page or anywhere else.
Cheers.