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> Link to comment https://forums.phpfreaks.com/topic/80509-help-splitting-this-code-please/ 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 Link to comment https://forums.phpfreaks.com/topic/80509-help-splitting-this-code-please/#findComment-408274 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. Link to comment https://forums.phpfreaks.com/topic/80509-help-splitting-this-code-please/#findComment-408748 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.