- 1
How i can change table row to column
10 Respuestas
+ 1
Thanks you sir
0
What are you mean? I don't see in code any tables
0
Ok sorry, I mean yesterday i designed a table but instead of it to appear like this:
Bilyaminu Umar 50%
but just appeared like this:
Bilyaminu
Umar
50%
and I try all my best to change it from horizontal arrangement to vertically arrangement as stated first but I failed due to I don't know what i will apply to change/transform it to vertical arrangement instead of horizontal
Thanks
0
Give me please a code.
0
Ok
0
<html>
<body>
<table style="width:100%">
<tr>
<dt>Murtala</dt>
<dt>Bala</dt>
<dt>40</dt>
</tr>
0
See it above sir
0
If I run the code it give my answer like this:
Murtala
Bala
40
Instead of it to give me answer like this:
Murtala Bala 40
0
dt=> td
0
Welcome!