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.