New Topic

Reply To: Landing page

Home › Forum › Customization › Landing page › Reply To: Landing page

#676

cs3v3n
Participant

Ok, so , look here, I’ve made this: http://www.robertagavioli.it/lll/

 

And I used this code:

 

<table width=”788″ height=”422″ border=”0″ align=”center” cellpadding=”0″ cellspacing=”0″ id=”Table_01″>

 

<tr>

<td><img src=”http://www.robertagavioli.it/wp-content/uploads/2013/04/header.png” width=”788″ height=”231″></td>

</tr>

 

<tr>

<td border=”0″ class=”middle” ></td>

</tr>

 

<tr>

<td><img src=”http://www.robertagavioli.it/wp-content/uploads/2013/04/footer.png” width=”788″ height=”98″></td>

</tr>

 

</table>

 

And this style:

.middle {

width: 788px;

height: 300px;

background: url(http://www.robertagavioli.it/wp-content/uploads/2013/04/mid_bg.png) repeat-y ;

margin: 0 auto;

}

 

Now… I have a only one, problem… why do I have that tiny white space between header and mid?

How, can I remove it?

 

Thank you for you’re help.