This topic is locked

Styles changed in V 6.0 ?

10/10/2008 9:08:29 AM
ASPRunnerPro General questions
P
Philip author

Hello
Unfortunately the styles in version 6 have been changed. One thing is realy disturbing me: centered header and data rows.

Question: which classes do I have to change when I want the orientation left instead of centered?
Regards,

Philip

Sergey Kornilov admin 10/10/2008

Philip,
could you clarify what pages and layouts this affects?

P
Philip author 10/10/2008

Sergey,
for example layout Default with Color Schema Ansterdam.
Philip

Sergey Kornilov admin 10/10/2008

You can open C:\Program Files\ASPRunnerPro6.0\templates\layouts\Default\list.htm file in text editor and find the following line:
<td valign=middle align=center {$##@f.strName g##_style}>
replace it with this one:
<td valign=middle align=left {$##@f.strName g##_style}>

P
Philip author 10/13/2008

You can open C:\Program Files\ASPRunnerPro6.0\templates\layouts\Default\list.htm file in text editor and find the following line:

<td valign=middle align=center {$##@f.strName g##_style}>
replace it with this one:
<td valign=middle align=left {$##@f.strName g##_style}>


Thanks - works fine

Philip