Forum Moderators: not2easy
example page:
<No personal URLs, thanks. See TOS [webmasterworld.com]>
relevant css:
div.text h1 {
font-size: 110%;
font-style: normal;
font-weight: bold;
position: relative;
left: -1em;
letter-spacing: 2px;
line-height: normal;
display: block;
color: #995833;
padding: 0px;
margin: 0px 0px -5px;
}
div.text p {
position: relative;
top: -7px;
}
Thanks!
[edited by: DrDoc at 12:57 am (utc) on May 4, 2004]
[edit reason] No URLs, thanks. See TOS [webmasterworld.com] [/edit]
If I offset the p instead, won't I have the cut-off text on the right side instead?