Add this to your Field:
.K {Create ScrollBox}
div.KhAkScr1 {
overflow:auto;
height:100px; width:200px;
background-color:CadetBlue;
background-image: url(Image URL);
border:3px solid coral;
font-family:Arial;
font-size:8pt;
color:green;
}
Add this to your About Me:
<div class="KhAkScr1">
Content Here / Inhalt Hier
</div>
Add this to your Field:
.K {Create ScrollBox}
p.KhAkScr2 {
overflow:auto;
height:100px; width:200px;
background-color:CadetBlue;
background-image: url(Image URL);
border:3px solid coral;
font-family:Arial;
font-size:8pt;
color:green;
}
Add this to your About Me:
<p class="KhAkScr2">
Content Here / Inhalt Hier
</p>