I am working on one of my GoDaddy web pages right now. As you can see on the attached image, I've been able to centre the text for everything except for the YouTube image which is done in javascript. How can I get that image to centre align like everything else? Here is the code for the image itself: <script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube.xml&up_channel=PolishedPublishing&synd=open&w=320&h=390&title=&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
Try this: <center> <script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube.xml&up_channel=PolishedPublishing&synd=open&w=320&h=390&title=&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> </center> Code (markup):