Posted by middletree on 10/26/80 11:28
In the first place, "border" doesn't have an 'a'. Secondly, perhaps you
want to use a fieldset with legend. Try this:
<fieldset>
<legend>Bob</legend>
Other stuff
</fieldset>
<typingcat@gmail.com> wrote in message
news:1128521655.720749.138280@z14g2000cwz.googlegroups.com...
> <div style="position:relative; border:solid 10px;">
> <div style="position:absolute; top:0; left:0;">Hello, World!</div>
> </div>
>
> The text is displayed INSIDE the boarder. But is it possible to make it
> displayed ON the boarder?
>
[Back to original message]
|