page HTML head tag
Posted: Tue Jul 02, 2019 2:32 pm
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
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