VR-T
CSS
HTML
Javascript
Paint Shop Pro
PHP
Misc.
Graphics
Interactions
Clear

CSS Body

Here is the code for the css style of the body of your webpage.

There are other options you have for the different items.

Of course, change the FONT COLOR to some color you want to use.

You can change the font size from 8px to 10px or 12px or something along those lines. You don't want to make it too big, or too small.

The font family can be changed to any font you want to use. You should probably specify a font most people have on their computer, otherwise if you use a special downloaded font, and they don't have it, it will show up as the default Times New Roman.

The line height, you can change as well, but make it a larger number than the font size. It basically controls the height of each line. So if you write something in a huge font size, but have the line height small, it will look strange.

For font-weight, you also have some options. You can change the "normal" to one of the following:

  • lighter
  • normal
  • bold
  • bolder

    The background color is of course the background of the page.

    If you want to use an image, you just replace BACKGROUND.NAME with the image (for example myimage.gif). You probably should leave the attachment as fixed, so the image doesn't scroll with your text.

    <-back