Results 1 to 2 of 2

Thread: Centering PHP Photo Album script v2.11

  1. #1
    Join Date
    Dec 2010
    Location
    Ellon, North East Scotland
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Centering PHP Photo Album script v2.11

    1) Script Title: PHP Photo Album script v2.11

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...photoalbum.htm

    3) Describe problem: Script is working great! Only thing is I am using a table to center the album on a page, is it possible to use the existing css file to do this? or is there another way? i have tried to center using a div but this didn't work, only centered the page numbers and not the actual album. all ideas or solutions would be great thanks guys/girls!

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    You can center a div, a span etc. by giving it something like:
    position: absolute; left:100px; top: 100px; right: 100px; bottom: 100px
    ===
    Arie Molendijk.

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
  •