Free Republic
Browse · Search
News/Activism
Topics · Post Article

To: UnwashedPeasant

Thanks for your reply.

I tired this in Libre Calc. I was able to view the file and source code but it didn’t provide the functionality for the person viewing the html to then use the spreadsheet to load in a new poll and voter model and see the new results.

Any way you are aware of to do this?


33 posted on 09/14/2012 7:59:51 PM PDT by Leto
[ Post Reply | Private Reply | To 30 | View Replies ]


To: Leto
I don't know Libre Calc, but if you are able to "Save As" to an html file, the rest of my earlier instructions should work. (But I am no expert.) The code should look something like the following:

<table border="1" cellpadding="5" cellspacing="0">
<tr>
<td>&nbsp;</td>
<td>headerA</td>
<td>headerB</td>
<td>headerC</td>
</tr>
<tr>
<td>row1label</td>
<td>cellA1</td>
<td>cellB1</td>
<td>cellC1</td>
</tr>
<tr>
<td>row2label</td>
<td>cellA2</td>
<td>cellB2</td>
<td>cellC2</td>
</tr>
<tr>
<td>row3label</td>
<td>cellA3</td>
<td>cellB3</td>
<td>cellC3</td>
</tr>
</table>

40 posted on 09/14/2012 9:59:08 PM PDT by UnwashedPeasant
[ Post Reply | Private Reply | To 33 | View Replies ]

Free Republic
Browse · Search
News/Activism
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson