Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2006
    Location
    Behind you. Right NOW.
    Posts
    370
    Tokens
    0

    Default [Help] Cutenews!

    To make sense of this article could you please go to: http://www.****clan.net

    Hopefully assuming I havn't fixed which I doubt I will have you will see the text is pushing the layout over to the right and mucking it up.

    If this is my active news code: How do you suggest I move the text back into the center of the layout where it should be? Can anyone help. I've tried a few things but nothing is working.

    Code:
    <link rel="stylesheet" href="style.css" type="text/css" />
    <div class="content">
    
                    <br  /><div class="content_header"></div>
    
                    <div class="content_body">
    
                        <div class="content_text">{title}</div>
    
                    </div>
    
                    <div class="content_footer"></div>
                </div><br/>
    
    
    
    <div align="left"><br/><br/>[full-link]Read more...[/full-link] 
    
    <div><em>Posted on {date} by {author}</em></div>
    </div></div>
    Quote Originally Posted by Cells View Post
    Are you fat?

    Edited by Hayd93 (Forum Super Moderator): Please do not be rude.
    Lmao.


    A warning to all mods - Be careful when editing my sig - It bites - Icarus





  2. #2
    Join Date
    Jul 2005
    Location
    North Wales
    Posts
    4,233
    Tokens
    1,544

    Latest Awards:

    Default

    Code:
    <link rel="stylesheet" href="style.css" type="text/css" />
    <div class="content">
    
                    <div class="content_header"></div>
    
                    <div class="content_body">
    
                        <div class="content_text">
    
                                          {title}<br/>
    
                                          [full-link]Read more...[/full-link] 
    
                                          <em>Posted on {date} by {author}</em>
    
                        </div>
    
                    </div>
    
                    <div class="content_footer"></div>
    Keep the center content in the content_text thing, also don't add <br /> around the divs, edit the CSS.
    Last edited by redtom; 13-07-2007 at 08:46 PM.

  3. #3
    Join Date
    Jul 2006
    Location
    Behind you. Right NOW.
    Posts
    370
    Tokens
    0

    Default

    Ok thats, Half sorted.
    Code:
    <link rel="stylesheet" href="style.css" type="text/css" />
    <div class="content">
    
                    <div class="content_header"></div>
    
                    <div class="content_body">
    
                        <div class="content_text">
    
                                         <strong> {title}</strong><br/>
    
    
                                          <em>Posted on {date} by {author}</em>
    
                        </div>
    
                    </div>
    
                    <div class="content_footer"></div>
    
    {short-story}
    
                                          [full-link]Read more...[/full-link]

    My new code is that, but if you look on http://www.****clan.net I need to move the like side bars with latest updates accross to the right and up and I need to move the footer fully along to the left.
    Quote Originally Posted by Cells View Post
    Are you fat?

    Edited by Hayd93 (Forum Super Moderator): Please do not be rude.
    Lmao.


    A warning to all mods - Be careful when editing my sig - It bites - Icarus





  4. #4
    Join Date
    Jul 2005
    Location
    North Wales
    Posts
    4,233
    Tokens
    1,544

    Latest Awards:

    Default

    Quote Originally Posted by Icarus View Post
    Ok thats, Half sorted.
    Code:
    <link rel="stylesheet" href="style.css" type="text/css" />
    <div class="content">
    
                    <div class="content_header"></div>
    
                    <div class="content_body">
    
                        <div class="content_text">
    
                                         <strong> {title}</strong><br/>
    
    
                                          <em>Posted on {date} by {author}</em>
    
                        </div>
    
                    </div>
    
                    <div class="content_footer"></div>

    My new code is that, but if you look on http://www.****clan.net I need to move the like side bars with latest updates accross to the right and up and I need to move the footer fully along to the left.
    It's because your not putting the content in the div you want it to appear in, instead your just placing it in random places, pm me your msn and I'll sort it out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •