I\'d like to display some text then a dotted line then some more text on the same line on a HTML page e.g.
Name: ............................................
LeftRight
Some textsome bad text
.dotbg{
line-height: 12px;
background: url('http://i.stack.imgur.com/L8CQg.png') bottom repeat-x;
width: 250px; /* this is only for showcase */
margin: 0 auto 1.5em auto; /* this is only for showcase */
}
.dotbg span{
padding: 0 5px;
background: #fff;
}
.dotbg .right{
float: right;
}
Preview: http://jsfiddle.net/E7cyB/1/