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
page HTML head tag
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: page HTML head tag
You can insert to code above the code you already have.
Re: page HTML head tag
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
Yes, that should work.