L
Leslie
I hope this question makes sense; I'm getting kind of mush
brained......
Can I use multiple classes in one declaration? At a client's request
I'm setting apart sections of a page with:
<style type="text/css">
p.double {border-style: double}
</style>
<p class="double">Important Text goes here</p>
Below this is a list (using <ul>) of items that further breaks down
the info in Important Text. I've got the top & bottom margin for <ul>
set at 0, but I'm getting an unwanted space between the Important Text
and the list. I want just a line break, not a paragraph break.
Can I add a second class to <p> to set the bottom margin, and if so,
how do I do it?
Thanks!!
Leslie
brained......
Can I use multiple classes in one declaration? At a client's request
I'm setting apart sections of a page with:
<style type="text/css">
p.double {border-style: double}
</style>
<p class="double">Important Text goes here</p>
Below this is a list (using <ul>) of items that further breaks down
the info in Important Text. I've got the top & bottom margin for <ul>
set at 0, but I'm getting an unwanted space between the Important Text
and the list. I want just a line break, not a paragraph break.
Can I add a second class to <p> to set the bottom margin, and if so,
how do I do it?
Thanks!!
Leslie