View Single Post
Old 01-10-2009, 08:59 AM   #30
llasram
Reticulator of Tharn
llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.
 
llasram's Avatar
 
Posts: 618
Karma: 400000
Join Date: Jan 2007
Location: EST
Device: Sony PRS-505
Quote:
Originally Posted by Amalthia View Post
I would really appreciate a fresh pair of eyes that could hopefully point out what I'm doing wrong.
Oh, I misunderstood what you were trying to do. Change your CSS selector from ".toc" to ".toc p". That makes it mean "all <p/> elements inside of an element with a class attribute of 'toc'."

So with CSS of:

Code:
.toc p {
display: block;
text-indent: 0in;
page-break-after: always
}
You will hopefully have what you're looking for.
llasram is offline   Reply With Quote