Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorouikikazz
    • CommentTimeMay 31st 2009 edited
     
    I have a slight issue integrating the gallery.php file, it integrates perfectly fine up until the part where the actual picture is displayed, then the date and title of the picture jumps into my menu bar area, it just jumps up top and doesn't fit into the div & p of my code....wth...case in point: http://www.gandgcustom.com/gal.php?level=picture&id=37
    the info (date and title) sits under my logo/name of the site, even though that code is separated from my the_gallery code line by a div it is classed differently too so im sorta confused as to why that info would jump up top???


    <body>
    <div id="main">
    <div id="header">
    <div id="logo">logo</div>
    <p id="shadow1"></p>
    <h1>G&G Custom</h1>
    <div id="menu">
    <ul>
    <li id="menuRight">&nbsp;</li>
    <li><a href="contact.html">Contact</a></li>
    <li class="menuBr">&nbsp;</li>
    <li><a href="about.html">About Us</a></li>
    <li class="menuBr">&nbsp;</li>
    <li><a href="gal.php">Gallery</a></li>
    <li class="menuBr">&nbsp;</li>
    <li><a href="services.html">Services</a></li>
    <li class="menuBr">&nbsp;</li>
    <li><a id="active" href="index.html">Home</a></li>
    <li id="menuLeft">&nbsp;</li>
    </ul>
    </div>
    </div>
    <div id="gallery">
    <p><?php the_gallery(); ?></p>
    </div>
    <div id="footer">
    <p><a href="#">Home</a> | <a href="#">Services</a> | <a href="#">Gallery</a> | <a href="#">About Us</a> | <a href="#">Contact</a></p>
    <p>copyright &copy; G&G Custom, designed by <a href="http://www.alphastudio.pl" target="_blank">alpha studio</a></p>
    </div>
    </div>
    </body>