html - Organizing My Modal, Cannot add a TH column in Table -Bootstrap 3 -



html - Organizing My Modal, Cannot add a TH column in Table -Bootstrap 3 -

i having problem organizing modal.

right displays in 1 big column such as

i game info set column, such as

i need spread out horizontally having them stacked on top of each other looks messy since runs off screen.

i have tried wrapping them in additional tr , th tags, error saying element th cannot nested within element table.

here jsfiddle tries mock setup. (this not include additional wrapper tr , th tags errors about)

user info includes name bio, , game info includes twitch.tv required notice.

thank help!

edit

my effort in nutshell

<table> <tr> <th> user info </th> <th> game info </th> </tr> </table>

all 4 th tags either missing start/end tags, or cannot nested within table.

had add together additional tables around info in order compiler it.

<table> <tr> <th> <table id="userinfo"> user info </table> </th> <th> <table id="gameinfo"> game info </table> </th> </tr> </table>

html twitter-bootstrap

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -