Hi i'm currently using vbulletin and adding this piece of code to it. I have gotten everything working except i want the text to be in the center with the anime character image on the left side and scrolling news bar on the right side. How do i do this? Here is an image of the site, http://img812.imageshack.us/img812/5654/siteimage.png And here is the code, <img src="images/misc/guest_welcome.png" align=left hspace=10 vspace=10 alt="Welcome"> If this is your first visit, be sure to check out the <a href="{1}"><strong>FAQ</strong></a> by clicking the link above. You may have to <a href="{2}" rel="nofollow"><strong>register</strong></a> before you can post: click the register link above to proceed. <br /><br /> To gain access to our downloads section you must have a verified account which can be easily obtained by <a href='register.php'><b>registering</b></a> a new account. <div align='right' hspace='10' vspace='10'> <iframe id="frame1" src="index.php" frameBorder="0" scrolling="no"> </iframe> </div> Code (markup): As you can see i just need the text in the center and the scrolling news displayed on the far right side. Thanks for any help.