CodeIgniter Forums
Column alignment - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Column alignment (/showthread.php?tid=11439)



Column alignment - El Forum - 09-09-2008

[eluser]Unknown[/eluser]
Hello, everybody!
I've just started to use CI, and faced a problem.

I need to align text in a column by center. My question: is there any rapid way to align column-text by center when I use table template?

Code:
$this->table->set_template($table_template);
$this->table->set_heading('#', 'title', 'author', 'pages', 'genre');
echo $this->table->generate($books);

Regards, thank you.


Column alignment - El Forum - 09-09-2008

[eluser]xwero[/eluser]
Don't use the set_heading method and write the table header html yourself.