Hi! I'm trying to build a site for a client and I normally can figure out how to get the PHP pages to work properly but for some reason, I'm having lots of problems getting http://74.54.176.178/~rickett/ (I'm still waiting for her registrar to update DNS records) to give me anything other than pains and problems getting a result other than the above error.
The code I'm using on the page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<link href="/style.css" media="screen" rel="stylesheet" type="text/css" />
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The Elfant Rickett Law Firm</title>
</head>
<body style="background-color: #330B38">
<br />
<table style="width: 80%" cellspacing="4" cellpadding="6" align="center" class="style1">
<tr>
<td colspan="2" align="center"><?php include "header.htm";?>
</td>
</tr>
<tr class="links" valign="top">
<td style="width: 150px"><br />
<br /><?php include "nav.htm";?>
</td>
<td><?php include "main.htm";?>
</td>
</tr>
<tr>
<td colspan="2" align="center" class="footer"><?php include "footer.htm";?></td>
</tr>
</table>
<br />
</body>
</html>
Any help you can provide for me would be GREATLY appreciated!
Thanks so much,
Jennifer
Submit Your Article
Forum Rules

Reply With Quote

