User: tobias  
  Date: 00/11/23 22:35:23

  Modified:    business menu.html
  Log:
  Always add alt="" in <img> tags, even for small pictures. Try to surf it with lynx.
  
  Revision  Changes    Path
  1.8       +2 -2      newsite/business/menu.html
  
  Index: menu.html
  ===================================================================
  RCS file: /products/cvs/ejboss/newsite/business/menu.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- menu.html 2000/11/22 00:27:14     1.7
  +++ menu.html 2000/11/24 06:35:23     1.8
  @@ -70,11 +70,11 @@
                                                <tr>
                                                        
   
  -             <td class="menuitem"><img src="../pictures/dot_empty2.gif" vspace="2" 
hspace="6"><a href="jboss-jetty.html" target="main" class="menu"> 
  +             <td class="menuitem"><img src="../pictures/dot_empty2.gif" alt="*" 
vspace="2" hspace="6"><a href="jboss-jetty.html" target="main" class="menu"> 
               JBoss/Jetty</a></td>
                                                </tr>
                        <tr>
  -          <td class="menuitem"><img src="../pictures/dot_empty2.gif" vspace="2" 
hspace="6"><a href="jboss-test.html" target="main" class="menu"> 
  +          <td class="menuitem"><img src="../pictures/dot_empty2.gif" alt="*"  
vspace="2" hspace="6"><a href="jboss-test.html" target="main" class="menu"> 
               JBoss/Test</a></td>
                                                </tr>
                                                <tr>
  
  
  

Reply via email to