Title: add HTML code to the table
Last modified: December 4, 2019

---

# add HTML code to the table

 *  Resolved [lisawang123](https://wordpress.org/support/users/lisawang123/)
 * (@lisawang123)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/add-html-code-to-the-table/)
 * Hi, is there a way to insert HTML code to the text? I am trying to make the text
   linkable, but when I link the text, the text got underlined. Is there a way to
   remove the underline?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadd-html-code-to-the-table%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Imtiaz Rayhan](https://wordpress.org/support/users/imtiazrayhan/)
 * (@imtiazrayhan)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/add-html-code-to-the-table/#post-12205921)
 * Hi [@lisawang123](https://wordpress.org/support/users/lisawang123/),
 * Right now, we don’t have option to add HTML code directly.
 * But your issue can be solved using custom CSS.
 * Go to Appearance > Customize > Additional CSS and add the following CSS code 
   there and publish the changes.
 *     ```
       .wptb-cell .wptb-ph-element a {
           text-decoration: none;
       }
       ```
   
 * Let me know if you need further assistance.
 * Regards.
 *  Thread Starter [lisawang123](https://wordpress.org/support/users/lisawang123/)
 * (@lisawang123)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/add-html-code-to-the-table/#post-12205973)
 * Thanks! that was helpful. The links also turn to pink with the safari browser.
   How can I change the color to black?
 * [https://caravanwellness.com/testtest/](https://caravanwellness.com/testtest/)
 * .wptb-cell .wptb-ph-element a {
    text-decoration: none; color:#000000; }
 * The code I use doesn’t seem to work
 *  Plugin Author [Imtiaz Rayhan](https://wordpress.org/support/users/imtiazrayhan/)
 * (@imtiazrayhan)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/add-html-code-to-the-table/#post-12205987)
 * Use `!important` with the color value.
 * Like this
 *     ```
       .wptb-cell .wptb-ph-element a {
           text-decoration: none;
           color: #000000 !important;
       }
       ```
   
 * Hope this helps.
 * Regards.
 *  Thread Starter [lisawang123](https://wordpress.org/support/users/lisawang123/)
 * (@lisawang123)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/add-html-code-to-the-table/#post-12206048)
 * Thanks!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘add HTML code to the table’ is closed to new replies.

 * ![](https://ps.w.org/wp-table-builder/assets/icon-256x256.png?rev=2404323)
 * [WP Table Builder – Drag & Drop Table Builder](https://wordpress.org/plugins/wp-table-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-builder/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [lisawang123](https://wordpress.org/support/users/lisawang123/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/add-html-code-to-the-table/#post-12206048)
 * Status: resolved