I have a section of the web page I am building that is dedicated to news events. These are simply entered as follows currently.
-
2021-02-19 21:52
If your news events are wrapped in a , then your CSS would look like this:
#news {
height: 200px;
overflow-y: auto;
}
|