PHP Phot oAlbum
Script URL (on DD)
problem:
I can't get the photo album to center. I have tried <center>content</center> and I have also tried <div align="center">content</div>
Any clue?![]()
PHP Phot oAlbum
Script URL (on DD)
problem:
I can't get the photo album to center. I have tried <center>content</center> and I have also tried <div align="center">content</div>
Any clue?![]()
Last edited by ddadmin; 08-06-2006 at 04:37 AM.
in the css(step 2) there is a line that says "float: left;". You may need to remove that.
That won't help too much though it is a good idea. It will allow centering but, it will also stack the images vertically. The way to center elements with as advanced styling as these isn't to use a container with align="center" or <center></center> tags. You do need a container though. Try:
Where 650px is the width of however many images wide your gallery is plus their padding, margins, etc. (650px works well with the demo version of the script). This will require a DOCTYPE to work in IE.HTML Code:<div style="width:650px;margin:0 auto;"> content </div>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks