Results 1 to 2 of 2

Thread: How do I make my image begin directly on the top of the page???

  1. #1
    Join Date
    Jun 2008
    Posts
    1

    Unhappy How do I make my image begin directly on the top of the page???

    Hi Everyone!
    I have a problem . I want to have my header swf directly on the top of the page. I don't knw how to explain this so have a look at the image I have attached.
    In the image you will e able to see a red box that I edited in to show you the space between the top of the page and the image that I want to be on the top of the page.

    Can someone help me?
    Thank You

  2. #2
    Join Date
    Jun 2008
    Posts
    73
    Difficult without seeing the code, but try and make sure there are no unwanted margins or padding.

    as a safety measure, add:

    body {
    margin:0;
    padding:0;
    border:none;
    }

    to your css.
    You should also do this for your swf's container (object/embed whatever youre using)

Similar Threads

  1. make an upload page
    By grenfellctc in forum General Questions
    Replies: 1
    Last Post: 17 Jan 2008, 11:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •