View Single Post
Old 19-05-2005, 03:31   #3 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 7,588
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
Oh, one more thing...
waaay too much coding here imho

Quote:
.ContentBlock1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
text-align: justify;
overflow: visible;
width: 615px;
float: left;
background-image: url(images/RepeatingDivider.jpg);
background-repeat: repeat-y;
color: #000000;
padding: 0px;
background-position: left;
background-attachment: scroll;
margin: 0px;
}
.ContentBlock2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
color: #000000;
overflow: visible;
text-align: justify;
background-image: url(images/LatestNews.jpg);
background-repeat: no-repeat;
width: 150px;
float: right;
padding-top: 40px;
padding-left: 5px;
margin-right: 10px;
}
.ContentBlockWide{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
color: #000000;
overflow: visible;
text-align: justify;
width: 800px;
padding: 0px;
}

just declare once the font attributes for the paragraphs,
don't repeat them, it makes no sense
  Reply With Quote