LexHammer Posted December 22, 2009 Share Posted December 22, 2009 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'} Quote Link to comment Share on other sites More sharing options...
Buddski Posted December 22, 2009 Share Posted December 22, 2009 for your <TD> tags put <td align="center"> and in your <table style="font-size:xxx(px|pt|etc)" Quote Link to comment Share on other sites More sharing options...
LexHammer Posted December 22, 2009 Author Share Posted December 22, 2009 I dont understand you. I dont have table style. Where should i put it? And where should i put "for <TD> tags put <td align="center">" Quote Link to comment Share on other sites More sharing options...
FaT3oYCG Posted December 23, 2009 Share Posted December 23, 2009 Use css. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.