I am currently facing an issue with my HTML and CSS code. I have tried to construct a design using a <div>
but it resulted in horizontal scrolling and looked chaotic. How can I make the CSS and HTML look the same without any issues?
<textarea class="textarea_readonly" readonly="readonly" name="mcRemarkOld" rows="7" cols="100" scrolling="auto"></textarea>
.textarea_readonly
{
background-color: #DDDDD0;
margin: 0px;
width: 100%;
}