Results 1 to 10 of 10

Thread: Replace text

  1. #1
    Thread Starter
    rinormazreku's Avatar
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    125
    Thanks
    19
    Thanked 0 Times in 0 Posts

    Replace text

    How can I replace this following text in the picture:

    app1.jpg

    I wanna replace it with following HTML-code:

    PHP Code:
    <p style="float:none; text-align:left; clear: both; margin: 10px 0;">
    <
    input style="float:none; vertical-align:middle;" type="checkbox" id="agree" />
    <
    label style="display:inline; float:none" for="agree">
    Jag godkänner våra <A HREF="http://www.favore.se/regler-och-vilkor/" target="_blank"style="color: #fa6a28"regler och vilkor</A>
    </
    label>
    </
    p>
    <
    script>
    $(
    'input[name="checkout"], input[name="goto_pp"], input[name="goto_gc"]').click(function() {
    if($(
    '#agree').is(':checked')){
    $(
    this).submit();
    }
    else{
    alert("Du måste godkänna våra regler och villkor.");
    return 
    false;
    }
    });
    </script> 

  2. #2
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  3. #3
    Thread Starter
    rinormazreku's Avatar
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    125
    Thanks
    19
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  5. #5
    Thread Starter
    rinormazreku's Avatar
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    125
    Thanks
    19
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  7. #7
    gremminger's Avatar
    Join Date
    Nov 2013
    Location
    Germany
    Posts
    344
    Thanks
    43
    Thanked 20 Times in 20 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #8
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  9. #9
    gremminger's Avatar
    Join Date
    Nov 2013
    Location
    Germany
    Posts
    344
    Thanks
    43
    Thanked 20 Times in 20 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #10
    Thread Starter
    rinormazreku's Avatar
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    125
    Thanks
    19
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to Replace Price Tag?
    By euphoria in forum ClassiPress General Discussion
    Replies: 3
    Last Post: October 3rd, 2013, 09:04 AM
  2. how do I remove an image on the header and replace it with the text- name and descrip
    By galwaylinkup in forum Vantage General Discussion (Legacy)
    Replies: 0
    Last Post: May 24th, 2013, 08:54 AM
  3. how can replace ads tag separator
    By nasour in forum ClassiPress General Discussion
    Replies: 1
    Last Post: September 15th, 2012, 02:19 AM
  4. Replace Category Text With Images?
    By cdogstu99 in forum ClassiPress General Discussion
    Replies: 2
    Last Post: August 16th, 2011, 11:51 AM
  5. [TUTORIAL] Replace in tpl-dashboard.php
    By mr_green in forum ClassiPress General Discussion
    Replies: 1
    Last Post: December 24th, 2010, 07:13 AM