Well, the first thing is that you need to understand is
how the BB code works.
I will show u some examples, but if I use the actual code in the examples, then it will just format the text, and I won't be able to show u what I mean. So, instead of using brackets like this [ ] I will instead use greater than/less than brackets for my example.
For example, if I want to underline something, I use the <u> tag. And then, I close it with </u>. So everything in between those two tags gets underlined.
It's important to remember that you NEED to close your tags buy repeating it with a slash in front of it. Otherwise your text will not get formatted correctly.
I quoted your message below, but have replaced the brackets with greater than/less than tags, so you can see how exactly I would break up your quote.
This is how your quote looks originally to me:
<QUOTE=LivestockDoc;7902217>There doesn't seem to be a help file for this forum, and I can't figure out how to break up someone's post into parts so I can make specific comments. How do you do that and still get all the quoted parts to show up in the darkened boxes?</QUOTE>
Now, here's how I'm gonna break it up:
<QUOTE=LivestockDoc;7902217>There doesn't seem to be a help file for this forum, and I can't figure out how to break up someone's post into parts so I can make specific comments.</quote>
After your first sentence, I manually added a closing quote tag, so now only your first sentence is in a quote box. Then I hit return a couple of times and type whatever I want here.
<quote>How do you do that and still get all the quoted parts</quote>
Now I can right something in response to this part of your second sentence, because I manually enclosed it in quote tags.
<quote> to show up in the darkened boxes?</QUOTE>
For the second half of that sentence, I had to add a quote tag to the beginning (and I kept the original one at the end).