Quiero hacer que el iframe quede justamente abajo en el centro, a ver
Código CSS:
Ver originaliframe {
background-color: #333333;
margin: 0 auto;
bottom: 50px;
}
Código HTML:
Ver original<iframe scrolling="no" height="80" frameborder="0" src="http://blackdeathmetal.eshost.es/paginas/player.html" name="radio"></iframe>
Gracias anticipada.