Code:
<script language="javascript" type="text/javascript">
<!--
if(navigator.appName=="Netscape")
{
document.write("<link rel=stylesheet type=text/css href=new/styles/FFFBCTable.css />");
document.write("<link rel=stylesheet type=text/css href=new/styles/FFConstitution.css />");
}
else
{
document.write("<link rel=stylesheet type=text/css href=new/styles/FBCTable.css />");
document.write("<link rel=stylesheet type=text/css href=new/styles/Constitution.css />");
}
//-->
</script>
Code:
<td width="674" valign="top" class="CMidC">
<!-- Body Text -->
<table width="674">
<tr>
<td>
<p align="center" class="title"><a id="#concert">Concert August 12th</a></p>
<p class="text">Make every effort to join us for both worship services on the 12th
to experience a great time of personal worship with our special guest Marion Warren.</p>
<p class="text">Marion has been in music evangelism since 1968 and has sun around the
world in countries such as Japan, France, Germany, and Canada to name a few.</p>
<p class="text">Marion will sing in the morning worship service and then perform a
concert at 5:30 p.m. on the 12th. Everyone is welcome to join in this time of praise
and worship as Christ is exalted through the music and message Marion shares.</p>
<p align="right" class="text"><a href="#top">to top</a></p>
</td>
</tr>
</table>
</td>
Code:
.CMidC{
display: block;
float: left;
margin-left: 0px;
padding-top: 0px;
line-height: 20px;
width: 624px;
height: 150px;
background-image: url(../images/CenterFF.gif);
background-repeat: repeat;
}
How can it repeat if you have that height format?
Bookmarks