I have a chat conversation within a div, but very long words fall out. I was advised to use an i-frame, but how? I thought this is for external websites.
CSS
.chat{
width: 230px;
height: 310px;
margin-left: 10px;
background-color: grey;
border: solid 1px black;
color: #1855a3;
overflow-y: scroll;
}