Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #852863

    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

    #852910

    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

    #852995

    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

    #853073

    Hi,
    To edit the tables, just click each one and add the code above in place of the > or < symbols. I did the first table for you as an example. I also added the CSS to your General Styling > Quick CSS field. Please see screenshots in Private Content area.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.