Forum Moderators: not2easy
I'd like to have this little announcement centred in a 440-px col, so that it appears as an independent panel.
But it wants to float in among text of what would be the following paragraph. Obviously it's my mistake.
What am I doing wrong please?
the html:
<dl class="FloatCentre">
<dd>Monday, July 5, 2004</dd>
<dd>2.00 pm – 3.30 pm </dd>
<dd>for Year 9 students </dd></dl>
the css:
dl.FloatCentre {
margin: 5px;
padding: 5px;
border: 1px solid #00FFFF;
text-align: center;
}
.FloatCentre dd{
margin: 5px;
padding: 5px;
font-family: "Courier New", Courier, mono;
font-size: 12px;
line-height: 1.25%;
color: #FF0000;
text-align: center;
}