HTML - Images From My Site Being Uploaded Elsewhere...
Hi all --
I'm not sure even how to start dealing with this, so here goes. I have a site (adult) that users pay to see pics/videos. One of the members apparently is taking these pictures and uploading them to like an adult "hack" site... is there anything I can really do about this? If so, how would I go about it? I don't really want to disable the right-click, save as.. I have probably 3-4 thousand pictures up now, and more every week. Any ideas? Thanks! Mary K. Similar TutorialsI'm having an issue regarding how my site looks locally as opposed to the uploaded version. Here is how it should look: http://www.cincitucky.com/available_worldwide.jpg Here is how it looks: http://www.cincitucky.com/ It looks fine on my local machine, online it looks busted. It seems like it would be a simple issue but I'm on day two of trying to figure this out. Any insight into this situation would be great. I will be working on a site soon and what I want to do is have a small box in which images scroll automatically from right to left. Similar to the image at the top of this page - http://www.huntingground.freeserve.c...mgscroll3h.htm - but I want it to be less wide and have one image showing at a time, at most two show at one time. I don't know if this is possible with HTML or if it is Javascript. I want it to repeat the images too. Thanks in advance. Google chrome, IE 7 and 8, and i think Opera all load the images fine. but Firefox (latest version) just does not load all of them. I refresh the page and it loads the ones that did not load before but still has some unloaded. Can some one please explain to me or help me on this? i have been pulling my hair out Thanks for help people, photos should be below. The first one is the Firefox one. Also here is a link to the page: http://www.dubbest.com/index%20MAIN.htm Hi, I made a test site with HTML coding as .txt, then I opened it with the browser (Internet Explorer) and looked just as I made it. However, when I paste the code in the editor of the site host (freewbs.com) it does not show my images, they just dissapear. I used this kind of code when I put the images: <TD width=300 background="examplesite_archivos/navbar1.jpg" </TD> and it works great except when I open the site with the host. I thought I should upload them somehow, but doesn`t works. It's the first time I use a host so if someone could explain me what I'm doing wrong or what's the problem?? Thanks a lot. This is really strange. Normally I would expect to see something like this happening on pure CSS sites, but this is a good old fashioned table-based layout. If you go to: url and try to click on any of the menus, you'll see the menu item below it moves up. Also if you click on the logo it jumps down to the menu area? Very bizarre and have never seen this behavior in the 10 years I've been coding. Any insight would be greatly appreciated :-) Hello, im not sure if this is in the right place but, I want, on my website, to have a section where it shows the five recently uploaded pictures to the 'portfolio' section. But this will be placed on the my index page. does this make sense? thanks. Adam C http://www.heresmary.com/amelia/desktop.jpg Desktop. http://www.heresmary.com/amelia/online.jpg Online. I am trying to make the page look ok in firefox. It's working fine on the pc, but when i view it online there's no area around the images. What am I doing wrong and why would it only effect it when it's uploaded? :S Here's the url: http://www.heresmary.com/amelia Here's the css that it links to, incase that could be the problem: HTML Code: body {background-color: transparent; font-family: arial;} a:link {color: #000000; text-decoration: underline;} a:visited {color: #000000; text-decoration: underline;} a:hover {color: #000000; text-decoration: none;} img {border: 0;} img.workimage {margin: 5px;} h1 {font-size: 13pt; text-align: center; font-weight: bold;} h2 {font-size: 12pt; text-align: center; font-weight: bold; text-decoration: underline;} p.small {font-size: 8pt; text-align: center;} p.welcomeheader1 {width: 300px; font-size: 11pt; font-weight: bold; border-bottom: 2px solid #D7F398;} table.previews {width: 600px; margin-left: auto; margin-right: auto;} td.workimages {height: 160px; text-align: center; background-image: url(images/tablebg.jpg); border-bottom: 2px solid black;} td.worktext {font-size: 10pt; line-height: 15px; text-align: center; background-image: url(images/tdbg.bmp); border-top: 1px solid black; border-bottom: 1px solid black;} i dont know why the page called index doesnt work.. here is the code Code: <HTML> <HEAD> <TITLE>INDEX</TITLE> </HEAD> <FRAMESET ROWS = "120,500,70"border="0" framespacing="0" frameborder="0"> <FRAME NAME="BANNER" SCROLLING ="no" SRC ="http://ectwebdevelopment.webng.com/banner.html"> <FRAMESET COLS ="110,500"border="0" framespacing="0" frameborder="0"> <FRAME NAME="NAV" SCROLLING ="no" SRC ="http://ectwebdevelopment.webng.com/nav.html"> <FRAME NAME="home" SCROLLING ="yes" SRC ="http://ectwebdevelopment.webng.com/home.html"> </FRAMESET> <FRAME NAME="FOOTER" SCROLLING ="no" SRC ="http://ectwebdevelopment.webng.com/footer.html"> </HTML> can someone plz help me and tell me what to do to solve this problem? the site Hello Folks, I'm not too sure which forum I should post this in, but hopefully this is the right one. I have created a horzontal Navigation bar using a repeating tile for the bottom of my page, which views fine on my hard drive. See screenshot attached. However, when I upload the page, the tile stops displaying and only the solid background shows. http://www.magicalwonders.com/Test2/Index.html I can't work out what is going wrong. I've tried renaming the file, deleting from the webspace and re-uploading, but it still refuses to display when uploaded. The other repeating tiles work fine, so I have no idea what's going on. Can anyone spot what may be the problem and save my sanity? Thanks, Myles I recently uploaded files to fatcow and they can be see here http://kovcreation.com/ This is the html for the links. <Div id="nav"> <ul> <li><a href='index.html'"><font color="584842"vlink="#bb2826"alink="#584842">Home</font></a></li> <li><a href='Portfolio.html'"><font color="584842"vlink="#bb2826"alink="#584842">Portfolio</font></a></li> <li><a href='Contact.html'"><font color="584842"vlink="#bb2826"alink="#584842">Contact</font></a></li> </Div> It works locally but once uploaded to there servers I get a "page not found" after clicking a link. The link to the index page works but not the others. The people at fatcow where completely useless and just kept saying it was a scripting issue. however, if it were a scripting issue it wouldn't work locally. Any insight? I am wondering if it is possible to create an INDEX.HTML to redirect to another website? I would like it to display the redirected site, but if possible keep to the original address.. e.g. A site named www.mysite.com, with an INDEX.HTML to redirect to www.othersite.com, which displays OTHERSITE with www.mysite.com in the address bar. Hope I explained ok, any responce would be much appricated! Thanks! Hello I am a total newbie to html and I am sure this can probably be answered in a second.... I am trying to make my title text very large to make a statement - maybe 5 cm high. It doesnt seem to matter how big i make it in my nvu editor, ( in the normal screen mode) once i upload it to my webspace online it only appears at a much smaller size. I can make it so the title literally fills the screen in my nvu editor and then upload it to my webpage and it still restricts the maximum size it shows it at. Does it sound like i am doing something wrong in my nvu html editor or should i be using some html text in the source mode to make the large text recognisable to my webspace, ie: using some font size comands? I hope this makes sense. Any help would be greatly appreciated Thanks Alex Hi all, this is my first post. First of all, my website is http://explosions.us.to Right now, whenever you click on something from the "nav" the links stay in the same place like they should. However, I want this to be the new 'about' page. Notice how the "nav" images change because of the added content in the layout cell. Any help on how to fix this is appreciated! and when i go on google and put the name of my site in i get this message.. Quote: Temporary holding page. This domain has been registered by registron.co.uk on behalf of a client. where as other sites have say for example Quote: The local version of this pre-eminent search engine, offering UK-specific pages as well as world results. www.google.co.uk/ - 4k im holding out to unveil my page Thanks does anyone knows a code or how to put a log in to a site? like i want before going in the site, before anything comes up in the screen a box with a log in.. could someone explain me I have just created a site with 50+ pages and want to create a HTML site plan page of just text links for the entire site, is there a simple way to do this, i have had a quick google search and can only seem to find PC software, any ideas for a mac user or any dreamweaver exensions etc that can help!!!! Thanks in advance Hi Could anyone help me with some coding probs? I cant see were the problem is occurring. The two divs container and content dont seem to wrapping around the other html variables correctly. If you put a border around content and container and view it you will know what im talking about. I want to put a margin between the footer and the movie. Thanks Please see the URL http://pmbperformance.99k.org/ Hello there. I am new to this forum. I used to be big into HTML, etc, got busy for a couple years you can say, and well, now I am back and lost in some ways! With that said, I hope someone here can assist me for what I am after. I am making a site for a photographer friend of mine. Here is it so far ... not yet done ... http://starverse.ca/sam/index2.html I want to make it so when you say update the photo area EX: http://starverse.ca/sam/center.html it will ONLY update that and I won't have to do anything to all the other items on the left/rights sites. I guess like a site within a site. I have been reading about using codes, such as : <!--#include virtual="path to file/include-file.html" --> <div id="nav"> <a href="...">...</a> ... </div> <? require("/path/to/file.html"); ?> etc. Nothing seems to work on my site. What in the wide world of sports am I doing wrong??? Hi there all, this looks like a great place to get answers. I'm trying to make a site which is "centered" but I need to add a vertical scrolling text box on top of one of the graphics. You can see what I mean at Http://www.Senor-Dicks.co.uk/tester.html I can get the box up but it has an absolute position and won't stay in the right place. I'm using Dreamweaver and any help would be appreciated. It's been driving me nuts for about 3 weeks now. Thanks in advance. hi there www.brewrecords.net everyone can see my site but me! all i can see is 'this domain has just been registered' i delete my cookies and cache in internet explorer, still nothing. can anyone shed some light on this? thanks. |