Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [CSS] z tłem w php
Pokemon 202
post
Post #1





Grupa: Zarejestrowani
Postów: 21
Pomógł: 0
Dołączył: 14.01.2004

Ostrzeżenie: (0%)
-----


jak dam:
[php:1:c23d6a0412]<body bgcolor="#99FF99"></body>
<? $title = "News"; include ("head.php"); include ("news/index.php"); include ("foot.php");
?>[/php:1:c23d6a0412] to nie działa a jak dam:
[php:1:c23d6a0412]<body bgcolor="#99FF99"></body>
[/php:1:c23d6a0412] to działa (IMG:http://forum.php.pl/style_emoticons/default/sad.gif) pomocy

--------------------------------
Temat zmoderowany
Seth
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi (1 - 15)
BoMeR-
post
Post #2





Grupa: Zarejestrowani
Postów: 11
Pomógł: 0
Dołączył: 9.12.2003
Skąd: Polska, Częstochowa

Ostrzeżenie: (0%)
-----


[php:1:f14d54db49]<body bgcolor="#99FF99">
<? $title = "News"; include ("head.php"); include ("news/index.php"); include
("foot.php");
?>
</body> [/php:1:f14d54db49]
powinno byc chyba tak (IMG:http://forum.php.pl/style_emoticons/default/biggrin.gif)
Go to the top of the page
+Quote Post
Pokemon 202
post
Post #3





Grupa: Zarejestrowani
Postów: 21
Pomógł: 0
Dołączył: 14.01.2004

Ostrzeżenie: (0%)
-----


Cytat
[php:1:8e11397fb1]<body bgcolor="#99FF99">
<? $title = "News"; include ("head.php"); include ("news/index.php"); include
("foot.php");
?>
</body> [/php:1:8e11397fb1]
powinno byc chyba tak (IMG:http://forum.php.pl/style_emoticons/default/biggrin.gif)
nie działa :/
Go to the top of the page
+Quote Post
maulus
post
Post #4





Grupa: Zarejestrowani
Postów: 82
Pomógł: 0
Dołączył: 15.12.2003

Ostrzeżenie: (0%)
-----


użyj CSS
Go to the top of the page
+Quote Post
Pokemon 202
post
Post #5





Grupa: Zarejestrowani
Postów: 21
Pomógł: 0
Dołączył: 14.01.2004

Ostrzeżenie: (0%)
-----


mam tylko nie wiem o co chodzi bo mi go ktos zrbił
Kod
* {

font-family: verdana;

font-size: 11px;

}

.td {

border-top: solid black 1px;

border-bottom: solid black 1px;

border-left: solid black 1px;

border-right: solid black 1px;

}

iframe {

border-top: solid black 1px;

border-bottom: solid black 1px;

border-left: solid black 1px;

border-right: solid black 1px;

}

input, textarea, select {

color: black;

background: white;

border-top: solid black 1px;

border-bottom: solid black 1px;

border-left: solid black 1px;

border-right: solid black 1px;

}

a {

text-decoration: none;

text-transform: none;

color: #0066cc;

}

a:hover {

text-decoration: none;

text-transform: none;

color: #1199ff;

}

body {

background: white;

}

body, iframe, select, textarea {

scrollbar-face-color: white;

scrollbar-highlight-color: black;

scrollbar-shadow-color: black;

scrollbar-3dlight-color: white;

scrollbar-arrow-color: black;

scrollbar-track-color: white;

scrollbar-darkshadow-color: white;

scrollbar-base-color: white;

}
jak byś mogł mi dodać te tło? (IMG:http://forum.php.pl/style_emoticons/default/smile.gif)
Go to the top of the page
+Quote Post
maulus
post
Post #6





Grupa: Zarejestrowani
Postów: 82
Pomógł: 0
Dołączył: 15.12.2003

Ostrzeżenie: (0%)
-----


Kod
BODY {

    BACKGROUND-COLOR: #FFFFFF

}


u ciebie to coś takiego
Kod
body {

background: white;

}
[/sql]
Go to the top of the page
+Quote Post
BoMeR-
post
Post #7





Grupa: Zarejestrowani
Postów: 11
Pomógł: 0
Dołączył: 9.12.2003
Skąd: Polska, Częstochowa

Ostrzeżenie: (0%)
-----


Kod
* {



font-family: verdana;

font-size: 11px;

}

body {

        background: #99FF99;

}

.td {

border-top: solid black 1px;

border-bottom: solid black 1px;

border-left: solid black 1px;

border-right: solid black 1px;

}

iframe {

border-top: solid black 1px;

border-bottom: solid black 1px;

border-left: solid black 1px;

border-right: solid black 1px;

}

input, textarea, select {

color: black;

background: white;

border-top: solid black 1px;

border-bottom: solid black 1px;

border-left: solid black 1px;

border-right: solid black 1px;

}

a {

text-decoration: none;

text-transform: none;

color: #0066cc; }

a:hover {

text-decoration: none;

text-transform: none;

color: #1199ff;

}

body, iframe, select, textarea {

scrollbar-face-color: white;

scrollbar-highlight-color: black;

scrollbar-shadow-color: black;

scrollbar-3dlight-color: white;

scrollbar-arrow-color: black;

scrollbar-track-color: white;

scrollbar-darkshadow-color: white;

scrollbar-base-color: white;

}
Go to the top of the page
+Quote Post
maulus
post
Post #8





Grupa: Zarejestrowani
Postów: 82
Pomógł: 0
Dołączył: 15.12.2003

Ostrzeżenie: (0%)
-----


chłopak ma już background na dole (IMG:http://forum.php.pl/style_emoticons/default/smile.gif)
Go to the top of the page
+Quote Post
BoMeR-
post
Post #9





Grupa: Zarejestrowani
Postów: 11
Pomógł: 0
Dołączył: 9.12.2003
Skąd: Polska, Częstochowa

Ostrzeżenie: (0%)
-----


dlatego w moim poscie zmienilem na takie tlo co chcial (IMG:http://forum.php.pl/style_emoticons/default/smile.gif)
Go to the top of the page
+Quote Post
Pokemon 202
post
Post #10





Grupa: Zarejestrowani
Postów: 21
Pomógł: 0
Dołączył: 14.01.2004

Ostrzeżenie: (0%)
-----


bu..... ale to tesz nie działa :x
Go to the top of the page
+Quote Post
BoMeR-
post
Post #11





Grupa: Zarejestrowani
Postów: 11
Pomógł: 0
Dołączył: 9.12.2003
Skąd: Polska, Częstochowa

Ostrzeżenie: (0%)
-----


obydwa nie dzialaja ?
Go to the top of the page
+Quote Post
hwao
post
Post #12


Developer


Grupa: Moderatorzy
Postów: 2 844
Pomógł: 20
Dołączył: 25.11.2003
Skąd: Olkusz




$title = "News"; include ("head.php"); include ("news/index.php"); include
("foot.php");
Może w kturymś z tych plików masz jakieś <body> itp i to przeszkadza (IMG:http://forum.php.pl/style_emoticons/default/smile.gif) (może jakies style)

Mogłbys pokazać jak to wyglada(na servie)
Go to the top of the page
+Quote Post
Pokemon 202
post
Post #13





Grupa: Zarejestrowani
Postów: 21
Pomógł: 0
Dołączył: 14.01.2004

Ostrzeżenie: (0%)
-----


hmm... ma <body> :x
bo jest zegarek (IMG:http://forum.php.pl/style_emoticons/default/biggrin.gif) ew. wywale go i zobacze co jest
Go to the top of the page
+Quote Post
Paul
post
Post #14





Grupa: Zarejestrowani
Postów: 636
Pomógł: 0
Dołączył: 22.10.2003
Skąd: Katowice

Ostrzeżenie: (0%)
-----


problem z tlem w php 8O ludzie php nie ma nic do tla... to jest przeciez server side..... sprawa polega tylko na wypluciu odpowiedniego htmla czy cssa do przegladarki... dlatego uwazam, ze temat tego tematu (troche to dziwnie brzmi :wink: ) tego powinien zostac zmienony......
Go to the top of the page
+Quote Post
BoMeR-
post
Post #15





Grupa: Zarejestrowani
Postów: 11
Pomógł: 0
Dołączył: 9.12.2003
Skąd: Polska, Częstochowa

Ostrzeżenie: (0%)
-----


podaj kody includowanych plikow moze to cos pomoze (IMG:http://forum.php.pl/style_emoticons/default/smile.gif)
Go to the top of the page
+Quote Post
seaquest
post
Post #16





Grupa: Przyjaciele php.pl
Postów: 790
Pomógł: 7
Dołączył: 6.02.2003
Skąd: Polska

Ostrzeżenie: (0%)
-----


Odnośnie do post'a Pula:

Przenoszę: PHPPoczątkujący -> XHTML, CSS i ECMASCript
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 23.08.2025 - 06:26