Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
13194 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit

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

Related Posts Odpovědi Zobrazení Aktivita
0
úno 25
6499
0
čvc 23
1447
2
kvě 24
31724
0
kvě 24
4102
1
bře 16
8120