Recent content by sjesmee

  1. S

    How do you overlay an image on a YouTube embedded video?

    Hi, best way to do this is wrapping the embedded video in a div and then the image. See below for example. HTML <div class="YouTube"> <!-- YouTube Script --> <div class="Image"> <img src="#" height="" width="" /> </div> </div> CSS <style type="text/css"> .YouTube {...
  2. S

    410 Errors

    Hi, I have been reading this forum for awhile so thought i make my first post. Background I have a site that receives over 400,000 visits a month and about 5,000,000 page views a month, The site has over 5,000,000 indexed pages. Problem I been being doing a lot of SEO work over the last...
Back
Top