page HTML head tag

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
mrwillow
 
 
Posts: 57
Joined: Mon Jun 11, 2012 8:29 pm

page HTML head tag

Post 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
User avatar
Pablo
 
Posts: 23461
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: page HTML head tag

Post by Pablo »

You can insert to code above the code you already have.
mrwillow
 
 
Posts: 57
Joined: Mon Jun 11, 2012 8:29 pm

Re: page HTML head tag

Post 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?
User avatar
Pablo
 
Posts: 23461
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: page HTML head tag

Post by Pablo »

Yes, that should work.
Post Reply