Hi.
I am using the 4 in a row display style for my team members. I am looping the information from the database. There are missing spots on random places thruout the list. In the attachmets there is a screenshot. Bellow is the code:
prepare ( "SELECT * FROM clani WHERE status = 1 ORDER BY weight DESC" );
$stmt->execute ();
$members = $stmt->fetchAll ( PDO::FETCH_ASSOC );
foreach ( $members as $member ) {
$ime = $member ['ime'];
$priimek = $member ['priimek'];
$vloga = $member ['vloga'];
$slika = $member ['slika'];
?>
![attachment]()
">
