This topic is locked

Centering column titles

4/6/2006 23:33:57
PHPRunner General questions
D
davidmcconnell author

Another question... Is there a way to center column headers? I see how to center the data, but the headers are all left justified. Am I overlooking somethin?
Thanks,

David

Sergey Kornilov admin 4/7/2006

David,
open ..._list.php file, find WriteTableHeader function and make following changes. See my changes in Bold:

<TD align=center>

<table><tr><td class=blackshade>

<?php if(IsBinaryField($rsDetails,"FieldName"))



where FieldName is your current field name.