Author: dreimer Date: Thu Jul 19 17:58:03 2007 New Revision: 27729
URL: http://svn.reactos.org/svn/reactos?rev=27729&view=rev Log: My HTML Code was not W3 Compatible. Now it is :-) Added W3 Compatible Logo
Modified: trunk/tools/RosBE-Windows/Documentation/files/menu.html trunk/tools/RosBE-Windows/Documentation/index.html
Modified: trunk/tools/RosBE-Windows/Documentation/files/menu.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/f... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/files/menu.html (original) +++ trunk/tools/RosBE-Windows/Documentation/files/menu.html Thu Jul 19 17:58:03 2007 @@ -14,6 +14,12 @@ <a href="features.html">2. Features</a><br><br> <a href="basic.html">3. Basic Functions</a><br><br> <a href="adv.html">4. Advanced Functions</a><br><br> - <a href="credits.html">5. Credits</a> + <a href="credits.html">5. Credits</a><br> +<p> + <a href="http://validator-test.w3.org/check?uri=referer"><img + src="http://www.w3.org/Icons/valid-html401-blue" + alt="Valid HTML 4.01 Transitional" height="31" width="88"></a> +</p> + </body> </html>
Modified: trunk/tools/RosBE-Windows/Documentation/index.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/i... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/index.html (original) +++ trunk/tools/RosBE-Windows/Documentation/index.html Thu Jul 19 17:58:03 2007 @@ -10,8 +10,8 @@ <frame name="menu" src="files/menu.html" noresize>
<frameset rows="160,*"> - <frame name="intro" src="files/intro.html" noresize frameborder="no" scrolling="no"> - <frame name="main" src="files/main.html" noresize frameborder="no"> + <frame name="intro" src="files/intro.html" noresize frameborder="0" scrolling="no"> + <frame name="main" src="files/main.html" noresize frameborder="0"> </frameset> </frameset> </html>