Help - Search - Members - Calendar
Full Version: Border
Movable Type Community Forum > Additional Resources > Tips and Tricks
Maggie
Would someone be so kind as to tell me how to add a border around individual entries on my blog please. I know its in the css file somewhere.
Ugh_tC
On the normal templates, each entry has a surrounding div with a class of entry-body.

Search for that in your style sheet, if it's not there add:

CODE
.entry-body {
border: 1px solid #000000;
}


or if it is there, just add the "border: 1px solid #000000;" bit.
Maggie
QUOTE (Ugh_tC @ Feb 16 2006, 05:05 PM)
On the normal templates, each entry has a surrounding div with a class of entry-body.

Search for that in your style sheet, if it's not there add:

CODE
.entry-body {
border: 1px solid #000000;
}


or if it is there, just add the "border: 1px solid #000000;" bit.
*


Thank you so much!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.