Joker7 said:
Sorry all,
http://myweb.tiscali.co.uk/01702/test/test.html
What I need to do is place a line of text under
where it say's Palace Theatre.
This is what I told you how to do yesterday. Float one image left,
float the other image right, then have the text, not floated, in
between. I've also removed
<DIV class=header1>
<DIV class=header2>
<img src="pcc.jpg" width="84" height="87" class="pcc1" alt="">
<img src="palace.jpg" width="86" height="89" class="palace1" alt="">
<h2>THE PALACE THEATRE</h2>
a line of text
<div class="clear"></div>
</DIV></DIV>
BODY, INPUT, TEXTAREA {
font-family: Skia, "ITC Officina Sans Book", "Trebuchet MS",
sans-serif;
font-size: 1em;
}
BODY {
background: #ad0d00 none;
margin: 1em 2em;
padding: 0;
color: #fec;
}
H1, H2, H3 {
color: #fd9;
font-family: Trajan, "Perpetua Titling MT", "Giovanni Book",
"New York", serif;
font-weight: normal;
text-transform: uppercase;
margin: 0;
}
H1 {font-size:3.5em;padding: 0;}
H2 { font-size:2.17em; padding: 0.25em 0 0.25em 44px;}
H3 {font-size:.75em; padding: 0.25em 0 0.25em 44px;}
DIV.header1 {
background: #ad3c04 none;
margin: 1em;
padding: 0;
border: 1px solid #800;
width: 44em;
}
DIV.header2 {
background: #aa012c none;
margin: 1em;
padding: 1em;
border: 1px solid #800;
width: 40em;
text-align: center;
}
img.pcc1 { float: left;}
img.palace1 { float: right; }
..clear {clear: both;}
Steve