Align Text to center just in list page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
christ2000
User
Posts: 519

Align Text to center just in list page

Post by christ2000 »

Hello, i am using this code to try to align the center to center just on the list page and put the code on startup script - list page

$("#x_GroupLoad_1").css("text-align", "center");

but it is not working, is there any other solution for this?
thanks


christ2000
User
Posts: 519

Post by christ2000 »

I found this solution on row_rendered:

$this-><fieldname>->CellCssStyle = "text-align:center;";

thanks


Post Reply