View Single Post
  #2 (permalink)  
Old May 7th, 2008, 06:59
dab42pat dab42pat is offline
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problem with hiding (indenting) text

something like this might work.

HTML: Select all
h1{ height:87px;
 width:100%;
 background:url(images/yourimage.gif) center center no-repeat;
 display:block; text-indent:-9999px;
 float:left; 
clear:both; }
Pat
Reply With Quote