In article <ro8hhvso77bfq76lsj1jvkfjc4c6cge666 (AT) 4ax (DOT) com>,
Dan Langille <usenet02 (AT) YEAH (DOT) RIGHT.dvl-software.com.invalid> wrote:
Quote:
table style="solid #000000; border-right: 1px solid #000000;" |
That'd be
<table style="border-top: 1px solid #000000; border-right: 1px solid
#000000;">
Quote:
And it does what I want. But Rather than embed it. I'm trying to create a
class. |
Good.
Quote:
I'd rather use:
table class="myclass"
So I tried:
myclass {
border-top : 1px solid #000000;
border-right : 1px solid #000000;
} |
Which would need to be
..myclass {
border-top: 1px solid #000000;
border-right: 1px solid #000000;
}
Quote:
But I'm not getting the same results. Clues please? |
Sorry, I don't have any. <g>
--
Kris
kristiaan (AT) xs4all (DOT) netherlands (nl)
"We called him Tortoise because he taught us" said the Mock Turtle.