Testing A Table Post From Word

1 08 2008

In response to a query on an email list I frequent about if you can copy and paste a table from Word, the following is an example. I created the table in Word and then used the “Paste From Word” button on the Post toolbar, (note you must use the multi-colored Kitchen Sink button show this toolbar). Having pasted the table into the window that opens the table then appears in the Post window.

Unfortunately you may also find that a lot of stray code is also imported once you click publish such as that shown below.

/* Style Definitions */
table.MsoNormalTable
{mso-style-name:”Table Normal”;
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;

Once you have published the post you can then re-open the post and edit this stray code out by deleting it from the post. The post will then look as below.

One Ideas
First will this work
Second Maybe
Three or
Fourth maybe not

Alternatively you can use the code below in the HTML editor to create a table as detailed in the table test post on this blog.

Invalid Forum Code



Testing a Sound Link

24 07 2008

I am wondering if this will play the National Anthem of Mexico?? Mexico.mp3




Venn -ding Classroom Tools.net

3 07 2008

Here’s a test Venn Diagram that uses the flash based tools at Classroom Tools.net.

Click here for full screen version




An Excel lent Splashcast Movie

24 06 2008

Here’s a little movie to help you sort out and manipulate Excel 2007 data bought to you via Splashcast.




PhotoShow test

21 06 2008

Here is a PhotoShow.

Get the PhotoShow widget and many other great free widgets at Widgetbox!




A Google Spreadsheet

23 05 2008

Here is what Google looks like




The Chart

23 05 2008

Here is the chart for the spreadsheet

Reading Challenge - http://sheet.zoho.com




A Spreadsheet Test

23 05 2008




Powerpoint test

28 04 2008

kiosk.jpg

This is the test of a powerpoint Kiosk embed.

Here is the Slideshare version




table test

30 08 2007

This is a test to see if a table works, which it does :0

copyright_flash.jpg teacher
Empty Space Another empty space

And here is the code I used.

<table>
<tr>
<td><a href=”http://mrpbps.globalstudent.org.au/files/2007/10/copyright_flash.jpg” title=”copyright_flash.jpg”><img src=”http://mrpbps.globalstudent.org.au/files/2007/10/copyright_flash.jpg” alt=”copyright_flash.jpg” /></a></td>
<td><a href=”http://mrpbps.globalstudent.org.au/files/2007/07/teacher.gif” title=”teacher”><img src=”http://mrpbps.globalstudent.org.au/files/2007/07/teacher.thumbnail.gif” alt=”teacher” /></a></td>
</tr>
<tr>

<td>Empty Space</td>
<td>Another empty space</td>
</tr>
</table>