[thelist] site check

David Bindel dbindel at austin.rr.com
Sun Apr 28 20:45:01 CDT 2002


> Personally, I think text spaced as "D R I V E R S"
> looks lame and will obviously do little to assist
> with search engine positioning. I'm sure there's
> a method of adjusting the tracking with CSS.

Yes, you can achieve the same look using CSS and it will STILL BE
search-engine friendly.  The CSS to do it (space the letters out):

.spaceout {
	letter-spacing: 7px;
}

<span class="spaceout">DRIVERS</span>


Sincerely,
David Bindel
dbindel at austin.rr.com




More information about the thelist mailing list