html - css insert an image from another website? -


I want to add a background texture image to a web page and I have used the following rule to insert an image: < / P>

  Background image: url ('http://s19.postimg.org/r5f8g6uzj/container_pattern.jpg') Repeat;  

The image I want to add is:; Although it is not working and while compiling a low file it gives an error with this rule, what is wrong or how can it be done?

postproc = text ">

Try this:

  style =" height: 300px; Width: 200px; Background-image: url (http://s19.postimg.org/r5f8g6uzj/container_patternJpg); Background-Repeat: Repeat; " 

1) Specify the height and the width.

2) There is no space between url and '('

3) '/ P>

4) Single Background-Repetition Properties


Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -