Page is a not externally linkable
encyclo - 2:23 pm on Feb 8, 2009 (gmt 0)
CSS: HTML: You may be able to use
The short answer is that you should insert the background image via CSS, meaning that if CSS is disabled only the h1 text will show. Something like this: h1 {
color:#000;
background:#fff url(/images/TT_headertext.png) top left no-repeat;
height:33px;
}
h1 b {
display:none;
}<h1><b>Header Text</b></h1> text-indent too (I've not tested it for the above scenario). If the image is comprised of text, you can also do it in Flash and use sIFR. :)