Re: [native-lang] project_tools.html on staticized pages

Christian Lohmaier <[email protected]>
Newsgroups gmane.comp.openoffice.nativelanguage
Message-ID <[email protected]>
Hi *,

On Sun, May 15, 2005 at 12:37:44PM +0100, Sophie Gautier wrote:
> Christian Lohmaier wrote:
> >On Sat, May 14, 2005 at 07:18:53PM +0100, Sophie Gautier wrote:
> >>[...] 
> 
> yes, I really mean the right navbar, even if it's in my html file I 
> would like to test having it integrated at the left side.

OK. If you want the default formatting, then you can use the navbar of
api.ooo as an example.

Basically it is
<div class="label"><strong>The Heading</strong></div>
<div class="body">
 <div>Link1</div>
 <div>Link2</div>
</div>
<div class="body>
 <div>Link3</div>
 <div>Link4</div>
</div>

The "body" divs will be seperated by a vertical whitespace. To create
subpoints, simply nest the divs:
<div class="body>
 <div>Link3
  <div>Sublink1</div>
  <div>Sublink2</div>
 </div>
 <div>Link4
  <div>Sublink3</div>
  <div>Sublink4</div>
 </div>
</div>

But you don't need to stick with the default formatting, you can put
other formatting in there as well.

> >[...]

ciao
Christian
-- 
NP: Samael - 'Till We Meet Again
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.