I am attempting to create columns withing Contact Form 7 using
Syntax:
<table><td><td>DATA></td></tr></table
The form works fine, however, excess lines are inserted before the table. Does anyone know how to address this issue?
I am attempting to create columns withing Contact Form 7 using
Syntax:
<table><td><td>DATA></td></tr></table
The form works fine, however, excess lines are inserted before the table. Does anyone know how to address this issue?
The code you entered above has an error in it. Don't know if you made a typo entering the post or are using bad code on the plugin admin page.
This <table><td><td>
should be this <table><tr><td>
If that is not the problem, its unclear what "excess lines are inserted before the table" means. What does the rest of the code you are entering look like?
It was actually a typo when I posted the question.
I am trying to creat 3 columns wide in a table.
Here is the actual coding:
Music Tastes
<TABLE>
<TR><TD>[checkbox music40s "40s"]</TD><TD>[checkbox music50s "50s"]</TD><TD>[checkbox music60s "60s"]</TD></TR>
<TR><TD>[checkbox music70s "70s"]</TD><TD>[checkbox music80s "80s"]</TD><TD>[checkbox music90s "90s"]</TD></TR>
<TR><TD>[checkbox music2000s "2000s"]</TD><TD>[checkbox musicAlternative "Alternative"]</TD><TD>[checkbox musicBlues "Blues"]</TD></TR>
<TR><TD>[checkbox musicClassicRock "Classic Rock"]</TD><TD>[checkbox musicClassical "Classical"]</TD><TD>[checkbox musicCountry2Steps "Country 2 Steps"]</TD></TR>
<TR><TD>[checkbox musicCountryClassic "Country Classic"]</TD><TD>[checkbox musicCountryModern "Country Modern"]</TD><TD>[checkbox musicDisco "Disco"]</TD></TR>
<TR><TD>[checkbox musicFunk "Funk"]</TD><TD>[checkbox musicHairBands "Hair Bands"]</TD><TD>[checkbox musicHardRock "Hard Rock"]</TD></TR>
<TR><TD>[checkbox musicHipHop "Hip Hop"]</TD><TD>[checkbox musicJazz "Jazz"]</TD><TD>[checkbox musicJitterbug "Jitterbug"]</TD></TR>
<TR><TD>[checkbox musicNewWave "New Wave"]</TD><TD>[checkbox musicPolka "Polka"]</TD><TD>[checkbox musicRB "R&B"]</TD></TR>
<TR><TD>[checkbox musicRap "Rap"]</TD><TD>[checkbox musicRockabilly "Rockabilly"]</TD><TD>[checkbox musicSalsa "Salsa"]</TD></TR>
<TR><TD>[checkbox musicSoul "Soul"]</TD><TD>[checkbox musicSouthernRock "Southern Rock"]</TD><TD>[checkbox musicSwing "Swing"]</TD></TR>
<TR><TD>[checkbox musicTechno "Techno"]</TD><TD>[checkbox musicTop40 "Top 40"]</TD><TD>[checkbox musicWaltz "Waltz"]</TD></TR>
</TABLE>
I end up with the same amount of line the table produces between TEXT "Music Tastes" and the actual table.
** BUMP **
Hi
I don't know why, but the plugin is inserting 12 BR tags in between the header line and the start of the table display. That's approx one per TR
If you want a workaround, this worked for me.
<TABLE style="margin-top: -190px;">
You may have to adjust the 190. The plugin author is often on this forum. Perhaps he will see this and explain why this is happening.
Rock On!!
Totally addres the issue.
Here's the page:
http://dudewalker.org/rates-request-wedding-dj-price-quote/
You get a big brain hug from me...
I'm sure that's sound creepy...but HEY! It's almost Halloween.
PS: Never thought about the negative px value to truncate whitespace to last text.
Something more or less and issue with table's withing the plugin.
I guess I'll heads up the plugin author for a bug fix solution. I'll give you the credit!
You must log in to post.