List, I want to thank all who responded to my request for browser help. I have not found the exact problem yet but I have narrowed it down. Thanks to Barry for his javascript help. Lorrie On 10/26/10 12:18, Lorrie Laskey wrote: > List, > > I am working on a family member's website to clean up the code and need > feedback for a specific web page. I have checked it in Opera, Firefox > and Konqueror on my computer and the page displays correctly. But on a > Windows computer the button images in the menu do not show up. I don't > know what browser or OS yet just only that there is a problem with the > images but in browsershots they are not displaying in IE7 on XP. Don't > know about IE 6 or 8 yet. Currently I am waiting for browsershots to > give me that info. > > Could someone please check this page in IE 6, 7 and 8 and let me know if > the images are displaying and of any other problems ? Please state your > OS when you respond and please respond off line since this is not rw > website related. > > Next, might anyone know what the problem is? This page is to be the > template for future pages. You'll see that it is built entirely on > tables but I can't do much about that right now. My goal is to separate > css from code and clean up the excess code. > > An internet search stated that tables might be part of the problem. The > CSS is in flux as this is a work in process. I am hoping that someone > else has experienced such a problem. Here is the link. > www.midwesternhelicopters.com/about.htm > > Lorrie > > > > ------------------------------- > To unsubscribe from the list, please send an email to FREEPAGES-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message >
List, I found the problem and thought I would share it so others might benefit. I left out the following code in the <head> of the page. It broke the paths to the images. What I don't understand is why it worked if it is commented out. <!--<base href="http://www.midwesternhelicopter.com/">--> <%3C%21--%3Cbase%20href=%22http://www.midwesternhelicopter.com/%22%3E--%3E> Lorrie On 10/26/10 14:30, Lorrie Laskey wrote: > List, > > I want to thank all who responded to my request for browser help. I > have not found the exact problem yet but I have narrowed it down. > Thanks to Barry for his javascript help. > > Lorrie > > On 10/26/10 12:18, Lorrie Laskey wrote: >> List, >> >> I am working on a family member's website to clean up the code and need >> feedback for a specific web page. I have checked it in Opera, Firefox >> and Konqueror on my computer and the page displays correctly. But on a >> Windows computer the button images in the menu do not show up. I don't >> know what browser or OS yet just only that there is a problem with the >> images but in browsershots they are not displaying in IE7 on XP. Don't >> know about IE 6 or 8 yet. Currently I am waiting for browsershots to >> give me that info. >> >> Could someone please check this page in IE 6, 7 and 8 and let me know if >> the images are displaying and of any other problems ? Please state your >> OS when you respond and please respond off line since this is not rw >> website related. >> >> Next, might anyone know what the problem is? This page is to be the >> template for future pages. You'll see that it is built entirely on >> tables but I can't do much about that right now. My goal is to separate >> css from code and clean up the excess code. >> >> An internet search stated that tables might be part of the problem. The >> CSS is in flux as this is a work in process. I am hoping that someone >> else has experienced such a problem. Here is the link. >> www.midwesternhelicopters.com/about.htm >> >> Lorrie >> >> >> >> ------------------------------- >> To unsubscribe from the list, please send an email toFREEPAGES-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message >>
On Wednesday, October 27, 2010 9:14 AM (UTC+13) Lorrie wrote:- > List, > > I found the problem and thought I would share it so others might > benefit. I left out the following code in the <head> of the page. It > broke the paths to the images. What I don't understand is why it worked > if it is commented out. > > > <!--<base href="http://www.midwesternhelicopter.com/">--> > ------------------------ Lorrie, http://www.w3schools.com/tags/tag_base.asp and http://www.codeave.com/html/code.asp?u_log=5028 and the link is defined in the about.htm page at:- <!--Menu bar table--> <table id="menu"> <tr><!--<a href="/"> leads to the base URL.Keep the / --> <td id="placer1"> Barry