Hi Hoom,
What you can do is create a custom page template and remove the following code from it: <?php get_sidebar(); ?>
This will remove the sidebar from the page, you can then then create a new page in WordPress and use the custom template.
Hope this helps
Hi,
I’m having exactly the same issue. I’m using HTML toolkit to build a static page for my WordPress blog site. I’ve created a new template then added my own HTML to this. The HTML works fine in WordPress except for Tables. I’ve added a table to contain and frame some text. This displays ok in HTML toolkit but it look like WordPress is ignoring the table when I preview the page.
WordPress version is 2.8.6, ant help greatly appreciated!