Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Naujiena atsidarytų paspaudus ant pavadinimo | SKUBU (ANTRA DALIS)

Parašė weberiz· 2012 Geg. 28 20:05:07
#2


function render_news($subject, $news, $info) {
	global $data;
echo "<table id='Table_01' width='868' height='20' border='0' cellpadding='0' cellspacing='0'>";
echo "<tr>";
echo "<td colspan='9' class='newstbl'>";
echo "<a href='news.php?readmore=".$info['news_id']."'>".$subject."</a>";
echo "</td>";
echo "<td>";
echo "<img src='".THEME."images/spacer.gif' width='1' height='3' alt=''></td>";
echo "</tr>";
echo "</table>";
echo "<table id='Table_02' width='868' style='padding:4px;' border='0' cellpadding='0' cellspacing='0'>";
echo "<td width='868' >";
echo $news;
echo "</td>";
echo "</table>";
echo "\n";
}


šita į styles.php

.newstbl {
	background-image:url('images/news.png');
	width:867;
	height:34;
	font-family : Calibri;
	text-transform:uppercase;
	text-shadow:#000000 1px 1px 0px;
	font-size : 16px;
	font-weight : bold;
	padding-left:10px;
	color : #ffffff;
}
.newstbl a{
	color : #ffffff;
}