Código HTML:
Ver original
<?php do { ?> <img class="serie-preview" srcset="<?php echo $row_series_d['foto_serie']; ?>" border="0"> <div class="serie-title"> </div> <table class="table table-striped table-hover table-condensed"> <thead> <tr> <!--<th class="text-center">Video</th>--> </tr> </thead> <tbody> <?php if($row_series_d['idseries'] == $row_datos_men['series_idseries']): ?> <?php do { ?> <tr> </tr> <?php } while ($row_datos_men = mysql_fetch_assoc($datos_men)); ?> <?php endif;?> </tbody> <?php } while ($row_datos_predicas = mysql_fetch_assoc($datos_predicas)); ?>