May 20, 200917 yr firefox is displaying one of my pages differently on the server from the way it looks on my local machine. To answer the obvious question, YES, I have FTP'd the .htm and .css files more than once just to make sure everything on the server is current. Only one div is being affected. All other divs and elements are fine. I'm still pretty new to web design but haven't had this problem before except when forgetting to transfer an updated file. link to the server file: http://akmcafee.com/LZI/designs.htm uploading htm and css from local machine but not the images (would take too long) THANKS designs.htm main.css
May 21, 200917 yr Problems I found: - your page does not validate - remove the <style></style> tags from the CSS file - your navigation links <a></a> are coded wrong - anchor tags are not self closing like images are in XHTML, so it should be like this: <a href="index.htm">HOME</a> not <a href="index.htm" />HOME</a> - remove line 22 (the commented out code, you have two sets of "-->" at the end of the line and two sets of "!--" Sort those problems out and then see what happens?
Create an account or sign in to comment