Title: Header space Issue
Last modified: August 19, 2016

---

# Header space Issue

 *  [tommytomato](https://wordpress.org/support/users/tommytomato/)
 * (@tommytomato)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/header-space-issue/)
 * G’day
 * I’ve been working on how to get my top 5 images to rotate for some time now, 
   I did get it to work by using a Gallery tag from Gallery ( G2 )
 * Onlny way I could get the images to line up in a row was was doing this
 *     ```
       <table border="0">
           <tr>
             <td><?php @readfile('http://localhost/gallery2/main.php?g2_view=imageblock.External&g2_blocks=randomImage&g2_show='); ?></td>
             <td><?php @readfile('http://localhost/gallery2/main.php?g2_view=imageblock.External&g2_blocks=randomImage&g2_show='); ?></td>
             <td><?php @readfile('http://localhost/gallery2/main.php?g2_view=imageblock.External&g2_blocks=randomImage&g2_show='); ?></td>
             <td><?php @readfile('http://localhost/gallery2/main.php?g2_view=imageblock.External&g2_blocks=randomImage&g2_show='); ?></td>
             <td><?php @readfile('http://localhost/gallery2/main.php?g2_view=imageblock.External&g2_blocks=randomImage&g2_show='); ?></td>
           </tr>
         </table>
       ```
   
 * but now I have a space under those 5 images, how can I remove that space.
    [http://img682.imageshack.us/img682/7281/spacetop.png](http://img682.imageshack.us/img682/7281/spacetop.png)
 * It should look like this one
    [http://img268.imageshack.us/img268/3119/normalsetting.png](http://img268.imageshack.us/img268/3119/normalsetting.png)
   this page code was like so
 *     ```
       <div class="125ads">
   
       <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/images/125x125.gif" alt="Domain Hosting #1" width="125" height="125" /></a>
   
       <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/images/125x125.gif" alt="Domain Hosting #2" width="125" height="125" /></a>
   
       <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/images/125x125.gif" alt="Domain Hosting #3" width="125" height="125" /></a>
   
       <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/images/125x125.gif" alt="Domain Hosting #4" width="125" height="125" /></a>
   
       <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/images/125x125.gif" alt="Domain Hosting #5" width="125" height="125" /></a>
   
       </div>
       ```
   
 * Can any one help ?
 * TT

Viewing 1 replies (of 1 total)

 *  [Peter Boosten](https://wordpress.org/support/users/pboosten/)
 * (@pboosten)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/header-space-issue/#post-1299261)
 * Without a URL it’s quite hard to tell, but I suspect the table (or its elements)
   to have some bottom-margin.
 * Install firebug in firefox and start to debug the page.
 * Peter

Viewing 1 replies (of 1 total)

The topic ‘Header space Issue’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)

 * 1 reply
 * 2 participants
 * Last reply from: [Peter Boosten](https://wordpress.org/support/users/pboosten/)
 * Last activity: [16 years, 5 months ago](https://wordpress.org/support/topic/header-space-issue/#post-1299261)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
