PDA

View Full Version : Another text color problem



SloppyGoat
Wed 28th Jan '09, 10:41pm
For the life of me, I can't seem to find the place in the newattachment template to manually change either the background color of this strip, or the text color. Can someone enlighten me on how to change either one or the other, so the text can be read? Changing the back ground to black would do it, since the text is grey. The text is highlighted in the image, so you can see which strip I'm talking sbout.

Help figuring this out would be greatly appreciated. I'm usually able to find these things, but I've tried several changes to the td classes in that template, and still can get that one strip to change. Perhaps I'm editing the wrong template? :confused:

glennybee
Thu 29th Jan '09, 12:28am
The text is controlled by CSS and uses the 'smallfont' attributes.

The background uses 'tcat' attributes.

SloppyGoat
Thu 29th Jan '09, 5:13pm
Yeah, I see that in the newattachment template, but changing any of them does nothing. I can't change them in the control panel, without it changing something else, which I don't want changed. Is this not the right code I'm looking at here? I've tried changing these, but nothing happens.

Under New Posting Templates > newattachment:


<tbody id="collapseobj_attachkey" style="$vbcollapse[collapseobj_attachkey]">
<tr class="tcat">
<td class="smallfont"><strong>$vbphrase[filetype]</strong></td>
<td class="smallfont"><strong>$vbphrase[max_filesize]</strong></td>
<td class="smallfont"><strong>$vbphrase[max_width]</strong></td>
<td class="smallfont"><strong>$vbphrase[max_height]</strong></td>
</tr>
$attachkeybits
</tbody>