manubar

Sunday, April 6, 2014

How to add table in page for bologger

1. Go to your page and select HTML and copy below this code and past on it

________________________________________________________________________________
<table border="2" bordercolor="#000000" style="background-color:#FFFFFF" width="100%" cellpadding="3" cellspacing="3">
<tr>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr">
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
</table>
_________________________________________________________________________________



2. You can modify your table color by changing ( bordercolor="#000000" style="background-color:#FFFFFF" )

and you can also change width ................................

Another Way for ADD table in page from Microsoft Word

  • First select your table 
  • Click on “Save As” a save as dialogue box will open.In the “Save as type” drop down list choose “Web Page,Filtered” and click save.It is mandatory to save your table as a filtered web page otherwise it will not work in blog’s HTML.
  • Now this file will be saved as a HTML file.To directly view that it is working in your browser you can open this file with any browser and you will see that Microsoft tables are rendered very nicely and neatly in the browser.
  • To access the HTML code of this table simply right click on this file and choose “open with” from that list choose “Notepad”.
  • Now copy the HTML code and directly paste anywhere in your blogger or wordpress blog’s HTML.
  • You are done.


No comments:

Post a Comment