Petros Posted February 8, 2003 Posted February 8, 2003 Now I'm stumped. I've loaded up the entry page to my site, called index.shtml. On this page is a link to a .css file and one image. When I go to view it in the browser, all I get is a blank page titled Apache Web Server. This file works on a IIS file server. Can anyone shed any light on what I might be doing wrong, or what the problem may be. Below is my code, if that helps: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="centcomp.css" rel="stylesheet" type="text/css"> </head> <body> <p><img src="images/title.jpg" width="450" height="200" hspace="0" vspace="0" border="0"></p> </body> </html> Quote
Petros Posted February 8, 2003 Author Posted February 8, 2003 Ok, never mind folks. Just yours truly being an idiot and not reading my email correctly. Was looking at the wrong page. Case closed. Sheesh *shaking head* Quote
KevinW Posted February 8, 2003 Posted February 8, 2003 Petros, Sometimes the mere act of putting your problem down in writing will help in diagnosing a problem. I don't know how many times I would have one of my programmers come to me with a problem, and I would ask them to just talk thru the code and logic. And as they are talking, it's like a light goes off and they say 'Oh, I see the problem ... thanks' -- and I never had to say a word! -kw Quote
curtis Posted February 10, 2003 Posted February 10, 2003 KW not saying a word. Now why am I having a hard time forming a picture of that in my mind. Curtis Quote
KevinW Posted February 11, 2003 Posted February 11, 2003 Well, relatively speaking ... I said nothing ... Quote
Petros Posted February 11, 2003 Author Posted February 11, 2003 Thanks KW. Quite right there, it does help sometimes, but it's interesting when the problem is not code related at all, as was the case here. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.