Title: Thans's Replies | WordPress.org

---

# Thans

  [  ](https://wordpress.org/support/users/thans/)

 *   [Profile](https://wordpress.org/support/users/thans/)
 *   [Topics Started](https://wordpress.org/support/users/thans/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thans/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thans/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thans/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thans/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thans/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table] Special characters UTF8 not visible](https://wordpress.org/support/topic/special-characters-utf8-not-visible/)
 *  [Thans](https://wordpress.org/support/users/thans/)
 * (@thans)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/special-characters-utf8-not-visible/#post-6484446)
 * or use html for special characters
    [http://www.degraeve.com/reference/specialcharacters.php](http://www.degraeve.com/reference/specialcharacters.php)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table] Bottom Border Won't Go Away](https://wordpress.org/support/topic/bottom-border-wont-go-away/)
 *  [Thans](https://wordpress.org/support/users/thans/)
 * (@thans)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/bottom-border-wont-go-away/#post-5473328)
 * Use [attr style=”border:0;background-color:#fff”] for example before the text
   in your table. Also you can add it to the table style
 * [table style=”border:0;”][attr style=”border:0;background-color:#fff”]bla,[attr
   style=”border:0;background-color:#fff”]bla,[attr style=”border:0;background-color:#
   fff”]bla[/table]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Widget](https://wordpress.org/support/topic/widget-116/)
 *  [Thans](https://wordpress.org/support/users/thans/)
 * (@thans)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/widget-116/#post-6510938)
 * yeah just insert a text widget and insert the shortcode
 * [CP_CALCULATED_FIELDS id=”ID X”]
 * it will pop up in the sidebar where you made the widget
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table] Special characters UTF8 not visible](https://wordpress.org/support/topic/special-characters-utf8-not-visible/)
 *  [Thans](https://wordpress.org/support/users/thans/)
 * (@thans)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/special-characters-utf8-not-visible/#post-6484411)
 * maybe changing your font would help? I dont know
 * for instance use in front of the text:
 * <span style=”font-family: XXX; font-size: 16px; color: white;”>TEXT</span>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table] how to insert link into the table](https://wordpress.org/support/topic/how-to-insert-link-into-the-table/)
 *  [Thans](https://wordpress.org/support/users/thans/)
 * (@thans)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/how-to-insert-link-into-the-table/#post-6297269)
 * [table] “bla a href=”[http://www.yourlink.com”&#8221](http://www.yourlink.com”&#8221);
   text of your url “/a” [/table]
 * change ” into < and >
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table] how to insert link into the table](https://wordpress.org/support/topic/how-to-insert-link-into-the-table/)
 *  [Thans](https://wordpress.org/support/users/thans/)
 * (@thans)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/how-to-insert-link-into-the-table/#post-6297268)
 * just like you are used to create a link in html…
 * use a href
 * [table][text of your url](http://www.yourlink.com)[/table]
 * or in a new window
 * [table][text of your url](http://www.yourlink.com)[/table]
 * shouldnt be that hard 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table] Text Color of one single col](https://wordpress.org/support/topic/text-color-of-one-single-col/)
 *  [Thans](https://wordpress.org/support/users/thans/)
 * (@thans)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/text-color-of-one-single-col/#post-5274400)
 * Style should do the trick in html/text
 * [table],,,
    <span style=”color: blue;”>bla,</span><span style=”color: black;”
   >bla,</span><span style=”color: red;”>bla</span>[/table]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table] Change Font?](https://wordpress.org/support/topic/change-font-41/)
 *  [Thans](https://wordpress.org/support/users/thans/)
 * (@thans)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/change-font-41/#post-5304904)
 * Style your table:
 * [table style=”background-color:#fff;font-size:16px;font-family:helvetica;”]bla
   
   bla[/table]
 * [table style=”background-color:#fff;font-size:16px;font-family:arial;”]bla
    bla[/
   table]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table] Column and row background color](https://wordpress.org/support/topic/column-and-row-background-color/)
 *  [Thans](https://wordpress.org/support/users/thans/)
 * (@thans)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/column-and-row-background-color/#post-5301298)
 * Try to use [attr style=”background-color:#SOME COLOR”] before your text in the
   table
 * so for example you can set the overall background to :
 * [table style=”background-color:#e46135″],,,
    bla,bla,bla [/table]
 * but use a different color for a specific cell:
 * [table style=”background-color:#e46135″],,,
    bla,[attr style=”background-color:#
   fff”]bla,bla [/table]
 * Greetings
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table] How To Change Text Size?](https://wordpress.org/support/topic/how-to-change-text-size-1/)
 *  [Thans](https://wordpress.org/support/users/thans/)
 * (@thans)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/how-to-change-text-size-1/#post-6159977)
 * You can also change it in your html/text input
 * [table style=”background-color:#fff;font-size:30px;font-family:Helvetica;”]Bla,
   bla,bla[/table]
 * or just use it for one particular column (i use a windings for fun now 🙂
 * Like:
    [table]<span style=”font-family: wingdings; font-size: 16px; color: white;”
   >ü</span>,bla,bla[/table]
 * Greetings

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