Forum Moderators: open
How do you want to display your info, in the tables?
Please choose from the following, or give an alternative.
array=new Array("Animal","Frog","Color","Green","Type","Amphibian");
Model 1:
[table]
[tr][td]Animal[/td][td]Frog[/td][/tr]
[tr][td]Color[/td][td]Green[/td][/tr]
[tr][td]Type[/td][td]Amphibian[/td][/tr]
[/table]
Model 2:
[table]
[tr][td]Animal[/td][td]Color[/td][td]Type[/td][/tr]
[tr][td]Frog[/td][td]Green[/td][td]Amphibian[/td][/tr]
[/table]