Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.