Page 1 of 1

Re: Help with News Summary CSS <hr>

Posted: Wed Jun 11, 2008 6:51 pm
by Dr.CSS
Actually you have no hr in the news summary template...



14th Street Bridge Project in Midtown:  View It On Line


06/08/2008


The AJC speaks with CEE Assistant Professor Jochen Teizer about tracking the dismantling of the 14th Street Bridge.  [More]


[More]
-->


It's a border on the bottom of the newssummary div...

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    font-family: helvetica, verdana, geneva, arial, sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

You could put a clear div in the bottom of your NewsSummary div...

Re: Help with News Summary CSS <hr>

Posted: Mon Jun 16, 2008 5:42 pm
by Dr.CSS
Ah yes the red clay of georgia, I used to live in lawrenceville for 10 years 7 years ago...

You can add   where the commented out
[More]
-->
is in the news template and then in CSS  .clear{clear:both}