Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I stick these divs together?
    primarykey
    data
    text
    <p>I want to stick 3 divs up but I can't. I don't know whats wrong.</p> <p>Here is a <a href="http://i1204.photobucket.com/albums/bb409/bendaggers/help-1.png" rel="nofollow">screenshot</a>.</p> <p><strong>HTML</strong></p> <pre class="lang-php prettyprint-override"><code>&lt;div id="container"&gt; &lt;?php if(have_posts()) : ?&gt; &lt;?php while(have_posts()) : the_post(); ?&gt; &lt;div class="post" id="post-&lt;?php the_ID(); ?&gt;"&gt; &lt;h2&gt; &lt;a href="&lt;?php the_permalink(); ?&gt;"title="&lt;?php the_title(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt; &lt;/h2&gt; &lt;/div&gt; &lt;div class="entry"&gt;&lt;?php the_content(); ?&gt;&lt;/div&gt; &lt;p class="postmetadata"&gt; &lt;?php _e('Filed under&amp;#58;'); ?&gt; &lt;?php the_category(', ') ?&gt; &lt;?php _e('by'); ?&gt; &lt;?php the_author(); ?&gt;&lt;br /&gt; &lt;?php comments_popup_link('No Comments &amp;#187;', '1 Comment &amp;#187;', '% Comments &amp;#187;'); ?&gt; &lt;?php edit_post_link('Edit', ' &amp;#124; ', ''); ?&gt; &lt;/p&gt; &lt;?php endwhile; ?&gt; &lt;div class="navigation"&gt;&lt;?php posts_nav_link(); ?&gt;&lt;/div&gt; &lt;?php else : ?&gt; &lt;div class="post"&gt;&lt;h2&gt;&lt;?php _e('Not Found'); ?&gt;&lt;/h2&gt;&lt;/div&gt; &lt;?php endif; ?&gt; &lt;/div&gt; </code></pre> <p><strong>CSS</strong></p> <pre class="lang-css prettyprint-override"><code>.post{ padding: 10px 5px 0 5px; background-image: url(images/toppost.png); background-repeat:no-repeat !important; } .post h2{ font-family: Arial, Sans-serif; font-size: 18px; margin: 0px 0 0px 0px; } .entry{ background-image:url(images/ContentBG.png); margin: 0 0 0 0; padding:0 5px !important; background-position: bottom; } .postmetadata { clear: both; background-image: url(images/post-footer.png); background-repeat: no-repeat; height:118px; padding:0 5px !important; } </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload