Hello,
I'm using your them "Coalition" in the one page mode.
I can't insert a shortcode Columns inside a Toggles' one. And it's not possible to create a simple table in the editor.
Do you have any idea?
Thanks a lot,
Thomas
Create "columns" inside "toggles"
3 posts from 2 voices-
Posted 1 year ago #
-
1) As far as I know it's not possible to use both shortcodes together because WP doesn't allow you to wrap a shortcode around some other shortcodes.
2) Maybe you need to switch to the "html" mode - it allows you to insert your html code directly and WP won't filter your input. You can use following code as a starting point.
<table id="mytable" cellspacing="0" summary="The technical specifications of the Apple PowerMac G5 series"> <caption>Table 1: Apple Product specs </caption> <tbody> <tr> <th class="nobg" scope="col">Product:</th> <th scope="col">iPhone 3GS</th> <th scope="col">iPad</th> <th scope="col">iPod Nano</th> </tr> <tr> <th class="spec" scope="row">Version</th> <td>3rd Generation build</td> <td>1st Generation build</td> <td>27th Generation build</td> </tr> <tr> <th class="specalt" scope="row">Multitouch</th> <td class="alt">Yes</td> <td class="alt">Yes</td> <td class="alt">No</td> </tr> <tr> <th class="spec" scope="row">Video</th> <td>Yes – doesnt play flash content</td> <td>Yes – doesnt play content</td> <td>Yes – does play any content</td> </tr> <tr> <th class="specalt" scope="row">Release Date</th> <td class="alt">Nov. 2009</td> <td class="alt">Mai. 2010</td> <td class="alt">Jun. 2010</td> </tr> </tbody> </table>Posted 1 year ago # -
Thanks Dude for your help. I'll try this way. I think it'll be fine.
ThomasPosted 1 year ago #
Topic Closed
This topic has been closed to new replies.














