Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Temas-Mensajes
Páginas (2):    1 2
likepop   22 Apr, 2012, 10:18 am
#11
De css ya voy aprendiendo mientras pruebo.

Además ahora estoy llendo a la uni , mi primer año, de diseño multimedia, mas adelante me enseñarán todo eso. Mientras voy probando para ir más adelantados que mis compañeros Big Grin

Aquí el forumbit_depth1_cat:

Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>

<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Temas</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Mensajes</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
Jaizu   22 Apr, 2012, 1:20 pm
#12
Cámbiala por esta(es la mía, solo usar likepop)
Si está avisa que la borro
Cualquier problema me enseñas scan y te ayudo :3
Ponte a aprender HTML y CSS por internet para ir preparado al curso, yo nunca di HTML, ni css ni nada parecido en ningún sitio, todo por mi mismo

Código:
<table border="0" cellspacing="0" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="2">
<div><a href="{$forum_url}">{$forum['name']}</a></strong> <small><span sryle="font-weight: 0;"></span></small></div>
</td>
<td class="thead" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Temas</strong></span></td>
<td class="thead" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Mensajes</strong></span></td>
<td class="thead" width="150" align="center" colspan="2">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<span class="smalltext"><strong>Último mensaje</strong></span>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />
likepop   22 Apr, 2012, 1:58 pm
#13
Si tuve un pequeño problema..

Me quedó todo hacia la izquierda :/

Alguna solucion?
Kevinex   22 Apr, 2012, 2:31 pm
#14
Tenes algún screen? Es que si no lo veo no entiendo bien, así te puedo ayudar Wink

www.ledahost.com | Email: info[at]ledahost.com | Skype: ledahost
VPS SSD - HOSTING Y RESELLER [cPanel, Plesk, etc] - DOMINIOS - BACKUPS - WAREZ & XXX
CUPONES: Hosting 20%: memudoaleda
Jaizu   22 Apr, 2012, 2:34 pm
#15
Ya le respondí por mp, veamos que dice :3
likepop   22 Apr, 2012, 2:37 pm
#16
Si quieren pueden cerrar tema solucionado..

Gracias a todos por su ayuda.
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.