These are the things you can change in the HTML to make your page look the way you want it to.
background-color: Background color of the group page. This is the area outside of the text boxes.
background-image: Add the URL of the photo or image you want to use on the background of your page.
- If you want the image to show on the page more than once change NO-REPEAT to REPEAT.
- If you want the picture in the center of the page change FIXED to CENTER.
scrollbar-face-color: Actually changes the color of the scrolling part of the scroll bar on the side of your browser
scrollbar-highlight-color: Changes the color of the rest of your scroll bar.
scrollbar-3dlight-color: Changes the color of the thin line around the left and top of the scrolling part of your scroll bar.
scrollbar-darkshadow-color: Changes the color of the thin line around the right and bottom of the scrolling part of your scroll bar.
scrollbar-shadow-color: Also a color on the right and bottom of the scrolling part of your scroll bar.
scrollbar-arrow-color: Change the color of the arrows on your scroll bar.
scrollbar-track-color: The color of the part of the scroll bar that does not move.
table table table table {background-color:COLOR; border:2px DASHED; border-color:COLOR;}
- The first place on this line that says COLOR is the background color of the text boxes. This should be a light color so people can read the text in the boxes.
- The second place on this line that says COLOR is the color of the line around the text boxes.
- border:2px - The number 2 here means that the line is 2px wide. You can change the width of this line by changing this number.
- If you don't want your border to be dashed you can change DASHED to SOLID or leave it out altogether to give it a non-bordered look.
Editing HTML continued on next page.

