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
Centrar textos del postbit.
Páginas (3):    1 2 3
Cluster   5 Feb, 2011, 10:01 am
#21
de hecho es posible hacer eso con un atributito ^^

Código PHP:
<?php 
<img src="images/flags/{$post['fid1']}.gif" border="0" alt="{$post['fid1']}" />

agregale un class

Código PHP:
<?php 
<img class="alinearvertical" src="images/flags/{$post['fid1']}.gif" border="0" alt="{$post['fid1']}" />

y en tu CSS agregas esto

Código PHP:
<?php 
.alinearvertical {
vertical-align:middle;
}

:)
Darkin   5 Feb, 2011, 10:05 am
#22
(5 Feb, 2011, 10:01 am)Solstice escribió: de hecho es posible hacer eso con un atributito ^^

Código PHP:
<?php 
<img src="images/flags/{$post['fid1']}.gif" border="0" alt="{$post['fid1']}" />

agregale un class

Código PHP:
<?php 
<img class="alinearvertical" src="images/flags/{$post['fid1']}.gif" border="0" alt="{$post['fid1']}" />

y en tu CSS agregas esto

Código PHP:
<?php 
.alinearvertical {
vertical-align:middle;
}

Exelente!!!! Y pensar que era algo asi de simple, estube banda probando intentos!!

Gracias!, Pueden cerrar!


Páginas (3):    1 2 3
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.