Topic: Small Problems - CSS Needs Editing?

Question 1: How do I add a border around the row that says "NEW YORK DOLLS"?

http://www.new-york-dolls.com/help/help1.jpg

So it looks like below:

http://www.new-york-dolls.com/help/help2.jpg

Question 2: How do I get this row with the blue background to be filled in white?

http://www.new-york-dolls.com/help/help3.jpg

Connorhd showed me how to change the code at the top of the page, but I am unsure what the code is to change the bottom bit. Its just because the links are too hard to read.

2

Re: Small Problems - CSS Needs Editing?

1. Add this to section 4 of your main stylesheet
.pun H2 {BORDER-STYLE: solid; BORDER-WIDTH: 1px; BORDER-BOTTOM:none}
Add this to section 3 of your colour scheme stylesheet
.pun H2 {BORDER-COLOR: whatever}

2. Just do what connor said for the top but you use the classes .linksb and .postlinksb instead of .linkst.