in reply to Re: Re: Re: Re: Re: My favorite HTML font style tag is...
in thread My favorite HTML font style tag is...
CSS<h3 class="header1"><span>Some Header</span></h3> <p> stuff </p>
Fahrner Image Replacementh3.header1 span { display: none; } h3.header1 { width: 200px; background: white url('images/header1.png') top left no-repeat; height: 25px; padding: 0px; }
P.S: I know about the one without the span ;)
|
|---|