• Resolved dadams76

    (@dadams76)


    hi Tobias,
    You are fast!!!. I’m editing my post. I figured out how to insert my image.
    I have a question. In my link I have a 2 row-2 column. In the right hand column I want to make the text bold. Also, on the top and bottom there is a grey footer and header. The check boxes are not checked. Can you help me again please? How can I send you a image of my page?

    My CSS:
    }

    .tablepress-id-8 .row-1 .column-b td {
    font-weight: bold;
    }

    Dave

    • This topic was modified 6 years, 1 month ago by dadams76.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Unfortunately, your link is not working for me, as my IP seems to be on the WordFence country blacklist.

    Now, to insert an image, just use the “Insert Image” button below the table input fields. To make text bold, you could e.g. write it as

    <strong>This text is bold.</strong>
    

    or use the CSS approach from https://tablepress.org/faq/highlight-cells-or-content/ with a CSS command like

    font-weight: bold;
    

    in it.

    Regards,
    Tobias

    Thread Starter dadams76

    (@dadams76)

    Tonias,
    I sent you a email through your domain with a screenshot of my webpage.

    Dave

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Dave,

    thanks for the screenshot! These gray block could be coming from extra HTML code. On the “Edit” screen of this page, where you inserted the Shortcode, please switch from the “Visual” to the “Text” editor. Then, please check if there is extra HTML code like <pre> and </pre> around the Shortcode and remove it.

    Regards,
    Tobias

    Thread Starter dadams76

    (@dadams76)

    Tobias,
    You were right. I had some code in the text area that needed to be removed. Everything works great. I added a donation for your plugin. I love it.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!
    And thanks again for the donation, I really appreciate it!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Inserting image and making text bold’ is closed to new replies.