gracias! no se porqué no se me ocurrió probar con esto
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú<? include ("config.php"); //tags
$sql = "select * from noticias where tipo='PC' order by descargados desc LIMIT 30";
$squery = mysql_query($sql);
while($row = mysql_fetch_array($squery)){
$topurl = $row["id"];
$toptitulo = $row["titulo"];
$alt = $toptitulo;
$top = $row['caratula'];
echo "<div style='float:left;'><table height=100% width=100%><tr>";
echo "<td align='center' width='150px'><a href='juego.php?id=$topurl'><img src='".$top."' height='190' width='140' border='1' alt='$alt' /></a></td></tr>";
echo "<tr><td align='center' height='40px width='150px''><b>".$toptitulo."</b></td>";
echo "</tr></table></div>";
}
?>
<?php
$dbhost = "localhost";
$dbuser = "user";
$dbpass = "pass";
$dbname = "bd";
$db= new DBCore("$dbhost,$dbuser,$dbpass,$dbname");
$k=$db->query_get_resource("SELECT * FROM pornstars");
while($t=mysql_fetch_array($k))
{
printf("<div class=\"elemento\">Grupo: %s</div>",$t['nombre']);
}
$db->free($k);
$db->close();
?>
Fatal error: Class 'DBCore' not found in D:\Archivos de programa\AppServ\www\1.php on line 33
while ($row = mysql_fetch_assoc($rs))
{
$name = $row["img"];
$id = $row["nombre"]."";
$dura = $row["dur"]."";
$url = $row["id"];
echo "<div id='videos' class='videos'>";
echo "<div id='videos1'>";
echo "<div id='img'><a href='video.php?id=$url'><img height='135' width='180' src='".$name."'/></a></div>";
echo "<div id='nombrevideo'><table width=180><tr><td align=center><b><a href='video.php?id=$url'>".$id."</a></b></tr></td></table></div>";
echo "<div id='dur'><table width=180><tr><td align=center><font size='-2'>".$dura."</font></tr></td></table></div>";
echo "</div></div>";
}
echo "<div style='height:auto;width:auto;">;
while ($row = mysql_fetch_assoc($rs))
{
$name = $row["img"];
$id = $row["nombre"]."";
$dura = $row["dur"]."";
$url = $row["id"];
echo "<div id='videos' class='videos'>";
echo "<div id='videos1'>";
echo "<div id='img'><a href='video.php?id=$url'><img height='135' width='180' src='".$name."'/></a></div>";
echo "<div id='nombrevideo'><table width=180><tr><td align=center><b><a href='video.php?id=$url'>".$id."</a></b></tr></td></table></div>";
echo "<div id='dur'><table width=180><tr><td align=center><font size='-2'>".$dura."</font></tr></td></table></div>";
echo "</div></div>";
}
echo "</div>";
echo "<div id='videos' class='videos'>";
echo "<div id='videos1'>";
echo "<div id='img'><a href='video.php?id=$url'><img height='135' width='180' src='".$name."'/></a></div>";
echo "<div id='nombrevideo'><table width=180><tr><td align=center><b><a href='video.php?id=$url'>".$id."</a></b></tr></td></table></div>";
echo "<div id='dur'><table width=180><tr><td align=center><font size='-2'>".$dura."</font></tr></td></table></div>";
echo "</div></div>";
Cita de: ctlon en 10 Octubre 2010, 21:33 PM
y pq no especificas el estilo en una hoja de estilo?
#videosentero
{
}
creo q es mas sencillo y luego solo usas el div con el estilo ya definido.
Cita de: Shell Root en 10 Octubre 2010, 20:31 PM
Creo que os dijo, fue que hicieras esto,<div id="videoentero" style="height:auto; width:180px; margin-right:10px; margin-bottom:25px; float:left;">
<div id="img" style="height:135px; width:180px; margin-bottom:10px;">
<a href="video.php?id=$url"><img height="135" width="180" src="".$name.""/></a>
</div>
<div id="nombre" style="height:auto; width:180px; margin-bottom:10px;">
<b><a href="video.php?id=$url">".$id."</a></b>
</div>
<div id="duracion" style="height:auto; width:180px; margin-bottom:10px;">
<font size="-2">".$dura."</font>
</div>
</div>