brown2005 Posted December 6, 2007 Share Posted December 6, 2007 hi, i have the code below which gives out the following Website: 3,343,333 Members: 3,343,333 Hits: 3,333,343,333 displayed like that but i want it to be displayed like Website: 3,343,333 Members: 3,343,333 Hits: 3,333,343,333 so it is all in line (the hits one is slightly out of line, but u get the idea) <p> <label>Website:</label> <font>3,343,333</font> </p> <p> <label>Members:</label> <font>3,343,333</font> </p> <p> <label>Hits:</label> <font>3,333,343,333</font> </p> Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted December 6, 2007 Share Posted December 6, 2007 Add you statistic to a table and "prest-o-change-o" it all lines up. You can use a HTML Table or a CSS Table; totally up to you. I still use HTML tables, no matter what anyone CSS Guru thinks about it; but that's just me. - Good Luck Quote Link to comment Share on other sites More sharing options...
dbrimlow Posted December 7, 2007 Share Posted December 7, 2007 This is actually a case where using a table is proper ... the data is indeed "tabular" data. 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.