Page 1 of 1

page HTML head tag

Posted: Tue Jul 02, 2019 2:32 pm
by mrwillow
Hi,

A few months ago I contacted this forum regarding a Captcha issue. In short, when testing on an iPad there was an issue with the display of text within Captcha form itself. This issue was successfully resolved by incorporating the following code within Head Tags tab.

<style>
#Captcha2 {
line-height: 1.0 !important;
}
</style>

Great. Now I wish to incorporate Google Analytics throughout the website and a web marketer friend has supplied the relevant codes to be incorporated into both the Head and Body tabs. All good. Except what should I do with the present two web pages (Contact and "Get your free Ebook" pages) where both your code above and the GA code both seemingly need to be incorporated into the Head tab?

Thank you,

DC

Re: page HTML head tag

Posted: Tue Jul 02, 2019 2:51 pm
by Pablo
You can insert to code above the code you already have.

Re: page HTML head tag

Posted: Sat Jul 06, 2019 6:57 am
by mrwillow
Thank you. Is it simply a case of pasting in the new code above and leaving a blank line-space in between these two bits of code?

Re: page HTML head tag

Posted: Sat Jul 06, 2019 7:12 am
by Pablo
Yes, that should work.