Posted by tshad on 11/05/54 11:16
"Noozer" <dont.spam@me.here> wrote in message
news:yZNie.1407477$Xk.687780@pd7tw3no...
>
> "tshad" <tscheiderich@ftsolutions.com> wrote in message
> news:pvMie.576$mK.275@newssvr13.news.prodigy.com...
>> I have the following style that puts a solid line on the top of the cell.
>>
>> style="border-right-width: 1; border-top-width: 1; border-bottom-width:
>> 1;
>> border-top-style:solid"
>>
>> The text is actually 15px in from the cells left border:
>>
>> <p style="margin-left: 15px">
>>
>> Is there a way to have the line start 15px in also?
>>
>> It's not a big deal, it just kind of hangs over the edge and it would be
>> nice to have it line up with the text.
>
> style = "border:none; border-top: solid 1px black;margin:15px;padding 0;"
>
> ???
>
> Of course IE and Mozilla treat padding and margins differently. Also the
> above is from memory so may not work at all.
It didn't - in either browser.
Thanks,
Tom
[Back to original message]
|