geoswanko
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] cformsII not sending emails, One Moment PleaseAwesome! Just added the new one after deactivating the old one and added all the new codes and tested. Works well!
Thanks so much!
Forum: Plugins
In reply to: [Contact Form 7] Styling challengeThanks! I used the <p style > to get the text white. The div should help me get that spacing under control. Thanks again!
Forum: Fixing WordPress
In reply to: WordPress removed semicolons from HTMLI was afraid of that…the code I wanted to show in the backticks disappeared. hehe. Let’s try that again.
We using   with a semicolon and they were changed to & #160 with a semicolon after the 38.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Add Edit button to a page?Worked perfectly! Thanks!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Add Edit button to a page?Is there a way to remove the “edit” link so it doesn’t show up?
Thanks!
Worked perfectly! Thanks so much!
Forum: Plugins
In reply to: WP-Table Reloaded centering, row height, column width etcWorks perfectly! Thanks so much! On these forums, I figured out how to get a nice black border as well!
Now if I can only figure out how to reduce the space between a list and a sublist on an unordered list…I’ll be mega-Happy! ??
Thanks again!
Geo
Forum: Plugins
In reply to: WP-Table Reloaded centering, row height, column width etcI have a table that I’d like to have aligned right so the text can wrap around it to the left.
I used the <div> tag you discussed on the FAQ page on the site.
I have:
<p style=”text-align: justify;”><div style=”width:325px; text-align:right;”>[table id=2 /]</div>
at the beginning of the page. It has made my table the right width, but it’s still on the left side of the page and the text is under it. I’d like the text to be on the left and the table to be on the right.I’ve copied some other CSS to the options page that I’ve found on other posts.
.wp-table-reloaded-id-1, {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;}
.wp-table-reloaded td {
text-align: left;
}
.wp-table-reloaded .column-1, .wp-table-reloaded .column-2, {
text-align: right;
}What should I do?
Thanks!