Look at the first three characters: Amarras, Arcticblob, Arcticmule
Amarras is main with no alts - indentation level 1
Arcticblob is a main with alts - plus/minus gif and indentation level 2
Arcticmule is an alt of Arctcblob - there is no indentation level 3, he is at indentation level 2 same as his main.
I would like a third indentation level, and I *think* I've found where I need to make an edit, lines 450-453 here:
- Code: Select all
{ // this is an alt
echo ' <td class="'.$stripe_class.'"><td class="'.$stripe_class.'">'.$cell_value.'</td>'."\n";
}
}
I tried padding-left: 20px in either of those two TDs, I tried an align=right in them.
All I get is my whole table looks outta whack. If I could just get the alts to be right-justified instead of left-justified in their cell, that would have the desired effect and all would be great!
Thanks!