How to Make a Repeatable Background on Your Wikispace Using CSS

August 14th, 2009

CSS is what drives the design and layout of most websites on the world wide web today. In this tutorial, you’ll learn how to make a repeatable background that covers the entire background of your wikispace using one line of CSS. We’ll do this by editing a custom template. It’s a very easy way to spice up the background of your wikispace.

Tags:

View Comments to “How to Change the Background of Your Wikispace Using CSS”

  1. William Crum says:

    How do I get the code to copy and paste when I’m trying to add text boxes? The download file just opens as a HTML page in Firefox? Help?

  2. atork says:

    Can you make a table with rounded edges?

  3. Mewalker says:

    I did this step by step and it did not work!

  4. Hi, I'd love to help you out. Sometimes the littlest mistake in the CSS can prevent it from working. Let me know if you'd like some help, and I'd be glad to walk you through it to see where your code might be messing up.

  5. Yes, you can make a table with rounded edges. Simply copy and paste this CSS code within your CSS file, and it should work….

    table { -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    }

blog comments powered by Disqus