To put background colors on your pages, use the HTML tag: BODY bgcolor = ;#hex-code-goes-here Put the color tag after the title tag. For example, the way to make a white background is this: BODY bgcolor = #FFFFFF because the hex code for white is #FFFFFF.