Not signed in (Sign In)

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

    • CommentAuthorouikikazz
    • CommentTimeSep 7th 2010
     
    my gallery displays very weirdly, my thumbnails in my album are displayed vertically in one column no rows (http://www.gngcustom.com/gal.php?level=album&id=3) any ideas? i didn't see any options in the config file or admin page of plogger, im still digging into other files...my code is very very basic

    <?php

    ?><?php require("plogger.php"); ?>


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>G&G Custom Auto Body</title>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="language" content="en" />
    <link href="style.css" rel="stylesheet" type="text/css" media="screen" />
    </head>

    <body>
    <div id="main">
    <div id="header">
    <div id="logo">logo</div>
    <p id="shadow1"></p>
    <h1></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 id="active" href="gal.php">Gallery</a></li>
    <li class="menuBr">&nbsp;</li>
    <li><a href="service.html">Services</a></li>
    <li class="menuBr">&nbsp;</li>
    <li><a href="index.html">Home</a></li>
    <li id="menuLeft">&nbsp;</li>
    </ul>
    </div>
    </div>
    <div id="gallery">
    <p><?php the_plogger_gallery(); ?></p>
    </div>
    <div id="footer">
    <p><a href="index.html">Home</a> | <a href="service.html">Services</a> | <a href="gal.php">Gallery</a> | <a href="about.html">About Us</a> | <a href="contact.html">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>
    </html>


    im trying to keep a basic html code set, not utilizing css simply because i only have 5 pages and do not plan on further enhancing the pages other than information, i know i could use header/footer includes with php but i really wanted to keep a basic html code (i know its inefficient)
    • CommentAuthorwuchun
    • CommentTimeSep 17th 2010
     
    While there were no radio?announcingquilting machine jobs in Dixon, my father said Montgomery Ward had opened a stde and wanted a local athlete to manage its spdts department. fuel filterSince Dixon was where I had played high school football, I applied. The job sounded just right fd me.
    -------------------------------------------------------------
    http://www.pandorabeadsjewellerymall.com/
    • CommentAuthorboblennon
    • CommentTimeSep 17th 2010
     
    You have overridden some of ploggers CSS (e.g. logo etc) with your inline style statements. Recommend that you check out plogger\plog-admin\css\admin-css and change
    your inline style.