Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1084812
    Moussa
    Participant

    Hello,

    I am trying to add an HTML code for a format to display data in a certain format. I found the code online. The code has HTML and CSS.

    I am not sure where and how to do the insertion of the code. What I know is that I am want this code to appear in certain column in a specific row.

    Any help please.

    The code is the following can be seen here,. https://codepen.io/chriscoyier/pen/egHEK

    my question is do i need to place both the html and css?

    and how

    #1084947
    Joao
    Moderator

    Hi There,

    You can place the html code in a RAW Element in Cornerstone.

    Give it a class to your column. For Examle: class: table-column

    than paste the css code on your Cornerstone Custom CSS

    but always add .table-column in front of every selector of the css code. For example:

    .image {
      width: 250px;
      float: left;
      margin: 20px;
    }
    

    wil be:

    .table-column .image {
      width: 250px;
      float: left;
      margin: 20px;
    }
    

    Hope that helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-1084812 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>