Buzzador

2015-10-13

Center-aligned Spotify Play Button

You can easily align your SPB on the middle of the page, using tables. In the table tag, set align to "center".

2 kommentarer:

Nicolas sa...

code?

Rebecka Liljeros sa...

Nicolas, the code for this particular table is:

<table align="center">
<tbody>
<tr>
<td><iframe allowtransparency="true" frameborder="0" height="380" src="https://embed.spotify.com/?uri=spotify:track:4th1RQAelzqgY7wL53UGQt" width="300"></iframe></td>
</tr>
</tbody></table>