View Single Post
  #1 (permalink)  
Old Jan 12th, 2008, 12:12
c010depunkk's Avatar
c010depunkk c010depunkk is offline
SuperMember

SuperMember
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to c010depunkk
[SOLVED] H* tags, images and alt attributes

I'm working on SEO for my company's home page. The contents of H* tags are always images generated by a PHP script. The code looks like so:
HTML: Select all
<h3><img src="functions/txtcreate.php?string=TECHNICAL DETAILS&amp;type=1&amp;list=true" alt="TECHNICAL DETAILS" class="i_list" /></h3>
Obviously, search engines can't read the text in the image, so I figured that if I add an "alt" attribute, then the search engines can still read the headers..... Is my assumption correct?
Reply With Quote