Hello,
Cek this site: www.advance-web-studio.com
There is a white space underneath it that I do not know where it comes from.
this is my index.php
<b>Latest Projects:</b><br><br>
<div>
<a href="<?php echo base_url() ?>public/images/large pic8.jpg" title="Ecommerce - Vitoshop"><img src="<?php echo base_url() ?>public/images/large pic8.jpg" width="200px" height="180px" alt="turntable"></a>
<a href="<?php echo base_url() ?>public/images/large pic7.jpg" title="Company Profile - Masterlink"><img src="<?php echo base_url() ?>public/images/large pic7.jpg" width="200px" height="180px" alt="turntable"></a>
<a href="<?php echo base_url() ?>public/images/large pic6.jpg" title="Company Profile - Pureline"><img src="<?php echo base_url() ?>public/images/large pic6.jpg" width="200px" height="180px" alt="DIY Robot Kit"></a>
<a href="<?php echo base_url() ?>public/images/large pic5.jpg" title="Company Profile - GSA"><img src="<?php echo base_url() ?>public/images/large pic5.jpg" width="200px" height="180px" alt="Todly"></a>
<a href="<?php echo base_url() ?>public/images/large pic4.jpg" title="Company Profile - SKAP"><img src="<?php echo base_url() ?>public/images/large pic4.jpg" width="200px" height="180px" alt="legend of zelda tea party"></a>
</div>
</div>
<div class="container-fluid">
<?php include 'template/footer.php'; ?>
</div>
</body>
<?php include 'template/script.php'; ?>
</html>
How to delete the white space?