samoht Posted July 10, 2007 Share Posted July 10, 2007 I am curious if php has a way to format the string out put so that it is lined up like tab space? example: January 2007 (0) Feburary 2007 (0) March 2007 (1) ect. any ideas? Link to comment https://forums.phpfreaks.com/topic/59309-format-string-so-everything-lines-up/ Share on other sites More sharing options...
shamilton Posted July 10, 2007 Share Posted July 10, 2007 You could do a table, or \t - is this going to be in HTML? Link to comment https://forums.phpfreaks.com/topic/59309-format-string-so-everything-lines-up/#findComment-294592 Share on other sites More sharing options...
per1os Posted July 10, 2007 Share Posted July 10, 2007 use html <pre> and </pre> tags and use "\t" to tab the string out. That or use tables in HTML. Link to comment https://forums.phpfreaks.com/topic/59309-format-string-so-everything-lines-up/#findComment-294594 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.