Page 1 of 1

Seperating comments

PostPosted: Tue Sep 09, 2003 10:31 pm
by srijith
Just a note for people who might wander looking for it. If you feel that that all the comments in your gallery are looking one messed up blob of text, just add something like the following in your CSS to seperate the comments. Change the color as per your page requirements:
Code: Select all
td.message_body {
border-bottom: 1px solid #cccc99;
}


If you don't like a solid line but rather have a dashed one, change to:
Code: Select all
td.message_body {
border-bottom: 1px dashed #cccc99;
}