Hola gente, en la web que estoy armando y que tanto pregunto es asi:
Un Shoutbox a la izquierda echo con tablas... El contenido al medio echo con tablas... y otro shoutbox a la derecha echo con tablas. Lo tengo asi:
Código html:
Ver original<table width="838" border="0" cellspacing="0" cellpadding="0"> <td width="205"><table width="200" height="143" border="0" cellpadding="0" cellspacing="0" class="tablecont"> <td class="catbg">Datos Del Server
</td> <script type="text/javascript" src="includes/textfader.js"></script> <script type="text/javascript"> function throbFade() {
fade(2, Math.floor(throbStep / 2), (throbStep % 2) ? false : true);
setTimeout("throbFade();", (throbStep % 2) ? 100 : 4000);
if (++throbStep > fader[2].message.length * 2 - 1) throbStep = 0;
}
fader[2] = new fadeObj(2, 'statistics', 'FF0000', 'CCCCCC', 30, 30, false);
<? statisitcs(); ?>
var throbStep = 0;
setTimeout("throbFade();", 1000);
<td width="428"><table class="tablecont" width="404" border="0" align="center" cellpadding="0" cellspacing="0"> <td class="catbg"><a class="nav"><? curent_module(); ?></a> </td> <td><? if(!isset($_GET['op']) && !isset($_GET['news'])){ include("modules/news.php"); }
elseif(isset($_GET['news'])){
include("modules/news_full.php"); }
elseif(isset($_GET['op'])){
<td width="205"><table align="right" class="tablecont" width="200" border="0" cellspacing="0" cellpadding="0"> <td class="catbg">Users Online
</td> <td><div align="center"><iframe frameborder="0" src="top_on.php" scrolling="no" width="180" height="120"></iframe></div></td>
El tema es que en el "body" del medio uso php para las acciones.. y cuando aprieto por ejemplo.. Registrarse..
Se agranda pero no me gusta que los shoutbox se alinien verticalmente en el centro