Need help on homepage. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Need help on homepage.

    DK
    DK
    Forumember


    Male Posts : 588
    Reputation : 13
    Language : English

    Solved Need help on homepage.

    Post by DK July 28th 2012, 11:35 pm

    Need help on homepage. 51574-7292012123133am
    The statistics that are crossed out, I don't want them there because I already have them as tabs.

    Need help on homepage. 723651-728201275224pm
    That's how my homepage message looks like right now. This is the code I used.
    Code:
            <span style="float: left; margin-left: 60px; display: block;"><strong>BEFORE POSTING...</strong><br>
              - <a href="#">Forum Rules</a><br>
              - <a href="#">Staff List</a><br>
              - <a href="#">FAQ</a><br>
              - <a href="#">Tips & Tricks</a>
            </span>
            <span style="float: left; margin-left: 80px; display: block;">
              <strong>OTHER IMPORTANT/USEFUL LINKS</strong><br>
              - <a href="#">Introduce Yourself</a><br>
              - <a href="#">Report Illegal/Suspicious Boards</a><br>
              - <a href="#">About Support Requests By PM</a><br>
                    - <a href="#">Want a Username Change?</a><br>
            </span>
    This is how I want it to look like.
    Need help on homepage. 40794-7292012123431am
    I need help.


    Last edited by iLeo on July 29th 2012, 2:21 pm; edited 1 time in total
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Need help on homepage.

    Post by ankillien July 29th 2012, 4:23 am

    Hi,

    Please provide a link to your forum.
    DK
    DK
    Forumember


    Male Posts : 588
    Reputation : 13
    Language : English

    Solved Re: Need help on homepage.

    Post by DK July 29th 2012, 6:56 am

    ankillien wrote:Hi,

    Please provide a link to your forum.

    Here it is : http://urandom.forumotion.com/
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Need help on homepage.

    Post by ankillien July 29th 2012, 7:43 am

    This CSS code will fix the homepage message bug...

    Code:
    #pun-announcement {
    overflow: hidden;
    }

    This code will remove the statistics box...

    Code:
    #pun-info{
    display:none;
    }
    DK
    DK
    Forumember


    Male Posts : 588
    Reputation : 13
    Language : English

    Solved Re: Need help on homepage.

    Post by DK July 29th 2012, 2:20 pm

    Thanks! It works!
    Solved.
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Need help on homepage.

    Post by ankillien July 29th 2012, 2:22 pm

    Topic Solved & Locked