A ver Parece que tienes algo así:
Código html:
Ver original<right>Aqui el ShareThis</right>
<right>Aqui Bitacoras.com</right>
<center>Aqui el Tweetmeme</center>
Prueba hacerlo así:
Código html:
Ver original<div class="boton3">Aqui el Tweetmeme
</div> <div class="boton1">Aui el ShareThis
</div> <div class="boton2">Aqui el Bitacoras
</div>
y Agrega el Codigo CSS:
Código css:
Ver original.botones {
text-align: center;
}
.boton3 {
float: right;
}
.boton1 {
float: left;
}
Siempre y cuando te refieras a estos botones, si no, no se de que hablas.