Wednesday, February 13, 2019

Today Tidings How To Add Together Text Watermark To Blogger (20 Styles)

Updated on: January 21, 2018

I flora likewise many questions near Adding watermark inwards blogger posts but no appropriate solution, thus I decided to practise a tutorial for my users to permit them know how to add text watermark to their Blogspot blog.

Watermark is basically used to forestall your content from beingness getting copied in addition to also to link your spider web log content to your refer or brand. For adding a horizontal, vertical or diagonal text watermark (repeating or non-repeating - multi-line or single-line) to the blogger template simply follow the given pace yesteryear pace tutorial amongst images in addition to a demo.

 thus I decided to practise a tutorial for my users to permit them know how to  Today News How To Add Text Watermark To Blogger (20 Styles)

Steps : Adding Text Watermark to Blog Posts

 thus I decided to practise a tutorial for my users to permit them know how to  Today News How To Add Text Watermark To Blogger (20 Styles)

Step 1. Login to your Blogger account, thus larn to Theme > Edit HTML.

 thus I decided to practise a tutorial for my users to permit them know how to  Today News How To Add Text Watermark To Blogger (20 Styles)

Step 2. Click anywhere within the code in addition to search for the next code (CTRL+F):

<data:post.body/>

Step 3. Replace the code amongst this code:

Note: Their volition endure 2 codes supersede both.

<div class='hbzwatermark'><data:post.body/></div>
 thus I decided to practise a tutorial for my users to permit them know how to  Today News How To Add Text Watermark To Blogger (20 Styles)

Step 4. Again click anywhere within the code in addition to search for next code:

]]></b:skin>

Step 5. Place this code simply to a higher house it:

  • For Horizontally Repeating Multi-line Watermark
  • .hbzwatermark:before {     display: block;     background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");     background-repeat: repeat;     position: absolute;     height: 100%;     top: 0;     left: 0;     width: 100%;     content: "";     z-index: -1;     background-size: automobile 30px;     opacity: 0.5; } .hbzwatermark {     position: relative;     overflow: hidden;     z-index: 1; }
  • For Vertically Repeating Multi-line Watermark (Top to Bottom)
  • .hbzwatermark::before {     display: block;     background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");     position: absolute;     height: 200%;     top: -100%;     left: 50%;     width: 5000%;     transform: rotate(90deg);     -moz-transform: rotate(90deg);     -webkit-transform: rotate(90deg);     transform-origin: left center;     -moz-transform-origin: left center;     -webkit-transform-origin: left center;     content: "";     z-index: -1;     background-size: automobile 30px;     opacity: 0.5;     background-repeat: repeat; } .hbzwatermark {     position: relative;     overflow: hidden;     z-index: 1; }
  • For Vertically Repeating Multi-line Watermark (Bottom to Top)
  • .hbzwatermark::before {     display: block;     background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");     position: absolute;     height: 200%;     bottom: -100%;     left: 50%;     width: 5000%;     transform: rotate(-90deg);     -moz-transform: rotate(-90deg);     -webkit-transform: rotate(-90deg);     transform-origin: left center;     -moz-transform-origin: left center;     -webkit-transform-origin: left center;     content: "";     z-index: -1;     background-size: automobile 30px;     opacity: 0.5;     background-repeat: repeat; } .hbzwatermark {     position: relative;     overflow: hidden;     z-index: 1; }
  • For Diagonally Repeating Multi-line Watermark (Bottom-Left to Top-Right)
  • .hbzwatermark::before {     display: block;     background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");     position: absolute;     height: 200%;     bottom: -100%;     left: 0%;     width: 5000%;     transform: rotate(-45deg);     -moz-transform: rotate(-45deg);     -webkit-transform: rotate(-45deg);     transform-origin: left center;     -moz-transform-origin: left center;     -webkit-transform-origin: left center;     content: "";     z-index: -1;     background-size: automobile 30px;     opacity: 0.5;     background-repeat: repeat; } .hbzwatermark {     position: relative;     overflow: hidden;     z-index: 1; }
  • For Diagonally Repeating Multi-line Watermark (Top-Left to Bottom-Right)
  • .hbzwatermark::before {     display: block;     background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");     position: absolute;     height: 200%;     top: -100%;     left: 0%;     width: 5000%;     transform: rotate(45deg);     -moz-transform: rotate(45deg);     -webkit-transform: rotate(45deg);     transform-origin: left center;     -moz-transform-origin: left center;     -webkit-transform-origin: left center;     content: "";     z-index: -1;     background-size: automobile 30px;     opacity: 0.5;     background-repeat: repeat; } .hbzwatermark {     position: relative;     overflow: hidden;     z-index: 1; }

Step 6. Configuration:

  • For Horizontally Non-Repeating Multi-line Watermark (Left to Right)
  • .hbzwatermark::before {      display: block;      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");      position: absolute;      height: 200%;      width: 100%;      transform: rotate(-90deg);      -moz-transform: rotate(-90deg);      -webkit-transform: rotate(-90deg);      transform-origin: center;      -moz-transform-origin: center;      -webkit-transform-origin: center;      content: "";      z-index: -1;      background-size: automobile 30px;      opacity: 0.5;      background-repeat: repeat-y;      background-position: center;      top: -50%; } .hbzwatermark {      position: relative;      overflow: hidden;      z-index: 1; }
  • For Horizontally Non-Repeating Multi-line Watermark (Right to Left)
  • .hbzwatermark::before {      display: block;      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");      position: absolute;      height: 200%;      width: 100%;      transform: rotate(90deg);      -moz-transform: rotate(90deg);      -webkit-transform: rotate(90deg);      transform-origin: center;      -moz-transform-origin: center;      -webkit-transform-origin: center;      content: "";      z-index: -1;      background-size: automobile 30px;      opacity: 0.5;      background-repeat: repeat-y;      background-position: center;      top: -50%; } .hbzwatermark {      position: relative;      overflow: hidden;      z-index: 1; }

    Step 6. Configuration:

  • For Vertically Non-Repeating Multi-line Watermark
  • .hbzwatermark::before {      display: block;      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");      position: absolute;      height: 100%;      width: 100%;      content: "";      z-index: -1;      background-size: automobile 30px;      opacity: 0.5;      background-repeat: repeat-y;      background-position: center; } .hbzwatermark {      position: relative;      overflow: hidden;      z-index: 1; }

    Step 6. Configuration:

    .hbzw {      display: none;      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png") repeat-y;      background-position: center;      position: absolute;      left: 0;      top: -50%;      width: 100%;      height: 200%;      opacity: 0.5;      transform-origin: center;      -moz-transform-origin: center;      -webkit-transform-origin: center;      content: "";      z-index: -1;      background-size: automobile 30px; }  .hbzwatermark {      position: relative;      overflow: hidden;      z-index: 1; }

    Step 6. Place next code simply to a higher house </head>

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>

    Note: If the to a higher house is already acquaint then, at that spot is no involve to house it again.

    Step 7. Place next code simply to a higher house </body>

  • For Diagonally Non-Repeating Multi-line Watermark (Top-Left to Bottom-Right)
  • <script>     $(document).ready(function() {         $(".hbzwatermark").each(function() {             var h = $(this).height();             var w = $(this).width();             var r = Math.atan(w / h);             var a = r * 180 / Math.PI;             $(this).prepend("<div class='hbzw'></div>");             $(this).children(":first").css({                 "transform": "rotate(-" + a + "deg)",                 "-moz-transform": "rotate(-" + a + "deg)",                 "-webkit-transform": "rotate(-" + a + "deg)",                 "display": "block"             });         });     }); </script>
  • For Diagonally Non-Repeating Multi-line Watermark (Top-Right to Bottom-Left)
  • <script>     $(document).ready(function() {         $(".hbzwatermark").each(function() {             var h = $(this).height();             var w = $(this).width();             var r = Math.atan(w / h);             var a = r * 180 / Math.PI;             $(this).prepend("<div class='hbzw'></div>");             $(this).children(":first").css({                 "transform": "rotate(" + a + "deg)",                 "-moz-transform": "rotate(" + a + "deg)",                 "-webkit-transform": "rotate(" + a + "deg)",                 "display": "block"             });         });     }); </script>

    Step 8. Configuration:

  • For Horizontally Repeating Single-line Watermark
  • .hbzwatermark::before {      display: block;      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");      position: absolute;      height: 100%;      width: 100%;      content: "";      z-index: -1;      background-size: automobile 30px;      opacity: 0.5;      background-repeat: repeat-y;      background-position: center; } .hbzwatermark {      position: relative;      overflow: hidden;      z-index: 1; }

    Step 6. Configuration:

  • For Vertically Repeating Single-line Watermark (Top to Bottom)
  • .hbzwatermark::before {      display: block;      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");      position: absolute;      height: 100%;      width: 5000%;      transform: rotate(90deg);      -moz-transform: rotate(90deg);      -webkit-transform: rotate(90deg);      transform-origin: center;      -moz-transform-origin: center;      -webkit-transform-origin: center;      content: "";      z-index: -1;      background-size: automobile 30px;      opacity: 0.5;      background-repeat: repeat-x;      background-position: center;      left: -2450%; }  .hbzwatermark {      position: relative;      overflow: hidden;      z-index: 1; }
  • For Vertically Repeating Single-line Watermark (Bottom to Top)
  • .hbzwatermark::before {      display: block;      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");      position: absolute;      height: 100%;      width: 5000%;      transform: rotate(-90deg);      -moz-transform: rotate(-90deg);      -webkit-transform: rotate(-90deg);      transform-origin: center;      -moz-transform-origin: center;      -webkit-transform-origin: center;      content: "";      z-index: -1;      background-size: automobile 30px;      opacity: 0.5;      background-repeat: repeat-x;      background-position: center;      left: -2450%; }  .hbzwatermark {      position: relative;      overflow: hidden;      z-index: 1; }

    Step 6. Configuration:

    .hbzw {      display: none;      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png") repeat-x;      position: absolute;      left: 0;      width: 5000%;      transform-origin: left center;      -moz-transform-origin: left center;      -webkit-transform-origin: left center;      content: "";      opacity: 0.5;      z-index: -1;      background-size: automobile 30px; }  .hbzwatermark {      position: relative;      overflow: hidden;      z-index: 1; }

    Step 6. Place next code simply to a higher house </head>

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>

    Note: If the to a higher house is already acquaint then, at that spot is no involve to house it again.

    Step 7. Place next code simply to a higher house </body>

  • For Diagonally Repeating Single-line Watermark (Top-Left to Bottom-Right)
  • <script>     $(document).ready(function() {         $(".hbzwatermark").each(function() {             var h = $(this).height();             var w = $(this).width();             var r = Math.atan(h / w);             var a = r * 180 / Math.PI;             $(this).prepend("<div class='hbzw'></div>");             var n = $(".hbzwatermark .hbzw").css("background-size");             var sec = n.split(' ')[1];             var q = s.replace("px", "");             $(this).children(":first").css({                 "transform": "rotate(" + a + "deg)",                 "-moz-transform": "rotate(" + a + "deg)",                 "-webkit-transform": "rotate(" + a + "deg)",                 "display": "block",                 "height": s,                 "top": -(q / 2) + "px"             });         });     }); </script>
  • For Diagonally Repeating Single-line Watermark (Bottom-Left to Top-Right)
  • <script>     $(document).ready(function() {         $(".hbzwatermark").each(function() {             var h = $(this).height();             var w = $(this).width();             var r = Math.atan(h / w);             var a = r * 180 / Math.PI;             $(this).prepend("<div class='hbzw'></div>");             var n = $(".hbzwatermark .hbzw").css("background-size");             var sec = n.split(' ')[1];             var q = s.replace("px", "");             $(this).children(":first").css({                 "transform": "rotate(-" + a + "deg)",                 "-moz-transform": "rotate(-" + a + "deg)",                 "-webkit-transform": "rotate(-" + a + "deg)",                 "display": "block",                 "height": s,                 "bottom": -(q / 2) + "px"             });         });     }); </script>

    Step 8. Configuration:

  • For Horizontal Single-Word Watermark
  • .hbzwatermark::before {      display: block;      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");      position: absolute;      height: 100%;      width: 100%;      content: "";      z-index: -1;      background-size: automobile 30px;      opacity: 0.5;      background-repeat: no-repeat;      background-position: center; }  .hbzwatermark {      position: relative;      overflow: hidden;      z-index: 1; }

    Step 6. Configuration:

  • For Vertical Single-Word Watermark (Bottom to Top)
  • .hbzwatermark::before {      display: block;      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");      position: absolute;      height: 100%;      width: 100%;      transform: rotate(-90deg);      -moz-transform: rotate(-90deg);      -webkit-transform: rotate(-90deg);      transform-origin: center;      -moz-transform-origin: center;      -webkit-transform-origin: center;      content: "";      z-index: -1;      background-size: automobile 30px;      opacity: 0.5;      background-repeat: no-repeat;      background-position: center; }  .hbzwatermark {      position: relative;      overflow: hidden;      z-index: 1; }
  • For Vertical Single-Word Watermark (Top to Bottom)
  • .hbzwatermark::before {      display: block;      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png");      position: absolute;      height: 100%;      width: 100%;      transform: rotate(90deg);      -moz-transform: rotate(90deg);      -webkit-transform: rotate(90deg);      transform-origin: center;      -moz-transform-origin: center;      -webkit-transform-origin: center;      content: "";      z-index: -1;      background-size: automobile 30px;      opacity: 0.5;      background-repeat: no-repeat;      background-position: center; }  .hbzwatermark {      position: relative;      overflow: hidden;      z-index: 1; }

    Step 6. Configuration:

    .hbzw {      display: none;      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png") no-repeat;      background-position: center;      position: absolute;      left: 0;      width: 100%;      bottom: 50%;      transform-origin: center;      -moz-transform-origin: center;      -webkit-transform-origin: center;      content: "";      opacity: 0.5;      z-index: -1;      background-size: automobile 30px; }  .hbzwatermark {      position: relative;      overflow: hidden;      z-index: 1; }

    Step 6. Place next code simply to a higher house </head>

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>

    Note: If the to a higher house is already acquaint then, at that spot is no involve to house it again.

    Step 7. Place next code simply to a higher house </body>

  • For Diagonal Single-Word Watermark (Top-Left to Bottom-Right)
  • <script>     $(document).ready(function() {         $(".hbzwatermark").each(function() {             var h = $(this).height();             var w = $(this).width();             var r = Math.atan(h / w);             var a = r * 180 / Math.PI;             $(this).prepend("<div class='hbzw'></div>");             var n = $(".hbzwatermark .hbzw").css("background-size");             var sec = n.split(' ')[1];             var q = s.replace("px", "");             $(this).children(":first").css({                 "transform": "rotate(" + a + "deg)",                 "-moz-transform": "rotate(" + a + "deg)",                 "-webkit-transform": "rotate(" + a + "deg)",                 "display": "block",                 "height": s,                 "margin-bottom": -(q / 2) + "px"             });         });     }); </script>
  • For Diagonal Single-Word Watermark (Bottom-Left to Top-Right)
  • <script>     $(document).ready(function() {         $(".hbzwatermark").each(function() {             var h = $(this).height();             var w = $(this).width();             var r = Math.atan(h / w);             var a = r * 180 / Math.PI;             $(this).prepend("<div class='hbzw'></div>");             var n = $(".hbzwatermark .hbzw").css("background-size");             var sec = n.split(' ')[1];             var q = s.replace("px", "");             $(this).children(":first").css({                 "transform": "rotate(-" + a + "deg)",                 "-moz-transform": "rotate(-" + a + "deg)",                 "-webkit-transform": "rotate(-" + a + "deg)",                 "display": "block",                 "height": s,                 "margin-bottom": -(q / 2) + "px"             });         });     }); </script>

    Step 8. Configuration:

  • Replace https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS9RliHz1pwasQcHuy7ltWLDCb9_FT-725CRn7VW-yc62SExoYOjKGJqAP2v1nsMcWsKwvxX2SzBX881sgBqAb-XdXmTYg874JNDJq7zrcoLGiXOtjdcuav4gqyWdcuJHfecpKrmw_Ll4/s1600/picturetopeople.org-0ce39e09dcc77f7dafa3324347f32fe795720fed0e21a3d765.png amongst your watermark text epitome URL.
  • Adjust the value 30px to conform the size of the watermark text.
  • Adjust the value 0.5 inwards betwixt 0.1 - 1.0 to conform the transparency of watermark.

To Create Watermark Text Image Click here.

  • Type your 'Text'.
  • Set 'Font size' to fifty from dropdown box.
  • Set 'Margin' to 6.
  • Select yours watermark 'Text color' such that your postal service text is visible over it.
  • Choose your Font.
  • Click Generate in addition to salve the image.

Read: How To Generate The URL Of An Image (Saved inwards Computer).

Step 7. Save Theme.

That's it

Now banking concern tally out your spider web log posts, yous volition detect your watermark placed behind every spider web log post. For whatever issues related to to a higher house tutorial comment below. Stay Updated, Browse ! :)

0 comments

Post a Comment