Trying to get html5 code from Facebook Like button centered.
Here is the default code:
<!--Welcome message-->
<?php if ( is_home() ) { ?>
<?php if ( of_get_option('wlcm_textarea') ) { ?><div id="thn_welcom"><p><?php
echo of_get_option('wlcm_textarea'); ?><img style="float:left;
display:block;" src="http://www.health-alternative.com/wp-content/uploads/2012/10
/234-350.gif"/> am an experienced qualified doctor, practicing holistic medicine
(homeopathy, acupuncture, su jok, mesotherapy) in Central and West London.
<center><div class="fb-like" data-href="http://www.health-alternative.com/"
data-send="false" data-width="450" data-show-faces="false" data-font="arial"></div>
</p></div></center><?php } ?>
<?php } ?>
<!--Welcome message END-->
I am a beginner in html.Can someone please let me know what you can add to this html script so that it will be center aligned?