Ver Mensaje Individual
  #14 (permalink)  
Antiguo 01/07/2011, 06:05
zaxuno
 
Fecha de Ingreso: julio-2011
Mensajes: 8
Antigüedad: 12 años, 10 meses
Puntos: 0
De acuerdo Respuesta: poner un espacio php

YA LO HICE MIRA EL CODIGO SE QUEDO ASÍ

Cita:
<div id="description">
<p><?php echo osc_item_description() ; ?></p>
<?php osc_run_hook('item_detail', osc_item() ) ; ?>
<p class="contact_button">
<?php if( !osc_item_is_expired () ) { ?>
<?php if(osc_reg_user_can_contact() && osc_is_web_user_logged_in() || !osc_reg_user_can_contact() ) { ?>
<strong><a href="#contact"><?php _e('Contact seller', 'modern') ; ?></a></strong>
<?php } ?>
<?php } ?>
<strong class="share"><?php seller_post(); ?><?php _e(' ', 'modern') ; ?></a></strong>
<strong class="share"><a href="<?php echo osc_item_send_friend_url() ; ?>" rel="nofollow"><?php _e('Compartir', 'modern') ; ?></a></strong>
</p>
<?php osc_run_hook('location') ; ?>
</div>
LO QUE ESTA EN CODIGO ROJO ES EL BOTON LO Q HICE FUE PONERLO A LA IZQUIERDA DE EL DE COMPARTIR Y BUENO LE QUITE LA ACCION DE COMPARTIR Y LE QUITE EL TEXTO DE "Compartir"

PERO GRACIAS A IEKK
Cita:
No tengo ni idea que módulo estás usando pero dado que el primer botón es que tiene la separación y es el único con la class="share" presupongo que tiene el espaciado.
Y GRACIAS Uncontroled_Duck TAMBIEN PROBE LO DE &nbsp;|&nbsp; Y FUNCIONO SOLO QUE ME LLEGO LA INSPIRACION DE LA SOLUCION XD
GRACIAS :) MIRAR