anyone good with html or wordpress?

3 replies
  • WEB DESIGN
  • |
Hi, i currently use leadbolts content locker on my landing page, but i feel i would get more convertions if people could see the landing page, and i could instead put the content locker in the download link.

but i dont know how to do this..

the html for the download button looks like this

<p style="text-align: center;"> </p>
<img class="alignnone size-full wp-image-10" title="lrg_download_button" src="hxxp://mxxxxxxxxy(DOT)com/wp-content/uploads/2011/12/lrg_download_button2(DOT)png" alt="" width="300" height="84" />

my question is, i have some html i need to pase into the <head> section....

what is the <head> section???

also...

Then in the HTML body section simply add the function ap_start_unlocker() as an onClick event to your anchor tag:

<a onClick="javascript:ap_start_unlocker()">click here</a>

what do i do here??
#good #html #wordpress
  • Profile picture of the author Istvan Horvath
    I am good with both

    Any web page created by WordPress is put together by the template files in your active theme:
    - the <head> section is in the header.php
    - the <body> section, usually, also starts in the header.php
    (and it ends in the footer.php)

    Edit those files - after making a backup copy just in case... - and upload them to your server.
    Signature

    {{ DiscussionBoard.errors[5168815].message }}
  • Profile picture of the author Johnny Optimo
    <head> is before <body> and after <html>

    it's the area where you can put things like scripts, meta keywords, descriptions, title, etc.

    the body section is where all of your actual content goes. So, you put a bit f code in the head, and then when you need to use it, you use the body portion.

    You're just modifying a standard link with some javascript
    {{ DiscussionBoard.errors[5168819].message }}
  • Profile picture of the author choother
    cheers guys got it working much appeciation
    {{ DiscussionBoard.errors[5169110].message }}

Trending Topics