Every other comment, a white box appears. I'd like to control the color of that box but I can't find the coding that controls it. Can anyone point me in the right direction?
thanks!
Every other comment, a white box appears. I'd like to control the color of that box but I can't find the coding that controls it. Can anyone point me in the right direction?
thanks!
a link would help is help you.
here is my problem: http://www.stuartpaap.com/wordpress/?p=1
strange
down towards the end of your stylesheet find
/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}
try adding a background color to that. like
background-color: transparent; for nothing or background-color: #000000; for black
Worked like a charm.
thanks boober
glad it worked!
:)
This topic has been closed to new replies.