Why does £ make this happen?

3 replies
  • WEB DESIGN
  • |
Hey guys,

I'm working on the site:

Secret Income System

I'm fairly happy with the design, still got a few tweaks to go, a couple of things are holding me up though.

As you can see the site displays fine, however, when I use the £ sign it displays the symbol: Â and I cant work out why, is there a simple fix for this?

Also, on the thankyou page, currently located @:

Secret Income System

I am trying to display the buy now button after a certain point in the video, I've been looking for ways to do this online but after multiple attemtps at this I've still not managed to make it happen, my understanding and experience with dreamweaver / HTML / Script is pretty limited so the more basic any instructions are, the better.

Thanks very much in advance to any helpers!
#happen #make
  • Profile picture of the author Ekushey
    Instead of the Pound sign, sure £ and see if that works for you.

    I don't think there's an easy solution for the video issue, unless using a player that support overlay text.
    Signature

    I'll solve your PHP, MySQL, WordPress or any website or server related problems.
    Hire me on Freelancer.com at an affordable rate with fast turnaround time.

    {{ DiscussionBoard.errors[9742261].message }}
  • Profile picture of the author BrianJM85
    The HTML5 spec allows binding to the "ended" event on the "video" element. If you are using HTML5 and jQuery, you would do it like this:

    Code:
    $("video").bind("ended", function() {
       // Do something...
    });
    {{ DiscussionBoard.errors[9742333].message }}

Trending Topics