Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1

    Default Help with page position

    Hi

    I would like to know how to bring down all the pages so that they are not right at the top. I would like them to be in the center.


    Thanks

  2. #2

    Default Re: Help with page position

    I found this that works but is there a better way??

    <style type="text/css">

    body {
    position: relative;
    top: 30%;
    margin-top: -240px /* Half height of page */
    }

    </style>

  3. #3
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,504

    Default Re: Help with page position

    I drag the Drag 0:0 crosshairs to the top left corner of the page and then drag upward to set the new top of the page. The new 0:0 point becomes the top of the page and your background color fills in.

    In order for this to work, you need to have a custom background color or texture. Otherwise the entire browser window is the color of the page.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	drag.png 
Views:	101 
Size:	15.8 KB 
ID:	82992  

  4. #4

    Default Re: Help with page position

    Thanks will try that

 

 

Bookmarks

Posting Permissions

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