On Jul 2, 2003, "Mark Tehara" claimed that:

|Where should i start with the lodgic.  I'm trying to list a group of items
|
|
|Left: item one, Right: Item 2
|
|
|This is repeated
|
|I can only seem to get them to go str8 down not left then right.
|
|
|Any Ideas?
|
|/ Mark

Perhaps you want an html table?

Maybe using a counter of some sort to keep track of your <tr> <td> left
</td> <td> right </td> </tr>?

Perhaps you want to use <pre>to output left item, 20-strlen(left_item)
spaces, right item \n?

Perhaps to pull the values, your counter will increment by 2.
value[counter] on left, value[counter+1] on right?

Perhaps create the page in only html the way you want it to appear, then
look for patterns that can be created by looping through a logic structure
(like www.netfobs.org/dates.php)?

Jeff

-- 
Registered Linux user #304026.
"lynx -source http://jharris.rallycentral.us/jharris.asc | gpg --import"
Key fingerprint = 52FC 20BD 025A 8C13 5FC6  68C6 9CF9 46C2 B089 0FED
Responses to this message should conform to RFC 1855.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to