Quote:
Originally Posted by GlamRockTalk
Sorry to have to ask this...but, which one is the "djdot class"?
I see many, many lines with djdot in them and I want to make sure that I'm editing the correct one within the tabcontent.css file.
Thanks DJ!
|
In your
tabcontent.css file, try adding a text-align:center into the first class:
Code:
.djdot{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
text-align:center;
}