MyBB Community Forums

Full Version: Youtube page plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The page works fine but im having trouble aligning my image to center its always a little off ive looked at the code and im not sure what else to do any help appreciated.

This is what it looks like off center
http://prntscr.com/2sk6c1

This is my code for it:

<html>
<head>
<title>{$mybb->settings[bbname]}</title>
{$headerinclude}
</head>
<body>
{$header}
<center>Welcome to the feature page, where every week we feature a selected youtuber on this page for you to check out</center>
<center>This week...</center>

<center><font size="6">Maxcraft360</bold></font></center>
<br />
<center>
<!-- Start VideoLightBox.com BODY section -->
<div class="videogallery">
<a class="voverlay" href="http://www.youtube.com/v/Yo6URdJFYgQ?autoplay=1&rel=0&enablejsapi=1&playerapiid=ytplayer" title="Minecraft Parody - Its my minecraft"><img src="youtube_videolb/thumbnails/mcparody.png" alt="Minecraft Parody - Its my minecraft" /><span></span></a>
    </div>
    <script src="youtube_videolb/jquery.tools.min.js" type="text/javascript"></script>
    <script src="youtube_videolb/videolightbox.js" type="text/javascript"></script>
    <!-- End VideoLightBox.com BODY section -->
</center>
<br>
<center><font size="3">Hi, my name is maxine i am a minecraft youtuber, i post lets plays, tutorials and even song parodies. I thoroughly enjoy youtube and creating content. Im happy to always to reply to people who take time out of their day to comment on my videos or even send me pms. I also enjoy a ton of other games, im happy to do content on that if people were interested in that. Freel free to check out my videos and my channel if you like my content slap the sub button and i shall see you around. happy gaming all.</font><center>
<br>
{$footer}
</body>
</html>

Thanks
The <center> and <font> tag is deprecated in html. Rather use <div align="center">stuff here</div>