Jump to content

Recommended Posts

  • Moderators
Posted

Folosiţi funcţia search înainte de a posta un subiect nou

 

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Posted

Deci, am cautat asta:

body {
    background: #212121;
    color: #bcbcbc;
    font: normal 11px tahoma, helvetica, arial, sans-serif;
    position: relative;
    padding-bottom: 20px;
}

si l-am inlocuit cu asta

 

body {
background: #212121 url("{style_images_url}/back.png");;
        background-repeat:no-repeat;
        background-position:center;
        background-attachment:fixed;
color: #bcbcbc;
font: normal 11px tahoma, helvetica, arial, sans-serif;
position: relative;
padding-bottom: 20px;

 

}

insa nu imi pare pe tot forumul, ci doar pe partea de sus.

EDIT: Am rezolvat, am schimbat ''background-position:center;'' in loc de center am pus full.

Posted

Salut, am doua metode:

1.Dute in FTP. in public. >>style_images si cauta acolo BETA.PNG url imagine veche:

 Sau poti sa le iei pe toate la rand sa vezi care este backgroundul :]]

http://forum.rpg-world.ro/public/style_images/BETA/bg.png

2.Te duci in Lok and feels selectezi tema ta dai pe CSS si cauti  Ipb.styles.css

intri acolo si cauta sau foloseste CTRL+F si cauta acest cod

 

Inlocuiesti scrisul IMAGINE LINK cu url de la backgroundul dorit.

html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */
/*background: url("IMAGINE LINK") repeat scroll 0 0 #191919;*/
background-color: #191919;
background-attachment : fixed;
color: #CBCBCB;
}

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.