Jump to content

rappo

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by rappo

  1. If you want the image to be in the background, you can make an image at just the right size so you put the BG image in the position you want it (using the same background color that you want throughout - black) and use a little bit of CSS, rather than HTML:

    background: #000 url(link to image) no-repeat;

  2. What you can do is put the video (or the whole page) on a div and use the following settings:

    <div onclick="location.href='link to main site';" style="cursor: pointer;"> [movie code] </div>

  3. You can put the following code somewhere in your PHP file:

    date_default_timezone_set('UTC');

    Change the UTC to your liking, obviously. I found that information (there's a lot more if you're interesting) here.

×
×
  • Create New...