tags:

views:

24

answers:

2

Hi,

i have this page.

login: fer password: m Note: after login you will be redirected to another page. Then click again the link i mention.

As you can see the sentence "Editar mi perfil" is not aligned with the baseline of "Fernando Salgado...". I tried with vertical-align but it doesn't work..

Any help ?

Regards

Javi

A: 

Easy solution: move the <a> element inside the <h2> element and style accordingly. Otherwise you're in for some hacking.

Tatu Ulmanen
A: 

If you don't have the ability to move elements around (as suggested by Tatu earlier), you could add something like margin-top: 4px; to the #cabecera_derecha style.

Liggy