Results 1 to 3 of 3

Thread: center album photo

  1. #1
    Join Date
    Mar 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default center album photo

    1) Script Title:
    Image Gallery ( photo album )
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...photoalbum.htm
    3) Describe problem:

    Hello everyone, i just can't figure out how to "center" this album photo


    in the css there is a : Float: left;

    well .. usually i can easy customize simple scripts like that ... but ... shame on me ... im unable to center this album photo ...

    plz help

  2. #2
    Join Date
    Mar 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok did it my self ... couldnt do it in css so i used a table in the page

    <table width="100%" border="0">
    <tr>
    <td width="9%"></td>
    <td width="86%"><?php include("photoscript.php"); ?></td>
    <td width="5%"></td>
    </tr>
    </table>

    .. if someone had the same issue

  3. #3
    Join Date
    Mar 2011
    Posts
    2,144
    Thanks
    59
    Thanked 116 Times in 113 Posts
    Blog Entries
    4

    Default

    Just a warning - I'm not actually helping with the question.
    You shouldn't use tables for the layout of your page. There are a whole pile of reasons (go google it).
    Try using divs and css instead.

    As to the actual question, could you please post the code for your page, or a link to your page, so we can see what you've tried.

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
  •