I am trying to make my background color for a quote "text box", but unfortunately makes the color too transparent, how do I fix this?
[section of code]
p { font-size: medium; color: white; text-align: center; background-color: black; border-style: inset;
border-color: #ff0000 #ff0000 #ff0000 rgb(255,0,0); background-color:t transparent font-family: Helvetica,
Geneva, Arial,SunSans-Regular, sans-serif; position:absolute;left: 400px; top: 150px; width: 500px }
[end]
Can some one tell me how to fix this?