Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Listo kodas

Parašė Gytisz· 2013 Lap. 12 19:11:53
#2

Čia galimas varijantas arba eik į styles.css susikurk nauja class arba nusikopiuok kd (tik pervadyk) ir redaguok marginus man atrodo.


	// Footer
 
	echo "<table cellspacing='0' cellpadding='0' border='0' align='center' class='footer'><tr>";
 
	echo "<td align='left'>OPTIMI Clan &copy; 2013-2014</td>";
 
	echo "</tr></table>";
 
	echo "<table cellspacing='0' cellpadding='0' border='0' align='center' width='1264px'><tr>";
 
	echo "<td align='right' class='kd'><a href=''><img src='".THEME."images/logo2.png' border='0'></a></td>&nbsp; &nbsp; <a target='_blank' href='http://www.hey.lt/details.php?id=optimics'><img width='88' height='31' border='0' src='http://www.hey.lt/count.php?id=optimics' alt='Hey.lt - Nemokamas lankytojų skaitliukas'></a>";
 
	echo "</tr></table>";	
 
}