Skip to Content
Menú
This question has been flagged
1 Respondre
13207 Vistes

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
Descartar
Best Answer

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
Descartar

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

Related Posts Respostes Vistes Activitat
0
de febr. 25
6504
0
de jul. 23
1457
2
de maig 24
31727
0
de maig 24
4110
1
de març 16
8131