how can I align the text with the twitter button?
This is how I want it to be aligned:

This is the code:
<div class="pull-right">
<p>text <b>text</b> <iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://platform.twitter.com/widgets/follow_button.1357735024.html#_=1358118140271&id=twitter-widget-0&lang=it&screen_name=test&show_count=true&show_screen_name=true&size=m" class="twitter-follow-button" style="width: 214px; height: 20px;" title="Twitter Follow Button" data-twttr-rendered="true"></iframe>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</p>
</div>
The
vertical-alignCSS property appears to be what your looking for.Here’s a working example of your code I made.