PDA

View Full Version : Centering a javascript image



bill777
01-21-2012, 08:36 PM
Can someone please tell me what changes I need to make to this javascript code to center the image on the page of my blog?

<script type="text/javascript" src="http://widget.mealbox.meijer.com/imb//embed.jsp"></script>

Thank you.

Bill

ChristineCobb
01-22-2012, 09:26 AM
Try wrapping it in a div by putting <div align="center"> at the beginning and </div> at the end.