Forum Moderators: not2easy
You could always wrap that inside of a
<pre></pre> and style it via CSS. <pre>
Name ___________________
Address ___________________
Etc ___________________
</pre> <pre> = Preformatted
This is an excellent way to perfectly align plain text in the method you describe.
<style type="text/css">
.line {
border-bottom: 1px solid #ccc;
display: block;
position: relative;
width: 200px;
z-index: 1;
}
.line span {
border-bottom: 1px solid #fff;
margin-bottom: -1px;
position: relative;
z-index: 2;
}
</style><span class="line"><span>Name</span></span>
<span class="line"><span>Address</span></span>
<span class="line"><span>Etc</span></span>
I get a bottom rule, the word, and another bottom rule.(On either side of the word.) You seem to have a box.
I'm using dreamweaver mx.
Cheers
<snip>
and it makes a neat job, thank you, of what could have been rather ugly.
Thanks very much for your guidance, and also thanks to pageoneresults.
cheers
[edited by: Woz at 9:52 am (utc) on June 17, 2004]
[edit reason] Sorry, no URLs please, see TOS#13 [/edit]