HTML - Preventing Images From Being Copied Off Website
I know that there's a way to prevent people from using the File > Save As feature on a website so that they cannot get the original jpegs or gifs. How would this be done?
Of course, you can't stop anyone from photographing products on a website but my customer has asked me to put in this feature. Thanks, Robin Similar TutorialsHey everyone, I'm the owner of a small business who had a website made recently. Unfortunately, I felt the style of the designer wasn't what I was looking for so we parted ways. So, basically I am left with a mostly done website, including code for a sliding bar of pictures (sorry for the non-technical phrases) for the online shop section of the site. My problem is I don't know how to upload pictures to the bar! Right now all it has is a "coming soon" picture. Can anyone help? URL is: http://outoftheblue.ca/newarrivalsOOTB.html Thanks! Not sure if I should be asking this question in the HTML or CSS forum, but here goes. I found a free template online I wanted to work with to re-vamp an old website I created in high school. Any help would be greatly appreciated. Even help pointing to what I should be reading up on would be appreciated. I'm sorry I didn't really know how to ask my question. The template I have been manipulating can be found he http://www.websitetemplatesonline.co...g-website.html My question is in regards to the scrolling images on the page. Where it goes from Web-Hosting, to Broadband, to Email Hosting, to Dedicated. There is an image of some servers set as the background to every category, but the image with the words changes with every category. I was just wondering what I needed to do to be able to set a revolving background as well? I have been working with this HTML and CSS code: HTML Code: <section id="content"><div class="ic"></div> <div class="container"> <div id="faded"> <ul class="slides"> <li><img src="images/slide-title1.gif"><a href="#"><span><span>Sign Up Now!</span></span></a></li> <li><img src="images/slide-title4.gif"><a href="#"><span><span>Learn More</span></span></a></li> <li><img src="images/slide-title3.gif"><a href="#"><span><span>Learn More</span></span></a></li> <li><img src="images/slide-title2.gif"><a href="#"><span><span>Learn More</span></span></a></li> </ul> <ul class="pagination"> <li><a href="#" rel="0"><span>Web Hosting</span><small>Get more information</small></a></li> <li><a href="#" rel="1"><span>Broadband</span><small>Get more information</small></a></li> <li><a href="#" rel="2"><span>Email Hosting</span><small>Get more information</small></a></li> <li><a href="#" rel="3"><span>Dedicated</span><small>Get more information</small></a></li> </ul> </div> Code: /* slider */ #faded {width:990px;height:350px;margin:7px 0;background:url(../images/slider-bg.jpg) no-repeat 25px 5px} #faded ul {list-style:none;padding:0;margin:0} #faded ul.pagination {list-style:none;padding:0;margin:0;width:246px;height:350px;background:url(../images/pagination-bg.jpg) no-repeat left top} #faded ul.pagination li {padding:5px 0 0 5px;margin-bottom:-5px} #faded ul.pagination li a {width:270px;height:85px;background-repeat:no-repeat;background-position:left -85px;background-image:url(../images/thumb-sprite.png);text-decoration:none;display:block;color:#464646} #faded ul.pagination li.current a {background-position:left top;color:#fff} #faded ul.pagination li a span {font-size:30px;line-height:1.2em;display:block;padding:14px 0 0 0} #faded ul.pagination li a small {display:inline-block;color:#428301;background-repeat:no-repeat;background-position:right -80px;background-image:url(../images/arrows.gif);padding:0 17px 0 0} #faded ul.pagination li a span, #faded ul.pagination li a small {padding-left:40px} #faded ul.pagination li.current a small {color:#82b704;background-position:right 5px} #faded ul.slides li {position:relative;width:100%} #faded ul.slides li img {position:absolute;top:71px;right:35px} #faded ul.slides li a {color:#fff;text-transform:uppercase;text-decoration:none;position:absolute;right:43px;top:217px;font-size:18px;line-height:1.2em;padding-left:8px;background:url(../images/button-left.png) no-repeat left top;letter-spacing:-1px} #faded ul.slides li a:hover {color:#8ab805} #faded ul.slides li a span {display:block;padding-right:8px;background:url(../images/button-right.png) no-repeat right top} #faded ul.slides li a span span {background:url(../images/button-tail.png) repeat-x left top;padding:15px 14px 17px 14px} a {outline:0;border:0} Thank you all in advance. Hi people! I am semi-new to html, and have tried to figure this one out on myself, but it just doesn't seem to work! So I am trying to create a layout for my photo blog, with these standards: * images that I post auto-resize to squares [100*100] * when you click on the image it will show you the full sized version optional: * on the homepage you get the option to click on 'ANALOG' and 'DIGITAL' That's all! It can't be that hard right, am I over-seeing something? I want to use this layout on tumblr, blogger, wordpress, or any other free platform! I have a link right here to give you an idea of what I'm talking about: http://www.oscaralexander.com/lomo/lowlands-08-08/html/ [they aren't squares, I know] Hi! I have just reuploaded my site, which contains 3 image flips, and I am only seeing the outline of where the images should be in both Safari and Internet Explorer. This is strange because before re-uploading, this functioned just fin. Any ideas? Thanks! Here is the problem area: http://www.lolaandcricket.com/loe/index.html Hello again. Hope you had a wonderful Christmas. =) I think I have a better way to ask my question. I'm trying to do something similar to this webpage. ....If you copy ANY PART of the lyrics, you'll see the website's name and URL "magically" appear when you paste it. I want to do something like this. When I looked at the source code for the webpage, I got REALLY confused. Not sure if they're using a script or some CSS to do this. And I doubt I'll get a response if I emailed them, because (1) this site looks REALLY big, so they might not reply to emails, and (2) I don't speak fluent Japanese. Really hope someone can figure out how I can do this. Thanks in advance!!! I have a client whose browser times out when loading a page that takes a while (20 minutes?) to generate. I could not file a response header that identifies this issue, can anyone help me with this? I am using PHP if that is a factor... How can I prevent search engines from indexing a paragraph? I know that with <META NAME="ROBOTS" CONTENT="NOINDEX"> you can prevent search engines from indexing a page. But I just want to stop them from indexing one paragraph in a page, not the whole page. I have just started playing around with AJAX, and made a simple input text field that continuously suggests pages as the user types into the textfield. However, in most browsers, the browser also tries to do something similar, by displaying a list of similar queries for any input with the same name attribute... I end up with two lists of suggestions :-) Is there a way to prevent the browser suggestions from turning up? Robert I'm trying to type HTML code into a scroll box so people can copy it and paste it onto their own sites, rendering an image. Problem is, the code renders the image inside the scroll box, when I only want the code text. How do code it so that the image doesn't render, and only the code text is displayed? Is there a way to prevent text (like a link) from being selected? I use +/- headers that expand or contract a paragraph, but when clicked rapidly the text is selected. The same thing for images? Robert I was hoping someone could clue me in as to whether or not this would be possible. I'm thinking it isn't but I need to make sure. I'd like to provide a file for people to download on my website, but when they click on the link and the download window appears I don't want them to have the option of opening it. Is it possible to only give them the option to save the file? Sounds incredibly unlikely but I gotta know. Hi, I am trying to find a way in which a website that is linked on my homepage can be opened while keeping at least one form of my homepage open as well. e.g.: Google images :http://images.google.com/imgres?imgu...en-us%26sa%3DG sorry for the massive link. Hope you get the idea. So what i want is to have a bar on top that is my homepage (like the google bar in the link), but the rest is the actual website that has been linked. I don't really care much about the url. It doesn't have to be my homepage url, it can be the actual website url. Google has been able to do that somehow, so it is possible. I would just like to know how and if it is hard to do. If someone knows how to do it, it would be great if you could give me a link to a tutorial, or explain it. thanks I have some links (in the header, the SUPPORTERS) to different websites, but when I click on them the address in the address bar does not change to the address of the website that I clicked. How do I make it show the address that I clicked on? Thanks. http://www.ac.wwu.edu/~fencing/ I am a total noob but volunteered to administrate the website, because there was no one else to do it. hello, i need a website for german customers, somethign like www.podmod.de because i would like to offer the same. So if anyone has an idea where to start, or even can offer me something i can buy, please do so. my email: verenamueller999@web.de thanks verena. Hi How to add a website counter to my website. So that when ever a visitor visits the website I want the counter to increase say from 101 to 102 and then for a new visitor it should be 103 and then again for the next visitor 104 and so on..... I want to know the code. There are number of websites that are offering this but they put their advertisement which I don't want Hi guys, my first post so hi to you all i need some help with a website i made(i know it isn't the best website in the world lol),but its my 2nd one ever so i am proud of it lol, i made the template in photoshop,sliced it in Imageready and i want to make it so i can put my text on to the main grey bit but can't figure out how for the life of me lol,can anyone tell me how to make it so i can write over the main section? is it even possible? Cheers, me Hi I am new to these forums, I am currently building a website from a template I purchased. It is coming along well but I am now stuck when trying to use the first page of my website as an ebay listing page. Of course when I upload my new ebay page there is nothing but text and broken links. How do I connect this html in my ebay listing page with my source code on my website?. Or do I have to upload all image files for borders and headers to a server separately and link straight to them one by one?. Is it to do with the very top html on the page where it says similar to href source etc etc?. My website is fine since I have uploaded all the necessary files to the directory so linking all the images etc. Really appreciate some help I have been stuck for weeks trying to get the graphics to work on my ebay page. Hello, I am trying to set up a website with no such luck. I have some experience with html however I have no idea how to create what you could call "HyperLink Boxes". Can anyone help me with settings boxes around the 6 labels within this code. it is all on a picture so I can not link the text. Code: <html> <style type="text/css"> body { background: url(http://s1.postimage.org/g8k7foy94/Void_Craft.png) fixed center no-repeat;} </style> </html> The website is hosted at Voidcraft.net with a godaddy registration and its DNS'ed to a free hosting site called 000webhost with the following allowed scripts. Mysql PHP Cron jobs CSS Can anyone with allowing me to link the images that is all 1 image while doing so invisibly? If so, thanks So i want my items in rows on my product page but with the shopping cart layout the way it is i can figure it out.I'm actually looking for someone to help me build it.I would especially like to be able to ask you to do something and then see it done and put on the website.I would be willing to pay for everything done.If anyone can help please let me know. |