|
Posted by Dan Groberg on 01/30/07 05:42
Thats odd. I only see one head and one body.
<html>
<head>
<title>The News - The Newspaper of Choate Rosemary Hall</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<style type="text/css">
<!--
..search { font-family: "Trebuchet MS", Verdana; background-color:
#999999; font-size: 8pt; border: 1px #666666 solid}
..searchbox { border: 1px #999999 dotted; font-family: Verdana, Arial,
Helvetica, sans-serif; font-size: x-small; padding-top: 2px; padding-
right: 2px; padding-bottom: 2px; padding-left: 2px; font-weight: bold;
background-image: url(/new/search/grey.jpg); color: #000066}
-->
</style>
<!--
<!-- Copyright 2003 Bontrager Connection, LLC
// See article "Changing Form Action URLs On-The-Fly" linked
// from URL http://willmaster.com/possibilities/archives
// for more information about how to use this code.
function ActionDeterminator()
{
if(document.myform.reason[0].checked == true) {
document.myform.action = 'http://www.google.com/search';
document.myform.method = 'get';
}
if(document.myform.reason[1].checked == true) {
document.myform.action = '/cgi-bin/news/searchnews.pl?dosearch';
}
return true;
}
// -->
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<body bgcolor="#FFFFFF" onLoad="" leftmargin="0" topmargin="0"
marginwidth="0" marginheight="0" background="/new/bg_overall.jpg"
link="#000066" vlink="#000066"
On Jan 29, 11:06 pm, Steven Saunderson <phe...@Syd.au> wrote:
> On 29 Jan 2007 19:49:03 -0800, "Dan Groberg" <grobergs...@gmail.com>
> wrote:
>
> > Hey guys,
> > I was wondering if you could check something out for me. I have
> > inserted spaces using   code onto my site thenews.choate.eduHi,
> I can't see any #x0020 in your page but do you know you have an extra
> <head> and <body> section ?
>
> --
> Steven
[Back to original message]
|