View Single Post
  #10 (permalink)  
Old Dec 26th, 2005, 20:52
Spawn of Cthulhu Spawn of Cthulhu is offline
New Member
Join Date: Dec 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Positioning of Thumbnails

Quote:
Originally Posted by muneepenee
1. yu hav 6 <body>...spozed tu hav 1
not legal tu hav <body> inside <div>
That's fixed now, it was the result of some PHP includes with <body> tags.

Quote:
Originally Posted by muneepenee
2. line 68...chaenj <body> tu
<div align="center"> (or the style equivalent)
That didn't work. I have the content inside this div:

<div id="center">

Which has a float: left; property in order to align the JavaScript thumbnails horizontally (otherwise they align vertically, it's weird).

What I'm trying to get is all the JavaScript thumbnails aligned horizontally, centered on the page.
Reply With Quote