Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: HTML Table padėkit!!!

Parašė CyTaS· 2011 Bir. 1 12:06:53
#1

Nusipiešiau sau dizainą iš trijų panelių. Turi būti taip kai sukoduoju:




Bet man gaunasi sukodavus taip:




HTML kodas:

</table>
<table cellspacing='5' cellpadding='0' >
<tr>
<td id="paskutine"></td>
<td id="skype"></td>
<tr>
<td id="reklama"></td>
</tr>
</table>
 

CSS:

 #paskutine {
    	background-image: url('img/paskutine.png');
	background-repeat: no-repeat;
	width: 429px;
	height: 412px;
}
 #skype {
    	background-image: url('img/skype.png');
	background-repeat: no-repeat;
	width: 254px;
	height: 216px;
}
 #reklama {
    	background-image: url('img/reklama.png');
	background-repeat: no-repeat;
	width: 253px;
	height: 186px;
}

Gal galit padėt kaip padaryt kad būtu taip:




Redagavo CyTaS· 2011 Bir. 1 12:06:59