Hello again🙂
im trying to align in center some rows of this table..
$result_array[] = "<a href='index.php?cid=$cid&pid=".$row[0]."'><img src='".$images_dir."/tb_".$row[2]."' border='0' alt='".$row[1]."' />
<td><a href='index.php?cid=$cid&pid=".$row[0]."'>".$row[1]."</td>
<td><a href='index.php?cid=$cid&pid=".$row[0]."'>".$year = substr($row[3],0,4)."/".$month = substr($row[3],4,2)."/".$day = substr($row[3],6,2)."</td>
<td><p><a href='index.php?cid=$cid&pid=".$row[0]."'>$day/$month/$year</a></p>
<p><a href='index.php?cid=$cid&pid=".$row[0]."'>$countdown</p></td>
<td><a href='index.php?cid=$cid&pid=".$row[0]."'>$countdown</td>
</a>";
and i try this
<td><div align="center"><a href='index.php?cid=$cid&pid=".$row[0]."'>$countdown</a></div></td>
what im doing wrong?? i dont understand😕