Jump to content

Recommended Posts

Posted

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>

Posted

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*

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...