HTML - Html Only Works On Designers Browser. Please Help
Hello
Please could you help me with the following issue. I paid a freelancer to design my website. The website works perfectly on her computer however it does not seem to work on mine or infact anybody elses. I have checked many different browsers but the website on my screen is completly out of place ( Checked Firefox 7, IE6 + 8). Also on IE it does not read the css file What could be wrong. Please visit http://qcssoft.com/demo/Planet_perfume/ and view source for the code. Also could you let me know if the top navigation and left navigation along with the main area on IE & Firefox are out of place Thanks foryou help. Much appericated Similar Tutorialshttp://www.prodevs.org I am working on a site and the picture at the front looks nice and correct size in Firefox but the image gets stretched and looks bad in IE (not at first but if you refresh the page). I know a realitivly small amount about HTML. The site is he http://undergrounder.nfshost.com/ Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Undergrounder.com</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- .style1 { font-size: 36px; font-style: italic; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; } .style3 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color: #000000; } a:link { color: #990033; } a:visited { color: #990033; } a:hover { color: #990033; } a:active { color: #990033; } --> </style> </head> <body> <div align="center" class="style1"> <p>Undergrounder.com</p> </div> <p align="center"><img width="70%" height="70%" src="imgs/index/m.JPG" alt="Clay Caver Image"></p> <div align="center" class="style3"> <p><a href="imgs/Photogal/indexp.html">Photo Gallery</a> ~ <a href="gocaving.htm">Want to go caving?</a></p> </div> </body> </html> I have created a custom html dropdown menu for my site. The thing is it looks perfect in Firefox 5.0 (for me it does anyway) and works just as expected but in other browsers such as Opera 10.60, Chrome 5.0.375.125, it doesn't work properly. and it works semi ok in IE 8. For example if I hover over one of the menu buttons in opera or chrome there is meant to be a drop down box, this doesn't show in Opera or chrome but does in IE? You can view the menu on my test site - http://www.themidwiferysanctuary.com/testsite/ There is more to the menu, you can use the following log in - Username: Jade Password 130489 Does anyone have any thoughts on how to get the dropdown compatiable with all (or most) browsers? I would post the code but it won't let me even when using the code tags.......... If you want to see the javascript code then please just let me know. Im not sure any of the above makes sense?? Thank you, Jade Hi, I have to display the results in 20 columns, in that 14 columns are frozen, rest of them are scrollable, when I give table widht in % then scrollbar presents to view the data in Firefox. If I see the same in IE, it doesnt show all the data, and there is no scrollbar. If I give the table width in px form then to some extent I am able to see the scrollbar in IE, and minimum pixel I had to give is 3000 and above. Is there any common solution to me to fix this so that I can see same both the browsers. We would like to have solution, width in % not in px. Please let me know the solution for this. I have attached the zip file for your reference to see the code, please run in IE and Firefox and check it. Advanced thanks, Venkat Hi, am wondering if any one can help me. OK in Netscape I have this in my source: <meta HTTP-EQUIV="Author" CONTENT="Firewalker75.com, http://www.firewalker75.com/index/fw_100.jpg"> to see what I mean go to my site: http://ww.firewalker75.com you will see my logo in the browser with the addy It doesn't work in IE, I have the lastest version, hoe do I edit above so it shows in IE as well. I think it is html or is it script. Sorry a newbie on this Thanks Firewalker Hey everyone, I'm in need of some html help. It's hard to explain this but here goes. I am trying to lock an image to the browser on a website that will work in ie and other browsers. What I mean by this is, I want the image to stay exactly to top right hand corner of the browser and its locked here as if its in front of everything else. I have seen this done before where people have had a make poverty history image on their website which looks as if its attached to the browser. I hope someone can help because i'm not sure how else to explain this but really want to know how to do it. Many thanks regards, Jon Bennett P.S - I have attached an image which I hope helps in explaining what I'm trying to do. This has probably been asked before, but while the answer is so elusive it's darned frustrating. How do I display my own code in my own browser? I'm using Expression Web 4 and Textpad. Neither of which will display my HTML code that has passed the 3WC validity process. So presumably it's a Windows 7 thing with a setting somewhere that needs to be ticked? Hi, I have created a Html page using frameset which will redirect to the other html page. if i am opeming this page in html and clicking on the "search" button the page is reloading correctly but if i do it for more than7 times its showing the blank page. i have created two html pages like parent and child. the code for parent.html is Code: <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>HTML Frameset Example</title> </head> <body> <frameset cols="100%"> <frame name="lefty" src="frame.html"> </frameset> </body> </html> the code for the frame.html is Code: <HTML> <HEAD> <TITLE> New Document </TITLE> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> </HEAD> <BODY> <form action='parent.html'> <input type="submit" value="SUBMIT" /> </form> </BODY> </html> in these two pages if we click the submit button then it will reload the parent.html only but after the submission of 8times its showing the blank page. I am facing this problem in mozilla only. in Internet explorer its working fine. can anyone pls help me thanks in advance Navatha Hi, I have created a Html page using frameset which will redirect to the other html page. if i am opeming this page in html and clicking on the "search" button the page is reloading correctly but if i do it for more than7 times its showing the blank page. can any one help me to fix this issue. thanks in advance, Navatha. Hello, I designed this website http://www.aitputd.org/conference and found that it has compatibility issues when viewed with different browsers. e.g. The 'font' of the menu changes (becomes bold) when viewed in IE and Chrome browsers as opposed to FF3.5 Also The title 'sponsors' on the left does not stay at the center in IE and FF3.5 but seems good in Chrome. Is there a solution to address these problems?? Any help is highly appreciated. Regards, NP Hi all, just came here to ask why is it that when I try to open my HTML file in Internet Explorer, which I created in note pad, it comes up with the code I typed it rather than displaying the actual page? Like for example I typed in this... <html> <head><title>Interspecies Conflict Videos</title></head> <body> <div align="center"> <img src="web logo.jpg" alt="Web Header" /> </div> </body> </html> And all I got was the code you see above you, there was no picture or anything. So I created an html file in text edit and when I try to preview it in Safari or Firefox, they both just show the html code. This is the code, simple right? <html> <body> <h1> Carly Krysak</h1> <p>Marketing Director</p> <h2>Frank's Auto Supermarket</h2> <p>P: 724.430.2000</p> <p>F: 724.438.5990</p> <a href="http://tiny.cc/FbWeSpeakCar">Facebook</a> <a href="www.autosupermarket.com">Website</a> <a href="www.GrindingGearsBlog.com">Blog</a> </body> </html> As long as it's saved as an html file and being opened in a browser it should show right? Help please. I have my application GUI designed in html, launchable from a netscape communicator(Version 4.79). I t works by connecting to a backend process running on a specific port in a Solaris(5.8) box. The problem here is that the GUI window hangs frequently, and the user has to do a reload to proceed. Earlier, when the GUI was launched from my workstation, and was connected to a process running on the saem machine, I did not have any problems. Now that there is a central server where the process runs and all users(netscape acts as a client here) connect to it, I face this issue. The backend process is designed in a way that it can serve multiple requests simultaneously, and I know for sure that the number of people trying to connect to that process does not exceed the maximum possible. Howdy! Is there a way to force a new browser window to automatically maximize itself? I have a few links from my home page to some of my other pages that I have included the target="_blank" code to in order to get these pages to open in a new browser window when someone clicks on the link. Here's an example: <a href="nextpage.html/" target="_blank">My next page</a> Is there a way to get this new browser window to open maximized? Thanks for your help on this. JohanM "Use the below code example. <input type=""button"" value=""Close this window"" onclick=""self.close()"">" Hi guys I have a pic in my templates folder with the html document in the the same folder. So what i want to do is add the picture to the HTML document so that it appears on the browser. surely this code should work but at the moment it is not? <img src=/"templates"/"dog.jpg"> HELP Who can answer me the question above? Thanks in advance! Hey all, [moved to CSS forum] Okay so it may be that I'm just overly tired or just overly wrong in how I coded this one page, but I need you help. I've been working with CSS for quite awhile-using a CSS sheet to populate HTML code that entirely relied on DIV IDs. I have also been using relative positioning until now. I mention this because for the most part this worked in creating mostly identical layouts between IE8, Firefox 3.5, and Safari 3. Today, I decided to code a page using mostly DIV STYLE tags instead of editing the CSS page. I thought this might be more efficient, and it certainly was easier to code. I also used absolute tags instead of relative. Using Dreamweaver CS4's live view everything displayed as it should. So I uploaded it all in Safari and again-everything displayed as it was designed. However, IE8 seemed to display all of the content that was positioned absolutely about 50px too far to the right. Firefox-normally my friend-wouldn't even display to top portion of the page. Since the majority of hits are IE8 (sigh) I have just temporarily coded it to display correctly within that browser-but I need help to figure out what to change so that such a compromise doesn't need to occur. The page is live at my site http://qwertcorp.com/reactivate . There you can see the CSS and HTML code. I will post the raw code in here in a few minutes. I know these are probably just rookie (read: stupid/sloppy) mistakes, but I really want to learn how to avoid this. Thanks so much in advance! |