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.
The forum of the forums
3 posters

    CSS Code for background

    avatar
    modexpert
    Forumember


    Posts : 65
    Reputation : 1
    Language : English

    Solved CSS Code for background

    Post by modexpert Fri Apr 19, 2013 2:03 pm

    Can someone edit the background picture of [url=gtamf.forumotion.com/forum]this[/url] forum

    Code:
    html {
    background: #000 url("(http://i.imgur.com/PP8b8oi.png") repeat;
    /* Height is 100%, so the body can be 100% */
    height: 100%;
    background-attachment:fixed;
    background-position:center center;
    }

    body {
    background: url("") no-repeat;
    background-position: bottom center;
    /* Height is 100%, so the tiled BG will tile all the way down
     the page, not just as far down as the page’s content
     (when the content’s height is less than the window’s height) */
    }

    html>body {
     min-height: 100%;
     width: auto;
    }


     body {cursor: url(http://www.myspacecursor.net/cursors/3.cur); }
    Free CursorsMyspace LayoutsMyspace Comments


    .postbody table tbody tr td {
    padding : 5px;
    background : #999;
    border : 1px solid #FFF;
    }
    td.quote {
    padding : 8px !important;
    color : #19191A;
    }

    Set the background image to repeat

    CSS Code for background  PP8b8oi
    Code:
    (http://i.imgur.com/PP8b8oi.png
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: CSS Code for background

    Post by Sir. Mayo Fri Apr 19, 2013 2:21 pm

    As for the code what i had posted at first was wrong i thought i had it but never mind i have no idea how to sorry. Sad
    Edited: apperently You forum has been hacked??
    i got this message when i tried to view it
    Information

    FORUM HAS BEEN HACKED/DDOSED !! GET LOST Yours sincere, MRHackerX


    Last edited by Sir. Mayo on Fri Apr 19, 2013 2:33 pm; edited 2 times in total (Reason for editing : Edit to add, Code was wrong.)
    avatar
    modexpert
    Forumember


    Posts : 65
    Reputation : 1
    Language : English

    Solved Re: CSS Code for background

    Post by modexpert Sat Apr 20, 2013 1:01 am

    Its back. Cozz the hacker forgot to change the administration password. How fool he is. You continue !
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: CSS Code for background

    Post by Sanket Sat Apr 20, 2013 1:05 am

    Add this to your css. Change the URL of the image to something that you want.
    Code:
    body {
        background-image: url("http://hitskin.com/themes/15/37/44/i_background.png") !important;
    }
    avatar
    modexpert
    Forumember


    Posts : 65
    Reputation : 1
    Language : English

    Solved Re: CSS Code for background

    Post by modexpert Sat Apr 20, 2013 1:10 am

    SOLVED.. PLEASE LOCK
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: CSS Code for background

    Post by Sanket Sat Apr 20, 2013 1:11 am

    Topic Solved & Locked

      Current date/time is Sun Sep 22, 2024 10:28 pm