Title: projectrk's Replies | WordPress.org

---

# projectrk

  [  ](https://wordpress.org/support/users/projectrk/)

 *   [Profile](https://wordpress.org/support/users/projectrk/)
 *   [Topics Started](https://wordpress.org/support/users/projectrk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/projectrk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/projectrk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/projectrk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/projectrk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/projectrk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Pricing Table] Posting shortcode problem overrides the format of wordpress page](https://wordpress.org/support/topic/posting-shortcode-problem-overrides-the-format-of-wordpress-page/)
 *  Thread Starter [projectrk](https://wordpress.org/support/users/projectrk/)
 * (@projectrk)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/posting-shortcode-problem-overrides-the-format-of-wordpress-page/#post-5235775)
 * update on the page, please check it out here [Check out](http://www.intelesoft.com/lucid/)
 * I was expecting that the table should be where it should according to my code.
   unfortunately, the table overrides everything and reposition the table on the
   very top of the content page.
 *     ```
       &nbsp;
       <table class="payroll-table" border="0" width="100%" align="center">
       <tbody>
       <tr class="pt-title">
       <td>
       <h5>Transaction p/month</h5>
       </td>
       <td>
       <h5>Up to 100</h5>
       </td>
       <td>
       <h5>100 to 250</h5>
       </td>
       <td>
       <h5>250 to 500</h5>
       </td>
       <td>
       <h5>500 to 1000</h5>
       </td>
       <td>
       <h5>Over 1000</h5>
       </td>
       </tr>
       <tr>
       <td>New/Small Business</td>
       <td>$99/mo</td>
       <td>$199/mo</td>
       <td></td>
       <td></td>
       <td></td>
       </tr>
       <tr>
       <td>Small to Medium Business</td>
       <td></td>
       <td></td>
       <td>$349/mo</td>
       <td>$599/mo</td>
       <td></td>
       </tr>
       <tr>
       <td>Medium to Large Business</td>
       <td></td>
       <td></td>
       <td></td>
       <td></td>
       <td>$599+ $0.45 p/trans. > 1000</td>
       </tr>
       </tbody>
       </table>
       &nbsp;
   
       CSS
       [hz_price_table id=389]
   
       Responsive Pricing Table
       [show_pricing_table table_id=317]
       ```
   

Viewing 1 replies (of 1 total)