User: tobias
Date: 00/11/23 22:35:24
Modified: developers menu.html
Log:
Always add alt="" in <img> tags, even for small pictures. Try to surf it with lynx.
Revision Changes Path
1.9 +3 -5 newsite/developers/menu.html
Index: menu.html
===================================================================
RCS file: /products/cvs/ejboss/newsite/developers/menu.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- menu.html 2000/11/22 00:27:21 1.8
+++ menu.html 2000/11/24 06:35:23 1.9
@@ -49,15 +49,13 @@
<td class="menuitem"><img
src="../pictures/dot_empty.gif" alt="*" vspace="2" hspace="3"><a
href="jboss-castor.html" target="main" class="menu" onmouseover="over(this)"
onmouseout="out(this)"> jBoss/Castor</a></td>
</tr>
<tr>
-
- <td class="menuitem"><img src="../pictures/dot_empty.gif" vspace="2"
hspace="3"><a href="jboss-tomcat.html" target="main" class="menu"
onmouseover="over(this)" onmouseout="out(this)">
+ <td class="menuitem"><img src="../pictures/dot_empty.gif" alt="*"
vspace="2" hspace="3"><a href="jboss-tomcat.html" target="main" class="menu"
onmouseover="over(this)" onmouseout="out(this)">
jBoss/Tomcat</a></td>
</tr>
- <td class="menuitem"><img src="../pictures/dot_empty.gif" vspace="2"
hspace="3"><a href="jboss-jetty.html" target="main" class="menu"
onmouseover="over(this)" onmouseout="out(this)">
+ <tr>
+ <td class="menuitem"><img src="../pictures/dot_empty.gif" alt="*"
vspace="2" hspace="3"><a href="jboss-jetty.html" target="main" class="menu"
onmouseover="over(this)" onmouseout="out(this)">
jBoss/Jetty</a></td>
-
</tr>
-
<tr>
<td class="menuitem"><img
src="../pictures/dot_empty.gif" alt="*" vspace="2" hspace="3"><a
href="jboss-test.html" target="main" class="menu" onmouseover="over(this)"
onmouseout="out(this)"> jBoss/Test</a></td>
</tr>