[POMOC] Background

Započeo anderson87, Oktobar 18, 2016, 16:22:47 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 2 gostiju pregledaju ovu temu.

Evo vec 2 dana se zezam s ovim backgroundom nmg nikako da ga postavim da li mi neko moze objasnuti kako cu da stavim background  ;D
• G A M E M O D E •
• F I L T E R S C R I P T •
• T U T O R I A L •


Citat
You are what you believe yoursefl to be.


Citat: MegatroNâ,,¢ poslato Oktobar 18, 2016, 17:39:07 POSLE PODNE
CSS kod

background: url(link);
Izvini ako te smaram imam ovakav kod u css fajlu
[pawn]body { background: url(C:\Users\Hrustanovic\Desktop\ESAD\BGaming Portal i Forum\templates\background.jpg") 50% 50% no-repeat; }
[/pawn]

i ovaj kod da ucita taj css fajl

[pawn]<html>
<head>
   <title>Balkan Gaming RPG</title>
   <link href ="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
</body>
</html>
[/pawn]

Ali nece da mi ucita background  :)
• G A M E M O D E •
• F I L T E R S C R I P T •
• T U T O R I A L •


Citat
You are what you believe yoursefl to be.

Pre svega nisi lepo locirao sliku.
Ides ovako
background: url("background.jpg");

EDIT: Ili ako je u nekom folderu

background: url("../folder/background.jpg");



Ali opet nece nezz do cega je  :(
• G A M E M O D E •
• F I L T E R S C R I P T •
• T U T O R I A L •


Citat
You are what you believe yoursefl to be.

A ovako
background: url("../background.jpg");




Gledaj gde ti je lociran fajl koji sadrzi html kod.
Recimo, ako ti je index.html i background.jpg u istom folderu onda koristis ovo
background: url("../background.jpg");

A ako ti je slika u nekom od foldera onda moras da ga lociras

background: url("../folder/background.jpg");



nisu mi u istom fajlu style.css je u templates fajlu kao i slika ali ja mislim da je to nesto u index.html
• G A M E M O D E •
• F I L T E R S C R I P T •
• T U T O R I A L •


Citat
You are what you believe yoursefl to be.

Pa onda moras da menjas i podatke i u index.html fajlu.

<link href ="templates/style.css" rel="stylesheet" type="text/css"/>

Ovo je primer ako su ti i index.html fajl i folder templates u istom folder odnosno na istom mestu.

A za background
background: url("../templates/background.jpg");



Moze li to bit do velicine?
• G A M E M O D E •
• F I L T E R S C R I P T •
• T U T O R I A L •


Citat
You are what you believe yoursefl to be.



Citat: [F] Muma poslato Oktobar 18, 2016, 20:24:28 POSLE PODNE
OT: otkad se ti baviš ovim' ? :D
Od juce  :D :D
• G A M E M O D E •
• F I L T E R S C R I P T •
• T U T O R I A L •


Citat
You are what you believe yoursefl to be.

Citat: ᕼᖇá'Œá"•Tá—©á'ŽOᐯIá'• poslato Oktobar 18, 2016, 18:35:29 POSLE PODNE
Moze li to bit do velicine?

Bila rezolucija 5000x5000 ili 50x50 slika ce ti se svakako prikazati ako si sve lepo povezao.



Sredio sam sve svoje scripterske i ... probleme moze lock
• G A M E M O D E •
• F I L T E R S C R I P T •
• T U T O R I A L •


Citat
You are what you believe yoursefl to be.