[]
ChAoS said:Correction- the blacked out lines are in the edit options menu-every other one is black [/]
thats cause the stylesheet you are using most likely has a dark (black) background color for alternatetable tag.. you have a couple of options... change the stylesheet, change the alternatetable tag in the stylesheet, or in adm-options.php in the photopost directory find
if ($proceed == 1) {
if ( $fillcolor == 1) {
$ckcolor = "{$Style['alternatetable']}";
$fillcolor=0;
}
else {
$ckcolor = "{$Style['tddetails']}";
$fillcolor=1;
}
and change to
if ($proceed == 1) {
if ( $fillcolor == 1) {
$ckcolor = "{$Style['tddetails']}";
$fillcolor=0;
}
else {
$ckcolor = "{$Style['tddetails']}";
$fillcolor=1;
}
btw thats really a photopost question and really should be directed over to
www.photopost.com. 