Recent Posts

Easy Way To Create a Table In Post Blogger / Blogspot

Tabel In Posting
Easy way to create a table in post blogger/ blogspot is a bit tricky, because it takes a lot of attributes and tags that if wrong or too little can ruin the appearance. however, table is still required in order to post / article that contains specific details fit together. In addition, the reader is able to read and pick and choose the parts needed to easily and quickly.

Here's Example
<table> = command to create a table
<border> = command to set the edge of the thick line
<tr> = command to create a row in the table
<td> = command to make the columns in the table
Preparation Example Simple Table.
<table border="1">
<tr>
<td>Input Data</td> <td>Input Data</td> <td>Input Data</td>

</tr>
<tr>
<td>Input Data</td> <td>Input Data</td>  <td>Input Data</td>

</tr>
</table>
So the result would be as follows.
Test Creating Data Test Creating Data Test Creating Data
Test Creating Data Test Creating Data Test Creating Data

Test Images Test Images Test Images
Test Images Test Images Test Images
Test Images Test Images Test Images
   And this is the table structure HTML language used in the table above:
<table border="1" bordercolor="#3366FF" style="background-color:#CCFFFF" width="400" cellpadding="3" cellspacing="3">
    <tr>
        <td>Text atau Gambar</td>
        <td>Text atau Gambar</td>
        <td>Text atau Gambar</td>
    </tr>
    <tr>
        <td>Text atau Gambar</td>
        <td>Text atau Gambarl</td>
        <td>Text atau Gambar</td>
    </tr>
    <tr>
        <td>Text atau Gambar</td>
        <td>Text atau Gambar</td>
        <td>Text atau Gambar</td>
    </tr>
</table>
That's just a simple tabular form with 3 rows and 3 column and simple colors. What if the number of columns dozens and color vary? Course will be very time consuming and tiring. Not to mention it later if there is an error, edit it would take many years, gray hair, or the fact that even so bald  (^_^)
Fortunately there are now many online HTML table generator services that gives a lot of convenience. You just need to enter the row and column number, the square footage and height, color, border, and a few other simple rules. After that click on the generator. Next, copy the results to HTML table code editor blog post. Contents of the table / the table with the desired text or image. Completed.
The following sites HTML Generator online service provider:
1. Quackit
2. Code-Generator
3. Spectrum-Research. Table with CSS rules and concepts Frame.
4. Hoover Web Design. Not for Netscape Browser users.
5. 2CreateAWebsite
6. HTML Basix
Select or please try all generators online table above. You can try constantly and repeat when there is an error. Clearly, in this way, make table / tables becomes easier and faster. Thanks to all HTML Table Generators!

0 comments:

Post a Comment