How to create a text area with the background colors and images

Adding a background or color in the Text area will make your blog more interesting. So we see the html code below:

<div style="overflow: auto; width: 400px; height: 100px;background-color: #ffecff; background-attachment: scroll;background-repeat: no-repeat; background-position:right bottom;background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiw_w9QutgslqVGdW0kFbqIB7t6WXR7mh-lxBmhaAn8FucYjsKgfz_sIXIQdJsNueX_-VxsUyW5Q0i-kr0asPb6KNKnzEJvky0HKJFFMfcs9aN4U1C9Up78VHDlPpKodgTOEM_2evyy0I6-/s1600/poke133.gif); text-align: justify; padding: 5px; border: 1px solid#0000b9;">

write your posts here

</div>

results from the html code above:

results from the html code above

DESCRIPTION:
  • WIDTH: width of text area
  • HEIGHT: Height text area
  • BACKGROUND-COLOR: background color of the text area
  • BACKGROUND-REPEAT: repeat appearance in the picture
  • BACKGROUND-POSITION: location background images
  • BACKGROUND IMAGE : background image
  • TEXT-ALIGN: text alignment
  • PADDING: distance between the border posts
  • BORDER: line or frame the text area
  • SOLID: color lines or frame the text area
  • FONT-SIZE: font size
  • FONT-FAMILY: typeface
  • COLOR: The color of letters
Html code above does not have to like it, you can create yourself and create a text area with your type.

Good luck ... !!!!!

Out Of Topic