Table of Contents

  • Thread starter Anders Eriksson
  • Start date
A

Anders Eriksson

Hello Everyone,

I want to display our company name + a slogan for each page on our web site
using the <title>-tag. E.g. <title>My Company - slogan one</title>

This has a drawback in the "Table of Contents" component which then will
display the <title>. E.g.

TOC
My Company - slogan one
My Company - slogan two
My Company - slogan three
My Company - slogan ...

Is there some way of either displaying a text the same way as *most*
browsers display <title> OR configure the "Table of Contents" so it can
display something else but the <title> or just a part of the <title>
E.g.
TOC
one
two
three


// Anders
 
S

Stefan B Rusynko

No
The TOC uses the titles of the pages




| Hello Everyone,
|
| I want to display our company name + a slogan for each page on our web site
| using the <title>-tag. E.g. <title>My Company - slogan one</title>
|
| This has a drawback in the "Table of Contents" component which then will
| display the <title>. E.g.
|
| TOC
| My Company - slogan one
| My Company - slogan two
| My Company - slogan three
| My Company - slogan ...
|
| Is there some way of either displaying a text the same way as *most*
| browsers display <title> OR configure the "Table of Contents" so it can
| display something else but the <title> or just a part of the <title>
| E.g.
| TOC
| one
| two
| three
|
|
| // Anders
|
| --
| English isn't my first, or second, language.
| So anything rude or strange are due to the translation
 
Top