Hello Guys,
I am pulling states from a table and displaying them 3 per row for example:
Alabama | Alaska | Arizona
Arkansas | California | Colorado
I am using the following code tobreak into another row:
XState = XState + 1
If XState = "3" Then
XState = "0"
%>
<tr><tr>
<%End If%>
But my question is how can i get the data to display in the following manner:
Alabama | Arkansas
Alaska | California
Arizona | Colorado
|
|
\/
Any help would be greatly appreciated.
Gordon R. Durgha
gd@vslink.net
I am pulling states from a table and displaying them 3 per row for example:
Alabama | Alaska | Arizona
Arkansas | California | Colorado
I am using the following code tobreak into another row:
XState = XState + 1
If XState = "3" Then
XState = "0"
%>
<tr><tr>
<%End If%>
But my question is how can i get the data to display in the following manner:
Alabama | Arkansas
Alaska | California
Arizona | Colorado
|
|
\/
Any help would be greatly appreciated.
Gordon R. Durgha
gd@vslink.net