I would like to create tables.
I could see something here for Avisio:
http://themeforest.net/item/avisio-business-and-portfolio/full_screen_preview/113278?ref=Kriesi
Are there shortcodes or is there a sample somewhere, please?
Thanks
I would like to create tables.
I could see something here for Avisio:
http://themeforest.net/item/avisio-business-and-portfolio/full_screen_preview/113278?ref=Kriesi
Are there shortcodes or is there a sample somewhere, please?
Thanks
Here's the sample code of the table. Avisio just uses special css code to display the table.
<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>Thanks Dude,
I have tried implementing it, but it doesn't show any outline or style like the one at Avisio. Is it possible to have it exactly as in Avisio, please?
Thanks
Yes it's possible if you copy over css style code from avisio. Because this is a customization it's not something I can help you with for free ( I need some time to find the right css code, etc.).
ok, because I also have a copy of Avisio, I just tried to copy it for Newcast, it was just like the one you gave me - showing no style such as borders and color variations.
Thanks for your time.
Hi,
I am still waiting for help here, please.
Thanks
You can search for table, tr, etc. styles but as I pointed out above this is a customization which is beyond the scope of the support forum. It needs some time to find the right css code, to implement it in Newscast and to adjust things. Because this may take some time I can't provide help and detailed instructions.
You must log in to post.