Showing posts with label how to's. Show all posts
Showing posts with label how to's. Show all posts

Tuesday, August 20, 2013

How To Watermark Your Images

1. Go to www.photobucket.com. Either sign in if you have an account, or sign up if you don't have one.

2. Select your Photo Bucket plan. I use the free 2GB and it works fine.

3. Upload your photo(s).

4. At the top of the page you'll see an "edit" button. Click it. It will lead you to a way to edit your image.

5. Edit the image to however you want it. Don't forget to click the arrow on the right of the toolbar to see more. That is where you'll find something that says "add text".

6. Click save. It will automatically redirect you to the image. Click on the "direct link" button on the sidebar.

7. Add an image to your blog post. Click on image url and click paste. Now you have an image with your watermarked blog name!

 photo sara_zps75213f1f.jpg

How To Disable Right Click

1. Log in to blogger and click "layout"
2. Then, click "add a gadget" You can put this gadget anywhere on your blog. Mine is on my right sidebar at the bottom (no one will see it).
2. When you add the gadget, select "HTML/JavaScript"
3. Copy and paste this code in to the gadget:

<script language="JavaScript">
<!--
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>


4. Click "save" and then "save arrangement" at the top right. 

I hope this helps!

 photo sara_zps75213f1f.jpg