Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
13202 Weergaven

In our website, we have a page that you can see a table that if you click on differents links we would like to view the specific section that you can see in this page. 

For do it, we know that in html exist 'anchor links' for do it this but...Is it possible do it with odoo version12.0 enterprise?
If the answer it is 'yes', could you explain how do it?

Thank you in advance,

Regards,
Nagore.


Avatar
Annuleer
Beste antwoord

Hi Nagore,

Yes, you can do it.

Here you go !!

<a href="#lession1">Lession.1</a><br />
<a href="#lession2">Lession.2</a><br />
<a href="#lession3">Lession.3</a><br />
<a href="#lession4">Lession.4</a><br />
<br />

<a id="lession1">Introduction of Lession.1</a>
<p>This is sub topic.1</p>
<p>This is sub topic.2</p>
<p>This is sub topic.3</p>
<p>This is sub topic.4</p>
<br />
<br />
<div id="lession2">Introduction of Lession.2</div>
<p>This is sub topic.1</p>
<p>This is sub topic.2</p>
<p>This is sub topic.3</p>
<p>This is sub topic.4</p>
<br />
<br />
<p id="lession3">Introduction of Lession.3</p>
<p>This is sub topic.1</p>
<p>This is sub topic.2</p>
<p>This is sub topic.3</p>
<p>This is sub topic.4</p>
<br />
<br />
<article id="lession4">Introduction of Lession.4</article>
<p>This is sub topic.1</p>
<p>This is sub topic.2</p>
<p>This is sub topic.3</p>
<p>This is sub topic.4</p>

Thanks

Avatar
Annuleer

Hi , where do you integrate those line? Can you show with a print screen or a video?

Gerelateerde posts Antwoorden Weergaven Activiteit
0
feb. 25
6500
0
jul. 23
1453
2
mei 24
31725
0
mei 24
4103
1
mrt. 16
8125