Hey guys,
Not sure if this is a bug or just something that it’s prohibited in the HTML world.
So I have a column that I want it to have the main link using the <a>
tag but also inside this same column I need to have another 2 links going to different URLs.
Here is a screenshot of how the columns look on the builder preview.
Here it’s how it looks live:
First Column:
Column <a>
Second Link <button>
Third Link <button>
Second Column:
Column <a>
Second Link = h1 <a>
Third Link = h1 <a>
Third Column:
Column <a>
Second Link <div><a>
Thrid Link <div><a>
Now you can see that both the first and second columns look fine but the problem is it’s only adding the <a>
tag to the column and ignoring the rest of <a>
tags inside the column (second & third link).
And the third column doesn’t look anything like the preview.
Any ideas on what could be happening here, or am I doing something wrong?
Cheers