Don Baxter Posted February 8, 2015 Report Share Posted February 8, 2015 Salut ! Astazi am adaugat o tema , dar nu pot sa schimb banneru' De unde o pot schimba ? Vreau raspuns detaliat ! Multumesc Quote Link to comment Share on other sites More sharing options...
+Artick Posted February 8, 2015 Report Share Posted February 8, 2015 Salut. Cauta in CSS > ipb_styles.css CTRL+F si cauta expresia : #branding si modifica link-ul de la imagine cu link-ul tau de la imaginea ta proprie. Mark Solved ? Quote ECILA.RO gaming network Link to comment Share on other sites More sharing options...
Don Baxter Posted February 8, 2015 Author Report Share Posted February 8, 2015 Salut. Cauta in CSS > ipb_styles.css CTRL+F si cauta expresia : #branding si modifica link-ul de la imagine cu link-ul tau de la imaginea ta proprie. Mark Solved ? Dar la care dintre , ? Quote Link to comment Share on other sites More sharing options...
Don Baxter Posted February 8, 2015 Author Report Share Posted February 8, 2015 Am gasit , Doar ca nu merge : #branding { height: 328px; position: relative; background: url("<a href='http://postimg.org/image/x7535eqan/full/'target='_blank'><img src='http://s27.postimg.org/uptby56eb/CS_Banner_Template.png' border='0' alt="CS Banner Template" /></a>") repeat-x 50% 0; #breading a:hover{ opacity: 0.8; } } Quote Link to comment Share on other sites More sharing options...
Don Baxter Posted February 8, 2015 Author Report Share Posted February 8, 2015 Lasa-mi un link de upload si pe care sa il copiez si sa il adaug. P:S Am pus toate linkurile de la imgur si postimage Quote Link to comment Share on other sites More sharing options...
Moderators gadeas Posted February 8, 2015 Moderators Report Share Posted February 8, 2015 Invata baza pentru CSS si cum este sintaxa de la CSS.. Mai putin si am zis ca sting ecranu cand am vazut html amestecat in css. http://www.cssbasics.com/ http://www.w3schools.com/css/css_intro.asp Si pentru background: http://www.w3schools.com/css/css_background.asp Quote PHP Developer - Not available for freelancing right now Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament Link to comment Share on other sites More sharing options...
Alexandru C. Posted February 8, 2015 Report Share Posted February 8, 2015 background: url("<a href='http://postimg.org/i...7535eqan/full/'target='_blank'><img src='http://s27.postimg.org/uptby56eb/CS_Banner_Template.png' border='0' alt="CS Banner Template" /></a>") repeat-x 50% 0; Inlocuiesti codul de mai sus cu asta : background: url('link-ul catre imaginea ta')repeat-x 50% 0 ; Quote a lot of bla bla bla... Link to comment Share on other sites More sharing options...
Don Baxter Posted February 9, 2015 Author Report Share Posted February 9, 2015 background: url("<a href='http://postimg.org/i...7535eqan/full/'target='_blank'><img src='http://s27.postimg.org/uptby56eb/CS_Banner_Template.png' border='0' alt="CS Banner Template" /></a>") repeat-x 50% 0; Inlocuiesti codul de mai sus cu asta : background: url('link-ul catre imaginea ta')repeat-x 50% 0 ; #branding { height: 328px; position: relative; background: url('http://i.imgur.com/hl6D1j0.jpg')repeat-x50% 0 ; #breading a:hover{ opacity: 0.8; } Si tot nu merge Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.