Forum Moderators: not2easy
Code for aligning 3 images on a page:
<p style="float: left; width: 32%; text-align: left;">Left text</p>
<p style="float: left; width: 32%; text-align: center;">Centre text</p>
<p style="float: left; width: 32%; text-align: right;">Right text</p>
.mischeadingandborder{font-size:24pt;
font-style:italic;
font-weight:bold;
table-layout:fixed;
width:50%;
height:auto;
border:solid;
border-color:#ec171d;
border-style:double;
margin-left:auto;
margin-right:auto;
position:relative;
color:#F79646; .mischeadingandborder{
font-size:24pt;
font-style:italic;
font-weight:bold;
table-layout:fixed;
width:50%;
height:auto;
border:solid;
border-color:#ec171d;
border-style:double;
margin-left:auto;
margin-right:auto;
position:relative;
color:#F79646;
}