Title: Errors in Firefox
Last modified: August 18, 2016

---

# Errors in Firefox

 *  Resolved [p4r](https://wordpress.org/support/users/p4r/)
 * (@p4r)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/errors-in-firefox/)
 * I am trying to code my WordPress template, and it has gone great so far. But 
   now I have these weird stretching errors in Firefox. I am very experienced with
   CSS and XHTML but I can’t figure out what is wrong.
 * [http://inject3.com/360blog/](http://inject3.com/360blog/)
 * Look for yourself.
 * Here is a link to the style sheet:
    [http://inject3.com/360blog/wp-content/themes/stealth-gray-mix-red-15/style.css](http://inject3.com/360blog/wp-content/themes/stealth-gray-mix-red-15/style.css)
 * And the area where the Update Posts are (the place with the errors) is :
 *     ```
       <div id="contentandside">
   
       <div id="contentarea">
       <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
       <div class="postcontain">
   
       <div class="titlebar"><a>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></div>
       <div class="toppost"></div>
       <div class="postcontent"><?php the_content('Read More'); ?></div>
       <div class="postbottom"></div>
       <div class="bottombarleft"> <?php the_time('M d, Y') ?> - <?php comments_popup_link('Comments? None yet', '1 Comment so far', '% Comments and counting'); ?></div>
       <div class="digarea"></div>
   
       <div id="clear"></div>
       </div>
   
       <?php endwhile; else: ?>
       <?php endif; ?>
   
       </div>
       ```
   
 * Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [p4r](https://wordpress.org/support/users/p4r/)
 * (@p4r)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/errors-in-firefox/#post-648046)
 * Bump, does anyone know how to fix it?
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/errors-in-firefox/#post-648057)
 * What exactly is the “error” you are seeing?
    I don’t see anything out of ordinary…
 *  Thread Starter [p4r](https://wordpress.org/support/users/p4r/)
 * (@p4r)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/errors-in-firefox/#post-648102)
 * I fixed it, Seems it was just a padding problem.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Errors in Firefox’ is closed to new replies.

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [Firefox](https://wordpress.org/support/topic-tag/firefox/)
 * [stretch](https://wordpress.org/support/topic-tag/stretch/)

 * 3 replies
 * 2 participants
 * Last reply from: [p4r](https://wordpress.org/support/users/p4r/)
 * Last activity: [18 years, 7 months ago](https://wordpress.org/support/topic/errors-in-firefox/#post-648102)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
