Pricing Table - Problem When Add Html Link In Features Field - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Pricing Table - Problem When Add Html Link In Features Field

D

dgadvice

SP Page Builder 1 year ago

Hi, i have a problem with pricing table. I need to create a pricing table with 2 rows, where the content of each row is an html link If i put in features field an html code, like this:

<a href="#" target="_blank" >
Sito web amministratore
</a>
<a href="#" target="_blank" >
Crm
</a>

the table shows more empty rows than the 2 inserted and the user experience is terrible

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #144656

Hi,

if you preview HTML code you would see

<ul>
<li><a href="#" target="_blank"></a></li>
<li><a href="#" target="_blank">Sito web amministratore</a></li>
<li></li>
<li>-</li>
</ul>

it means that they are empty fields, maybe you added extra <enters>

0