• 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

    It should look like this one
    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)
  • 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.