Title: wtricks's Replies | WordPress.org

---

# wtricks

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [3 pixels gap between images and divs in themes](https://wordpress.org/support/topic/3-pixels-gap-between-images-and-divs-in-themes/)
 *  Thread Starter [wtricks](https://wordpress.org/support/users/wtricks/)
 * (@wtricks)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/3-pixels-gap-between-images-and-divs-in-themes/#post-1619860)
 * Since no one was able to guess my issue, I copied a section of my previous themes
   that worked. By placing:
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’);?
   >” type=”text/css” media=”screen” />
 * instead of what twentyten has in header.php:
    <link rel=”stylesheet” type=”text/
   css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” />
 * I was able to solve the issue. Don’t know what css settings ruin my design, now
   I know how to bypass this. Maybe it’s gonna be useful to others too.

Viewing 1 replies (of 1 total)