Problem with website

I've had the same problem on my site. Although a bit unprofessional when you're loading the page, I simply added a <br/> tag after the banner and continued the images from there without using any extra tables.
 
but by adding the <br />, doesn't it make the problem worse. It increases the gap even more.
 
slightly off topic but i just wanted to say that it looks like a nice site. the forums could do with some work though
 
I fixed the gap problem! Thanks guys.

As for the forums, I have no clue how to configure the template. If anyone would like to help, it would be highly appreciated
 
well even though you said you fixed the problem the best way to adress it is write an if statement for internet explorer

somthing like

<!--[if IE 6]>
<style type="text/css" media="screen">
div#example {

}
</style>
<![endif]-->


with whatever changes that would make it display it correctly in the browser or as mentioned before code it more browser compliant
 
Back
Top Bottom