separate comments in guestbook
Permalink
Im new to C5 but havent been able to solve this problem reading foras, so i hope you guys can help me out.
Is it posible somehow to separate comments in my guestbook with a horrisontal line or img?
Is it posible somehow to separate comments in my guestbook with a horrisontal line or img?
The default guest book uses the class "guestBook-entry". So you might add border-bottom: 1px solid #444; along with a some padding.
I chose to style just the byline by adding a background that matched my theme and a bit of padding.
.contentByLine {
background: rgba(181,189,200,1);
padding: .5em;
}
You could also create an custom template.
hth,
greg