Dear Sir/Madam
I set many table elements for showing the contents on several portfolios.
Most table could show the contents correctly but one page (link as below).
In fact, when preview this post, everything shows right but when seeing after updated, only codes without tables.
looking forward to your kind help asap.
Thanks a lot!
Regards,
Rochelle
Hey handanhy,
The < character is the the start of an html tag and the > character is the ending character, so these in your table are causing the error. Use this code in your table to replace the symbol and numbers, changing the “100” to your number:
<span class="html_greater_than">100</span>
<span class="html_less_than">100</span>
Then add this code in the General Styling > Quick CSS field:
.html_greater_than:before { content: '>'; }
.html_less_than:before { content: '<'; }
Best regards,
Mike
Hi, Mike,
Many thanks for your kind reply. However, i cannot find where i can edit the code of this table. Could you pls give me a hand then?
Thanks
Regards,
Rochelle