Click to See Complete Forum and Search --> : [RESOLVED] Formatting printout


Studio381
07-08-2007, 04:05 AM
Hi,
I'm looking for a tutorial/guidance on how to format output.
I've been working on a task to develop a few pages that take a list of members of a golf club and put those whohave entered a competition into a random draw.
I've got everything to work (more or less) but I am struggling to get the output into a format that looks good ie aligned in columns as below...

Competition
Monthly Stableford June 8th 2007

07.32 John Smith....................Brian Jones.................Mick Jagger
07.40 Dave Roberts................Jim Lacey....................Gregor Wallace
07.48 etc.............................etc............................etc

Any suggestions most appreciated.

Piranha
07-08-2007, 04:08 AM
Tables (http://www.w3schools.com/html/html_tables.asp) is probably the way to go.

Studio381
07-08-2007, 04:18 AM
Thanks. I'll have a go.

bradgrafelman
07-08-2007, 08:37 PM
Unless you're using a monospace font, using a table would indeed be the best way to do something like this.