0
votes

enter image description here

I am learning a rails on YouTube and here I am having issues with table style. The video is old and rails are update already. However, I am following exactly what he is doing in the video, but I ended up with this weird looking table of friends list.

I want to put all friends info next to each other up-and-down like the video.

Impossible to say without any code (the output HTML would help), but I’m guessing there's a tag that has been closed too early or left open. Possibly a td or tr. - H.W. Sanden