Jump to content

How to modify font size and text position in table in .tpl (Smarty)


LexHammer

Recommended Posts

I want to make a table with bigger text font and i want the text in each cell to be centered, not aligned to right. What is the code for that?

 

The table code

{include file='header.tpl'}	



<center><table border="1">
<tr>
<td></td>
<td><b>Text1<b></td>
<td><b><FONT COLOR="red">Text2</font></b></td>
</tr>
<tr>
<td>TEST1</td>
<td>TEST2</td>
<td>TEST3</td>
</tr>
</table></center></font>
{include file='footer.tpl'}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.