On Mon, 2002-08-19 at 08:33, [EMAIL PROTECTED] wrote: > fitz 2002/08/19 08:33:01 > > Modified: . projects.html > Log: > Add closing tags for A NAME markup. IE on the Mac isn't rendering the page > correctly without them. >
hey fitz.. can you try <a name="commercial" /> instead of just putting a </a> in ??? > Revision Changes Path > 1.4 +2 -2 apr-site/projects.html > > Index: projects.html > =================================================================== > RCS file: /home/cvs/apr-site/projects.html,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -r1.3 -r1.4 > --- projects.html 24 May 2002 22:27:27 -0000 1.3 > +++ projects.html 19 Aug 2002 15:33:01 -0000 1.4 > @@ -13,7 +13,7 @@ > </tr> > <tr align="left" valign="middle"> > <td> > - <a name=open_source><h3>Open Source projects using APR</h3> > + <a name=open_source></a><h3>Open Source projects using APR</h3> > <p> > <a href="http://httpd.apache.org">Apache Web Server</a><br> > <a href="http://jakarta.apache.org/tomcat">Tomcat's mod_jk v2 and > mod_webapp</a><br> > @@ -25,7 +25,7 @@ > </tr> > <tr align="left" valign="middle"> > <td> > - <a name=commercial><h3>Commercial projects using APR</h3> > + <a name=commercial></a><h3>Commercial projects using APR</h3> > <p> > <a href="http://www.covalent.net">Various Covalent Products</a> > </td> > > > -- Ian Holsman Performance Measurement & Analysis CNET Networks PH: 415-344-2608
