How would i make a table go straight down.
What im saying is this:
I cannot explain it well. I want a tr code to not go across, but down
So when i do this:
Name|TRDOWN
Name|TRDOWN
Name|TRDOWN
Name|TRDOWN
Name|TRDOWN
Name|TRDOWN
I would like to specify what goes Down with a code like this:
Which that would give me:Code:<tr> <td>TR-DOWN</td> <td>TR-DOWN</td> <td>TR-DOWN</td> </tr>
TR-DOWN | TR-DOWN | TR-DOWN
I want this:
_____________
TR-DOWN
TR-DOWN
TR-DOWN
_____________
Now you might understand it.



Reply With Quote
Bookmarks