In order to add a link into the buttons, you will need to change the <a> tags in the template. E.g. <a href="the link comes here">
You can replace the video by adjusting the data attribute of <object> tag. Depending on the length of the text on the left, you may also want to adjust the dimensions of the video to create a better fith with minimum white space. Eg. <object data="video link comes here" width="you can adjust the width here" height="you can adjust the height here"></object>
Note: Use youtube embed link. Not the direct url of the video. (Click on share button, then embed and use that link)
Adding a link
In order to add a link into the buttons, you will need to change the <a> tags in the template. E.g. <a href="the link comes here">
In order to add a link into the buttons, you will need to change the <a> tags in the template. E.g. <a href="the link comes here">
In order to add a link into the buttons, you will need to change the <a> tags in the template. E.g. <a href="the link comes here">
First <tr> tag content is dedicated for table headers (<th>) The rest of the <tr> tags are for the content.
You can extend the table by adding new <tr> at the end of the row list inside the table.
Eg. <tr>
<td>Cost 3</td>
<td>€30 - €50</td>
</tr>
In order to create a table with three columns You only need to add an extra <th> tag into the first table row. And continue to add extra <td> tags to each <tr> tags.
Eg. <tr>
<td>Cost 3</td>
<td>€30 - €50</td>
<td> New content for creating 3 column table</td>
</tr>
Scroll functionality of the inner navigation works only when the link and the id tag in the heading of inner content is matching. Eg. When the user clicks on this list element <li><a href="#topic-5">Functionality of pumps</a></li> the user will be redirected to the heading with id of "topic-5". <h2 id="topic-5">What to consider when choosing your booster pump</h2>
Note: For SEO purposes it's better to make the anchor more similar to the paragraph title. You can convert the header text as kebab case all low-caps for creating the ids.
In order to add a link into the buttons, you will need to change the <a> tags in the template. E.g. <a href="the link comes here">
In order to add a link into the buttons, you will need to change the <a> tags in the template. E.g. <a href="the link comes here">
In this use case the <button> element has the necessary attributes to trigger configurator pop up.
Important: Current example triggers the configurator.
In order to add a link into the button instead, you will need to remove data-trigger="configurator-modal" and wrap the button with an <a> tag with link. Here you can learn more about the use of <a> tags
In order to add a link into the buttons, you will need to change the <a> tags in the template. E.g. <a href="the link comes here">