Getting rid of gap on my page
-
Hey Forum!
I have a huge gap on my page. How do I pull the text at the bottom up closer to the top? Here’s the page:
https://steveolsonsite.com/404-2
Here’s the HTML code I’m using:
<div class=”img_container”>
<img src=”wp-content/uploads/2011/06/1-Copy.jpg” width=”475″ height=”386″ alt=””>
<img src=”wp-content/uploads/2011/06/123.jpg” width=”260″ height=”350″ hspace=18 alt=””>
</div>
<style type=”text/css”>.img_container {
height:375px; /
overflow:hidden;
}
.img_container img {
float:left;
}
</style>
<style type=”text/css”>
.img_container {
height:115px; /
overflow:hidden;
}
.img_container img {
float:left;
margin-right:8px;
}
</style><div class=”img_container”>
<img src=”wp-content/uploads/2011/06/reel.jpg” width=”165″ height=”60″ hspace=10 alt=””>
<img src=”wp-content/uploads/2011/06/IMDB.jpg” border-style: none width=”165″ height=”60″ hspace=10 alt=””>
<img src=”wp-content/uploads/2011/06/Commercials.jpg” width=”165″ height=”60″ hspace=10 alt=””>
<img src=”wp-content/uploads/2011/06/CONTACT.jpg” width=”165″ height=”60″ hspace=16 alt=””></div>
<style type=”text/css”>
.img_container {
height:200px; /
overflow:hidden;
}
.img_container img {
float:left;
}
</style>
<style type=”text/css”>
.img_container {
height:360px; /
overflow:hidden;
}
.img_container img {
float:left;
margin-right:1px;
}
</style><H1><b>Diverse Talent Group</b></H1>
<H1><b>9911 W. Pico Bl. #350</b></H1>
<H1><b>Los Angeles, CA 90035</b></H1>
<H1><b>(310) 201-6565</b></H1>
- The topic ‘Getting rid of gap on my page’ is closed to new replies.