Posted by Bernhard Sturm on 08/16/07 20:58
Topaz wrote:
> I have defined a box is CSS.
what do you mean by 'box'?
> How can I draw a horizontal line inside the box to divide the text
> content in two?
>
> (An HR tag breaks the box and cause a page split.)
>
maybe with another div?
or by applying
p {
border-top:1px solid #000;
}
but I don't know want exactly you want to achieve. Please post a URL to
demonstrate your problem.
HTH
bernhard
--
www.daszeichen.ch
remove nixspam to reply
Navigation:
[Reply to this message]
|