Hi Clytie, *,

On Sat, Nov 25, 2006 at 03:50:59PM +1030, Clytie Siddall wrote:
> 
> 1. We now have two search panels and How do I? sections. How do I  
> disable the default one?

The search panel is seperate from the project tools and not meant to be
modified by project_tools.html.
You can hide the default search with css. There (currently) is no way to
"disable" it, you can only hide it.

> 2. The coloured bar which should be behind the headings in the LH  
> navbar has moved further to the RHS. I don't know how to fix that.

You didn't copy the definition-list hierarchy correctly. Compare with a
default project-tools-box:
<dl id="projecttools" class="navgroup">
  <dt>Project tools</dt>
  <dd>
   <ul>
    <li>   <some point> </li>
   </ul>
  </dd>
  [other <dd></dd> blocks] 
</dl>

Yours is:
<dl id="projecttools" class="navgroup">
  <dd>
   <meta http-equiv=Content-Type content="text/html; charset=utf-8">
<dl id="projecttools" class="navgroup">
    <dt>Công cụ dự án</dt>
  <dd>
   <ul>
    <li>   <a href="http://vi.openoffice.org/servlets/ProjectHome";>Trang 
chủ</a> </li>
  </ul>
[...]

So you duplicated the <dl> in your project_tools.html. Only include the
contents there, nothing more.

> [...]

ciao
Christian
-- 
NP: Linkin Park - Numb

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to