How to Remove the Border from a Wikispace Table 
August 25th, 2009
I just received a question from a wikispaces user on how she could remove the borders in her table she just created within her wikispace page. With a little touch of CSS, the borders will be removed in no time. Here’s how you do it…
Click on Manage Wiki, then Look and Feel, then Change or make a new theme, then click on Edit for the Custom Theme that you’ve created from one of the default themes. If you haven’t created a custom theme from one of the default themes yet, you’ll need to do that first before continuing with this tutorial.
Put this small piece of CSS…
.wiki-box .wiki td { border: none; }
right beneath the…
<style type="text/css">
And that’s how you can remove the border from a table that you’ve inserted in your wikispace page.
Stay tuned for more wikispace tutorial quick tips… RETWEET.






