Jump to content
  • 0

Прошу помоч поставить фон.


TiestoClubLife
 Share

Question

Я только только начал изучать веб програмирование, по этому прошу строго не судить )

Проблема такая: Никак не могу поставить фон на своём сайте.

Ставлю такой код, и в итоге у меня только фон залитый серым цветом , вместо нужной картинки:


body { background:url('images/Fon.png') #373e45 no-repeat 50% 0; word-wrap: break-word; }

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Спасибо, но ссылка на изображение работает, а путь к картике нет:

Так Работает : body { background:url(http://s2.goodfon.ru/image/9763-1920x1200.jpg) #373e45 no-repeat 50% 0; word-wrap: break-word; }

А так нет: body { background:url("/public_html/templates/gamer-android/images/fon.jpg") #373e45 no-repeat 50% 0; word-wrap: break-word; }

body { background:url("/images/fon.jpg") #373e45 no-repeat 50% 0; word-wrap: break-word; }

body { background:url(images/fon.jpg) #373e45 no-repeat 50% 0; word-wrap: break-word; }

body { background:url("../images/fon.jpg") #373e45 no-repeat 50% 0; word-wrap: break-word; }

3604983.png

Link to comment
Share on other sites

  • 0

Так Работает : body { background:url(http://s2.goodfon.ru...3-1920x1200.jpg) #373e45 no-repeat 50% 0; word-wrap: break-word; }

А так нет: body { background:url("/public_html/templates/gamer-android/images/fon.jpg") #373e45 no-repeat 50% 0; word-wrap: break-word; }

body { background:url("/images/fon.jpg") #373e45 no-repeat 50% 0; word-wrap: break-word; }

body { background:url(images/fon.jpg) #373e45 no-repeat 50% 0; word-wrap: break-word; }

body { background:url("../images/fon.jpg") #373e45 no-repeat 50% 0; word-wrap: break-word; }

Я знакома с этим хостингом. Тут не надо прописывать public_html

То есть вместо

body { background:url("/public_html/templates/gamer-android/images/fon.jpg") #373e45 no-repeat 50% 0; word-wrap: break-word; }

нужно писать

body { background:url("/templates/gamer-android/images/fon.jpg") #373e45 no-repeat 50% 0; word-wrap: break-word; }

Папка public_html считается корневой папкой сайта.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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. See more about our Guidelines and Privacy Policy