HTML - Need Help: Website Mirroring, Please I Need Help
Can anybody help me? I'll pay you if you can help me out.
I am not here to promote my website so if I do something wrong please advise and I'll edit my post. My website is www.auditorclothing.com I recently found another website www.authmemllc.com which is apparently pointed to my dedicated IP address, thus mirroring my website. Is there anyway to stop this? Similar TutorialsHey guys, I am trying to create a mirror of a very small, simple, google website that I created. Here is the link - http://sites.google.com/site/setestingse/home. Now, what I need is to be able to create a mirror of this site which people can visit, and they will see this counter. However, they will also be able to see the changes someone makes from the original page, yet they themselves will not be able to make changes. Here is the very simple HTML - Code: <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="768" width="1024" data="http://sites.google.com/site/setestingse/test_file.swf"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://sites.google.com/site/setestingse/test_file.swf" /> <param name="quality" value="high" /> </object> It is simply embedding the flash file which I have uploaded. I feel like the solution isn't too hard, but I am a beginner with this stuff. Let me know. Thanks a bunch 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, 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. Hello everyone! I am building a website and I am having a bug in IE. An item on the main page is out of place. However, if I load the "Compatibility view" everything works fine. The page also works fine in other browsers (Chrome, Firefox, Opera, Safari). Could someone point me to the right direction? The website http://yoga-light.ru/test/liquid3/index.htm Screenshot of the bug: http://yoga-light.ru/test/liquid3/iebug.jpg Thank you in advance, any help would be greatly appreciated! Hello. I'm trying to a create a webpage that has a then has a table showing a different website. So basically They come to my page but in the center is a different website. Thx for the advice. Hello Everyone, I have a membership with boxed art and I'm editing the templates with expression web. My question is can I widen the template to have more space to write text? Is that possible or I have to work within the template size? Can the template be widened? Hi all im new to the forums and hope I can get some help to solve a few nagging coding problems. I run a radio control car website for people that own a GV or XTM model car, some of you yourselfs may own one. A friend and I decided that the site needed a new look to make it look a bit more pro, we found a template that we liked but its come to a point where really we arnt sure how to solve the problems that are coming up. The template didnt come with a sub page so to say, so any sub pages we use that the buttons link to are from the index page and our html coding is limited, if we could of created our site from scratch we would of but we are not experts in the html coding area, its limited and we have learnt it ourselfs. Our website is GV & XTM Models Our main problem is sorting the background to how we want it in terms of expanding downwards to match with the rest of the page and to allow the page to show the text we have put there. An example of one of our problems is this page link where some of the text goes into the border title headline margin bit. Now I have done what I can to try solve it but I have failed...damn it! Also every time we try to expand the page to fit more text in we end up with the background going out of sync/out of line meaning we end up with some or a huge white background appearing resulting in none of the text being shown so no one can read it. We want to create a subpage from the index coding we use but we have pretty much failed and racked our brains to the point of "god what do we do". A sub page that is coded right and to allow us put a good amount of text in without distoring the lovely background and design we use would solve our problem as we are wanting to get the website sorted as soon as possible. If you have any other questions regarding how my friend and I have coded the site etc PM me or reply here, a little bit of help would be appreciated alot, thanks all. PS I am using Dreamweaver 8 I need help in adding a selected value option to a url of an html file. This is what the menu looks like: <form method="post" action="http://www.artsbrevard.org/" class="option"> <select name="ART" class="option" onchange="submit()"> <option value="">Select One</option> <option value="133" >Acrylic</option> <option value="154" >Animation/Caricature</option> <option value="160" >Calligraphy</option> ................................ ................................ </select> <input type="hidden" name="mn" value="rs"> <input type="hidden" name="action" value="artist_browse_by_cat"> </form> I need to make it so that the user has already chosen an option and convert it to a url on this page http://www.artsbrevard.org/rs/artist.html. im not all that great at html and i am making a website for my guild on WoW. i was trying to create a basic layout, but it kept getting screwed up. heres the homepage: http://www.freewebs.com/animefreak98/home.htm. i made the whole page a table because i wanted it to have a back behind the tables, so i made the whole thing a table and seperated everything with colums. the colums are all screwed up. im trying to get them to line up, top to bottom and centered. here is the html: HTML Code: <title> Rise of the Horde (Alexstraza) </title> <table border="15" width="800" height="100%" align="center" valign="top" bordercolor="brown" background="http://www.freewebs.com/animefreak98/riseofthehord%2Dlarge.jpg" bgalign="center" cellpadding="0"> <th> <tr> <td align="center" valign="top"><a href="http://www.freewebs.com/animefreak98/home.htm"><img src="http://www.freewebs.com/animefreak98/banner.bmp"> </td></tr> <br> <tr> <td bgcolor="tan" border="2"><a href="http://www.freewebs.com/animefreak98/index.htm">-Home-</a></td> <td bgcolor="tan" border="2"><a href="http://www.freewebs.com/animefreak98/members%20page.html">-Member's Page-</a></td></tr> <br><br><br> <tr> <th align="center" valign="center"> Rise of the Horde </th> </tr> </table> </tr> </td> basically i want the banner to be at the top center of the table. i also want the two links to appear like buttons under the banner. then i want the header and wutever else i put under the links. please help me How can I achieve this exact basic website layout? http://www.cloutonline.com/ Of course I will use my own logo, links, etc. But that is the same exact design I was going for. That same layout. Tables etc. I can't seem to get it right. 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. 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. Nevermind i figured it out OK hi there. I'm sorry if there is another topic with this but there are so many pages around here and i dont have so much free time to read everything and if there is another topic pls if you can pm with that topic and delete this topic. So my problem is this how can i make one html page or php or i dont know what i need to do this to contain two or more pages that can be accesed only when i click on some link. So more pages on a single document. That is what i need. Or i need also to know how to make different documents and they appear on a single page. Sorry again if that topics exist but how i sad earlier i dont have much free time but i really want to learn this things beacause i know some basics about html and i want to make a good website soon. Thanks in advance. So, I've designed my site to cater best to FF, but now I'm noticing that it looks like it should in IE, and it seems like FF blows up my text and images an extra size! Why is this? Check out my site http://www.justingillphoto.com and switch rendering between FF and IE. See how the sizing is all out of whack in FF? What's causing this? Is there some recent FF update that makes my CSS obsolete or something? It happens on every page, even my blog! This has only happened recently. It used to be fine... EDIT:: Now that I investigate it, the format is fine when I open html files on my hardrive, but they get screwy once they're uploaded on my server! What could be causing this?! hello guys new here...im currently creating a website for a business im starting.but im having a problem with finishing the main page...im new to all this html coding,and ive been able to hold my own on a few things but i cant figure this out.ive crashed the page once already lol but i guess thats how it goes starting off...(of course i saved everything)...but i want to do this right the second time. here is a snapshot of the page...so basically 1. i want to remove the 3 dividers and script on the bottom and... 2. i would like for the transition images to show up only on the main page. (whatever goes into the "media" tab,ends up in the main page and vice versa.so i would like to erase the media tab and find an alternate way to put pics into the transition box on the main page) So what exactly would i be looking for to do this?...ive got lots of folders and ive searched but not sure what it would be coded as? |