Hi Nyghtfall
I recomend new version Raindrops1.237 ( Not yet WordPress review )
https://github.com/tenman/raindrops/releases
above version of Raindrops has CSS Editor for each post.
For Example.
Entry content ( text mode )
<table class="left">
<tr><td class="safe">safe</td><td class="alert">alert</td></tr>
</table>
Post CSS Editor
td.safe{
color:green;
background:white;
}
td.alert{
color:red;
background:yellow;
}
Thank you.
Thanks for the quick response. I’m going to wait until the new version is officially available for upgrade before tinkering with the CSS editor (I’m a newbie). Meanwhile, I did some research and found a terrific article on table coding for WordPress:
http://wpbtips.wordpress.com/2013/04/09/table-coding-for-wordpress-com-users/
I want the background color for my tables to match the theme’s color for pages and posts. Thanks to that article, I can simply add a background:transparent code to my td tags. It works like a charm, and my tables look great!
today Raindrops1.239 live
You can customize CSS for each post.
resolved OK ?
Thank you.
Sorry, forgot to follow up on this.
Yes, the issue is resolved.
Thanks again.