Pricing Table
Here is just an example of how you can use our shortcodes to create a Pricing Table page. If you like this page then click on "Get the code" on the bottom and copy/paste it into your html view editor.
| AVAILABLE HOSTING PRICE PLANS |
BASIC $9.95 /month |
STANDARD $19.95 /month |
BUSINESS $29.95 /month |
|---|---|---|---|
| SIGN UP | SIGN UP | SIGN UP | |
| Monthly Bandwidth | 200GB | 400Gb | 500GB |
| Web Storage | 15GB | 25Gb | 50GB |
| Customer Support | 24/7 Email/Phone | 24/7 Email/Phone | 24/7 Email/Phone |
| Free Domain Names | - | 1 Free | 5 Free |
| E-Commerce Enabled | - | - | yes |
| Google Adwords | $15 | $20 | $30 |
| Space per email Account | 50MB | 100MB | 150MB |
| Eamil Accounts | 10 | 20 | 40 |
| MYSQL 5+ Databases | 1 | 15 | 25 |
| PhpMyAdmin | yes | yes | yes |
Get the code
[styled_table]
<table>
<thead>
<tr>
<th scope="col" style="text-align:right">AVAILABLE<br /><span style="font-size:32px;line-height:40px;font-family:georgia;"">HOSTING</span><br />PRICE PLANS</th>
<th scope="col">
BASIC <br /><span style="font-size:42px;line-height:50px;font-family:georgia;">$9.95</span><span style="font-size:12px;"> /month</span>
</th>
<th scope="col">
STANDARD <br /><span style="font-size:42px;line-height:50px;font-family:georgia;">$19.95</span><span style="font-size:12px;"> /month</span>
</th>
<th scope="col">
BUSINESS <br /><span style="font-size:42px;line-height:50px;font-family:georgia;">$29.95</span><span style="font-size:12px;"> /month</span>
</th>
</tr>
</thead>
<tfoot>
<tr>
<td></td>
<td>[button link="#" title="Sign Up For Basic Plan" size="medium" width="150" color="blue"]SIGN UP[/button]</td>
<td>[button link="#" title="Sign Up For Standard Plan" size="medium" width="150" color="green"]SIGN UP[/button]</td>
<td>[button link="#" title="Sign Up For Business Plan" size="medium" width="150" color="red"]SIGN UP[/button]</td>
</tr>
</tfoot>
<tbody>
<tr>
<td style="text-align:right">Monthly Bandwidth</td>
<td>200GB</td>
<td>400Gb</td>
<td>500GB</td>
</tr>
<tr>
<td style="text-align:right">Web Storage</td>
<td>15GB</td>
<td>25Gb</td>
<td>50GB</td>
</tr>
<tr>
<td style="text-align:right">Customer Support</td>
<td>24/7 Email/Phone</td>
<td>24/7 Email/Phone</td>
<td>24/7 Email/Phone</td>
</tr>
<tr>
<td style="text-align:right">Free Domain Names</td>
<td>-</td>
<td>1 Free</td>
<td>5 Free</td>
</tr>
<tr>
<td style="text-align:right">E-Commerce Enabled</td>
<td>-</td>
<td>-</td>
<td>yes</td>
</tr>
<tr>
<td style="text-align:right">Google Adwords</td>
<td>$15</td>
<td>$20</td>
<td>$30</td>
</tr>
<tr>
<td style="text-align:right">Space per email Account</td>
<td>50MB</td>
<td>100MB</td>
<td>150MB</td>
</tr>
<tr>
<td style="text-align:right">Eamil Accounts</td>
<td>10</td>
<td>20</td>
<td>40</td>
</tr>
<tr>
<td style="text-align:right">MYSQL 5+ Databases</td>
<td>1</td>
<td>15</td>
<td>25</td>
</tr>
<tr>
<td style="text-align:right">PhpMyAdmin</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
</tr>
</tbody>
</table>
[/styled_table]








