Smoky
12-19-2004, 09:56 PM
Hey guys....
Check this page out:
Langstone (http://smoky.hostmatrix.org/langstone/)
This is a work in progress and i have just turn the first two pages into using only CSS like it should be but now it isnt getting displayed correctly with Firefox because i have taken out the font tags.
This is the code:
<html>
<head>
*<title>Welcome To Langstone Homes Web Site</title>
*<meta name="distribution" content="Global">
*<meta HTTP-EQUIV="Content-Type" CONTENT="text/html">
*<meta name="description" content="Langstone Homes Web Site. View all of our houses in full 3D action.">
*<meta name="keywords" content="homes, langstone, belwell, sutton coldfield, mark wallsgrove">
*<meta name="content-language" content="en">
*<meta name="rating" content="Safe For Children">
*<meta name="author" content="Mark Wallsgrove">
*<meta name="reply-to" content="mark@fightinglimits.co.uk">
*<meta http-equiv="reply-to" content="markwallsgrove@hotmail.com">
*<meta name="copyright" content="Langstone Homes 2003">
*<meta name="doc-rights" content="public">
*<meta name="resource-type" content="Web Page">
*<meta name="robots" content="index,follow,all">
*<meta name="classification" content="Homes">
<style type="text/css">
body
{
/*Background colour*/
background-color: "#DCEAD6";
/*Scroll bar*/
SCROLLBAR-ARROW-COLOR: "#C9C4E8";
SCROLLBAR-BASE-COLOR: "#002D59";
}
p.text
{
/*General text and links*/
text-align: "center";
font-weight: "bold";
font-family: "Arial, Times New Roman";
color: "#002D59";
font-size: 10.625;
}
p.header
{
/*Headers with underline*/
text-align: "center";
font-weight: "bold";
font-family: "Dotum, Arial, Times New Roman";
color: "#002D59";
font-size: 16.25;
}
p.portallinks
{
/*Portal Links*/
text-align: "left";
font-family: "Arial, Times New Roman";
color: "#002D59";
font-size: 10.625;
}
p.keywords
{
/*Key words*/
text-align: "left";
font-family: "Times New Roman";
color: "#DCEAD6";
font-size: 1;
}
a
{
font-weight: "bold";
color: "#002D59";
}
a:active
{
font-weight: "bold";
color: "#002D59";
}
a:visited
{
font-weight: "bold";
color: "#002D59";
}
a:hover
{
font-weight: "bold";
color: "#2DA016";
}
</style>
</head>
<body>
*<table width="625" height="410.15625" border="0" align="center" valign="top" background="../../../menu images/background4.jpg">
* <tr>
* *<td valign="top">
* * <img src="menu images/leftside.gif" height="410.15625" width="187.5" align="left">
* * *<table height="410.15625" width="431.25" border="0" valign="top">
* * * <tr>
* * * *<td valign="top" height="">
* * * * <img src="menu images/logo.jpg" width="166.25" height="35.15625" align="right">
* * * *</td>
* * * </tr>
* * * <tr>
* * * *<td valign="top" align="center">
* * * * <p class="header">
* * * * *Welcome To Langstone Homes
* * * * </p>
* * * * <p class="text">
* * * * *Build Without Compromise<br><br>
* * * * *Nothing less than the highest standards will suffice at Langstone Homes. From choice of location
* * * * *to architecture through to interior design and choice of materials - at every step of the way, the
* * * * *people who run and work for Langstone Homes keep one thing clearly in mind: to build without compromise.
* *<br><br>
* * * * *<a href="main.php"></a>
* * * * *<a href="portal.php"></a>
* </p>
* * * * <br><br><br>
* * * * <p class="text">
* * * * *<a href="portal.php" onMouseOver="this.style.color='#2DA016'; window.status='Click Here To Enter'; return true" onMouseOut="this.style.color='#002D59'; window.status=''; return true">Click Here To Enter</a>
* * * * </p>
* * * *</td>
* * * </tr>
* * *</table>
* *</td>
* </tr>
*</table>
*<p class="text">
* ©Langstone Homes 2004
* *<br>
* Page resized in 0.22601 seconds
*</p>
*<p class="keywords">
* Langstone, new homes, quality, mark wallsgrove,
* mark@fightinglimits.co.uk, belwell place, sutton coldfield, stratford,
*</p>
</body>
</html>
Sorry its abit long but if u see it all you might be able to tell what my problem is.
Also when i load the page up and i us
smoky.hostmatrix.org/langstone (http://smoky.hostmatrix.org/langstone)
It wont load the page up correctly and my custom error page comes up. But when i use
smoky.hostmatrix.org/langstone/ (http://smoky.hostmatrix.org/langstone/)
it works fine.. (the difference is the one that works has a / on the end)
Anyone get any clues about these problems?
Thanks for any help give.. :)
Check this page out:
Langstone (http://smoky.hostmatrix.org/langstone/)
This is a work in progress and i have just turn the first two pages into using only CSS like it should be but now it isnt getting displayed correctly with Firefox because i have taken out the font tags.
This is the code:
<html>
<head>
*<title>Welcome To Langstone Homes Web Site</title>
*<meta name="distribution" content="Global">
*<meta HTTP-EQUIV="Content-Type" CONTENT="text/html">
*<meta name="description" content="Langstone Homes Web Site. View all of our houses in full 3D action.">
*<meta name="keywords" content="homes, langstone, belwell, sutton coldfield, mark wallsgrove">
*<meta name="content-language" content="en">
*<meta name="rating" content="Safe For Children">
*<meta name="author" content="Mark Wallsgrove">
*<meta name="reply-to" content="mark@fightinglimits.co.uk">
*<meta http-equiv="reply-to" content="markwallsgrove@hotmail.com">
*<meta name="copyright" content="Langstone Homes 2003">
*<meta name="doc-rights" content="public">
*<meta name="resource-type" content="Web Page">
*<meta name="robots" content="index,follow,all">
*<meta name="classification" content="Homes">
<style type="text/css">
body
{
/*Background colour*/
background-color: "#DCEAD6";
/*Scroll bar*/
SCROLLBAR-ARROW-COLOR: "#C9C4E8";
SCROLLBAR-BASE-COLOR: "#002D59";
}
p.text
{
/*General text and links*/
text-align: "center";
font-weight: "bold";
font-family: "Arial, Times New Roman";
color: "#002D59";
font-size: 10.625;
}
p.header
{
/*Headers with underline*/
text-align: "center";
font-weight: "bold";
font-family: "Dotum, Arial, Times New Roman";
color: "#002D59";
font-size: 16.25;
}
p.portallinks
{
/*Portal Links*/
text-align: "left";
font-family: "Arial, Times New Roman";
color: "#002D59";
font-size: 10.625;
}
p.keywords
{
/*Key words*/
text-align: "left";
font-family: "Times New Roman";
color: "#DCEAD6";
font-size: 1;
}
a
{
font-weight: "bold";
color: "#002D59";
}
a:active
{
font-weight: "bold";
color: "#002D59";
}
a:visited
{
font-weight: "bold";
color: "#002D59";
}
a:hover
{
font-weight: "bold";
color: "#2DA016";
}
</style>
</head>
<body>
*<table width="625" height="410.15625" border="0" align="center" valign="top" background="../../../menu images/background4.jpg">
* <tr>
* *<td valign="top">
* * <img src="menu images/leftside.gif" height="410.15625" width="187.5" align="left">
* * *<table height="410.15625" width="431.25" border="0" valign="top">
* * * <tr>
* * * *<td valign="top" height="">
* * * * <img src="menu images/logo.jpg" width="166.25" height="35.15625" align="right">
* * * *</td>
* * * </tr>
* * * <tr>
* * * *<td valign="top" align="center">
* * * * <p class="header">
* * * * *Welcome To Langstone Homes
* * * * </p>
* * * * <p class="text">
* * * * *Build Without Compromise<br><br>
* * * * *Nothing less than the highest standards will suffice at Langstone Homes. From choice of location
* * * * *to architecture through to interior design and choice of materials - at every step of the way, the
* * * * *people who run and work for Langstone Homes keep one thing clearly in mind: to build without compromise.
* *<br><br>
* * * * *<a href="main.php"></a>
* * * * *<a href="portal.php"></a>
* </p>
* * * * <br><br><br>
* * * * <p class="text">
* * * * *<a href="portal.php" onMouseOver="this.style.color='#2DA016'; window.status='Click Here To Enter'; return true" onMouseOut="this.style.color='#002D59'; window.status=''; return true">Click Here To Enter</a>
* * * * </p>
* * * *</td>
* * * </tr>
* * *</table>
* *</td>
* </tr>
*</table>
*<p class="text">
* ©Langstone Homes 2004
* *<br>
* Page resized in 0.22601 seconds
*</p>
*<p class="keywords">
* Langstone, new homes, quality, mark wallsgrove,
* mark@fightinglimits.co.uk, belwell place, sutton coldfield, stratford,
*</p>
</body>
</html>
Sorry its abit long but if u see it all you might be able to tell what my problem is.
Also when i load the page up and i us
smoky.hostmatrix.org/langstone (http://smoky.hostmatrix.org/langstone)
It wont load the page up correctly and my custom error page comes up. But when i use
smoky.hostmatrix.org/langstone/ (http://smoky.hostmatrix.org/langstone/)
it works fine.. (the difference is the one that works has a / on the end)
Anyone get any clues about these problems?
Thanks for any help give.. :)