Title: bizarrerie's Replies | WordPress.org

---

# bizarrerie

  [  ](https://wordpress.org/support/users/bizarrerie/)

 *   [Profile](https://wordpress.org/support/users/bizarrerie/)
 *   [Topics Started](https://wordpress.org/support/users/bizarrerie/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bizarrerie/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bizarrerie/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bizarrerie/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bizarrerie/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bizarrerie/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Including the parent page in a list of subpages](https://wordpress.org/support/topic/including-the-parent-page-in-a-list-of-subpages/)
 *  Thread Starter [bizarrerie](https://wordpress.org/support/users/bizarrerie/)
 * (@bizarrerie)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/including-the-parent-page-in-a-list-of-subpages/#post-1183985)
 * I have read the codex pages. They are of no help to me.
 * I would rather not use a plug-in.
 * Any other solutions?
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Generating category and children dropdowns](https://wordpress.org/support/topic/generating-category-and-children-dropdowns/)
 *  Thread Starter [bizarrerie](https://wordpress.org/support/users/bizarrerie/)
 * (@bizarrerie)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/generating-category-and-children-dropdowns/#post-1169977)
 * got it! Super stupid ~_~
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Generating category and children dropdowns](https://wordpress.org/support/topic/generating-category-and-children-dropdowns/)
 *  Thread Starter [bizarrerie](https://wordpress.org/support/users/bizarrerie/)
 * (@bizarrerie)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/generating-category-and-children-dropdowns/#post-1169963)
 * Thanks for the reply peter. I have exhausted most of the codex pages trying to
   answer this question.
 * I need the children to be nestled inside the ul of the category lists.
 * Something similar to this:
 *     ```
       <ul><li>Category
       <ul class="children-cat"><li>Child Category</li>
       <li>Child Category</li>
       <li>Child Category</li></ul>
       </li></ul>
       ```
   
 * I know the CSS to hide it, my problem is that I cannot generate this using wp_list_cats.
   More specific help would be appreciated!
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [My first WordPress design](https://wordpress.org/support/topic/my-first-wordpress-design/)
 *  [bizarrerie](https://wordpress.org/support/users/bizarrerie/)
 * (@bizarrerie)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/my-first-wordpress-design/#post-790928)
 * Excellent whitespace. I love it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove sidebar everywhere but home page](https://wordpress.org/support/topic/remove-sidebar-everywhere-but-home-page/)
 *  [bizarrerie](https://wordpress.org/support/users/bizarrerie/)
 * (@bizarrerie)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/remove-sidebar-everywhere-but-home-page/#post-796165)
 * You could simply create a home.php template file. This is the file wordpress 
   searches for first, as explained in the [codex](http://codex.wordpress.org/Template_Hierarchy).
   Simply code a sidebar in home.php, and then manually delete the sidebar in all
   other templates (page.php, index.php, tag.php, etc…) and then style it to your
   liking.
 * Hope this helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Comments stretching layout](https://wordpress.org/support/topic/comments-stretching-layout/)
 *  [bizarrerie](https://wordpress.org/support/users/bizarrerie/)
 * (@bizarrerie)
 * [18 years ago](https://wordpress.org/support/topic/comments-stretching-layout/#post-779286)
 * He may prefer to have it placed in his external stylesheet, which you did not
   mention.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Blix theme with gravatars??](https://wordpress.org/support/topic/blix-theme-with-gravatars/)
 *  [bizarrerie](https://wordpress.org/support/users/bizarrerie/)
 * (@bizarrerie)
 * [18 years ago](https://wordpress.org/support/topic/blix-theme-with-gravatars/#post-779278)
 * Internet Explorer HATES the float option. To fix this, I recommend that you do
   not use paragraphs for your styles.
 * For example:
 *     ```
       <div class="header alt"><strong>14.</strong>
   
       	becky &nbsp;|&nbsp; June 2nd, 2008 at 7:11 am</div>
   
       		<div><span class='eg-image' style='float:left; display:block; padding-right: 5px;; width:60px' ><img src='http://www.gravatar.com/avatar.php?gravatar_id=f27be08aae5<ul>
       4085be944ed90c21a552c&amp;size=60&amp;rating=PG&amp;default=http%3A%2F%2Fi229.photobucket.com%2Falbums%2Fee42%2Fcrashcodes575%2Fgravatar3.png' width='60' height='60' alt='' class='avatar avatar-60 easygravatar' /></div>
       ```
   
 * I replaced your paragraph tags with div tags, which should prevent the gravatar
   from jumping to the left of the p. Firefox does not do this, but IE does.
 * Hopefully this should fix your problem 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Comments stretching layout](https://wordpress.org/support/topic/comments-stretching-layout/)
 *  [bizarrerie](https://wordpress.org/support/users/bizarrerie/)
 * (@bizarrerie)
 * [18 years ago](https://wordpress.org/support/topic/comments-stretching-layout/#post-779276)
 * Your problem is coming from the text area. Check your comments template and change
   the cols=”#” value to resize it. or you could edit your css to reflect your desired
   width:
 *     ```
       textarea {
       width: #px;
       }
       ```
   
 * This should take care of your stretching issues.

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