[ZO-Coll] [ZOC] 47/ 2 Assign "double <head> in nzo-start-page"

Collector: Zope.org (the ... zope-web@zope.org
Fri, 26 Apr 2002 10:13:51 -0400


Issue #47 Update (Assign) "double <head> in nzo-start-page"
 Status Accepted, skin/bug low
To followup, visit:
  http://collector.zope.org/ZopeOrg/47

==============================================================
= Assign - Entry #2 by sidnei on Apr 26, 2002 10:13 am

 Status: Pending => Accepted

 Supporters added: robertr


________________________________________
= Request - Entry #1 by mjablonski on Apr 23, 2002 4:27 pm

something must be wrong with the page-template for the home-page
http://new.zope.org:15080/ZopeOrg/

there's a second <head>...</head> in the middle of the page... should be no
problem for most browsers at all, but...;-)

<html>
<head>
...
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0"
      marginwidth="0" marginheight="0">

...

<head>
<title>Home Page</title>
</head>

<body>
...

another little one: the breadcrumb is not aligned to the main-text on the
home-page. looks a little bit nervous for a start-page...;-)

==============================================================