How do I add/create an Excel table
-
Hello,
I am having some troubles adding or creating a table of contents, similar to an Excel table. A table is a good way to compare different items side by side (such as drugs and disease ) and it is easier for the reader to follow up on the subjects.
I was wondering if there’s a way to create a table of contents (other than copying-pasting an already existing table)Thank you
TThe blog I need help with is: (visible only to logged in users)
-
-
Does this help? Formatting text pt. 1: blank lines, alignment, wrap-around, two columns http://wpbtips.wordpress.com/2009/06/10/formatting-text-pt-1/
If you want more that two columns then be patient as justpi will assist you.
-
Just in case you want to use the Excel doc.
You can upload the document to your WordPress.com blog using the Add Media icon. To upload a document and add its download link to a blog post or page see the information at these links:
http://en.support.wordpress.com/accepted-filetypes/
http://en.support.wordpress.com/uploading-documents/If you want to embed the document itself into a post, then you will have to use a third party application like Scribd or Google Docs.
See here:
http://en.support.wordpress.com/scribd/ -
-
-
-
http://tableizer.journalistopia.com/
refer this link this must fulfill ur need to create table of contents
before u would create ur content in excel sheet & then copy it to the tableizer box tableize it.it create a html code just copy it in ur text box in the wp post.however some codings does not works in wp just delete it thats all.below i give the sample sheet<style type=”text/css”>
table.tableizer-table {
border: 1px solid #CCC; font-family: Arial, Helvetica, sans-serif;
font-size: 8px;
}
.tableizer-table td {
padding: 4px;
margin: 3px;
border: 1px solid #ccc;
}
.tableizer-table th {
background-color: #104E8B;
color: #FFF;
font-weight: bold;
}
</style><table class=”tableizer-table”>
<tr class=”tableizer-firstrow”><th>Exam</th><th>Year</th></tr>
<tr><td>BSNL JTO</td><td>2001</td></tr>
<tr><td>BSNL JTO</td><td>2002</td></tr>
<tr><td>BSNL JTO</td><td>2003</td></tr>
<tr><td>BSNL JTO</td><td>2004</td></tr>
<tr><td>BSNL JTO</td><td>2005</td></tr>
<tr><td>BSNL JTO</td><td>2006</td></tr>
<tr><td>BSNL JTO</td><td>2007</td></tr>
<tr><td>BSNL JTO</td><td>2008</td></tr>
<tr><td>BSNL JTO</td><td>2009</td></tr>
<tr><td>BSNL JTO</td><td>2010</td></tr>
<tr><td>BSNL JTO</td><td>2011</td></tr>
<tr><td>BSNL JTO</td><td>2012</td></tr>
<tr><td>BSNL JTO</td><td>2013</td></tr></table> -
<style type=”text/css”>
table.tableizer-table {
border: 1px solid #CCC; font-family: Arial, Helvetica, sans-serif;
font-size: 8px;
}
.tableizer-table td {
padding: 4px;
margin: 3px;
border: 1px solid #ccc;
}
.tableizer-table th {
background-color: #104E8B;
color: #FFF;
font-weight: bold;
}
</style>
up to this coding not work in wp so delete it thats all
- The topic ‘How do I add/create an Excel table’ is closed to new replies.