Need help with my forum!

Discussion in 'vBulletin' started by demondestiny, Sep 2, 2010.

  1. #1
    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.
     
    demondestiny, Sep 2, 2010 IP
  2. gauravgrt

    gauravgrt Peon

    Messages:
    2,035
    Likes Received:
    129
    Best Answers:
    0
    Trophy Points:
    0
    #2
    tried adding <table> <tc> ?
     
    gauravgrt, Sep 2, 2010 IP
  3. profanitytalker

    profanitytalker Well-Known Member

    Messages:
    1,487
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    150
    #3
    You need to create tables as suggested by gauravrgrt.
     
    profanitytalker, Sep 3, 2010 IP