This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [XHTML 1.0] style.mhtml


> PS. Jerry, I actually don't know how to put the "XHTML 1.0" logo right 
> alligned in a sane way, so I've just commentd it out.
> If you know how to do that, it would be nice :-)

Simple, put it into a table.

In addition, I noticed a problem with the address tag.

It is supposed to be a single block element with the contact 
information for the document.  It is currently broken up into 
multiple elements, some of which didn't contain the contact 
information.  I corrected that also.

I don't have metaHTML, but the diffs after being forceably applied 
to a copy of the main GCC page, passed both HTMLtidy and Validator 
(after correcting the DOCTYPE to XHTML which still needs to be 
installed).

 
Index: style.mhtml
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.21
diff -u -r1.21 style.mhtml
--- style.mhtml	25 Mar 2002 14:39:46 -0000	1.21
+++ style.mhtml	30 Mar 2002 03:11:48 -0000
@@ -72,33 +72,32 @@
 <address>Please send FSF &amp; GNU inquiries &amp; questions to
 <a href="mailto:gnu@gnu.org";>gnu@gnu.org</a>.
 There are also <a
href="http://www.gnu.org/home.html#ContactInfo";>other ways
-to contact</a> the FSF.</address>
+to contact</a> the FSF.
 <br />
-<address>These pages are maintained by
-<a href="http://gcc.gnu.org/about.html";>The GCC team</a>.</address>
+These pages are maintained by
+<a href="http://gcc.gnu.org/about.html";>The GCC team</a>.
 <br />
-<address>Please send comments on these web pages and GCC to
-<a href="mailto:gcc@gnu.org";>gcc@gnu.org</a>
-or
+Please send comments on these web pages and GCC to
+<a href="mailto:gcc@gnu.org";>gcc@gnu.org</a> or
 <a href="mailto:gcc@gcc.gnu.org";>gcc@gcc.gnu.org</a>,
-send other questions to
-<a href="mailto:gnu@gnu.org";>gnu@gnu.org</a>.</address>
+send other questions to <a href="mailto:gnu@gnu.org";>gnu@gnu.org</a>.
 <br />
-<address>Copyright (C) Free Software Foundation, Inc.,
+Copyright (C) Free Software Foundation, Inc.,
 59 Temple Place - Suite 330, Boston, MA  02111,  USA.</address>
+
+<p>Verbatim copying and distribution of this entire article is
+permitted in any medium, provided this notice is preserved.</p>
 <br />
-<address>Verbatim copying and distribution of this entire article is
-permitted in any medium, provided this notice is preserved.</address>
-<br />
-<address>
+<table width="100%"><tr>
+<td>
 <!-- IGNORE DIFF -->Last modified <date::format-time "YYYY-MM-DD">.
-</address>
-<!--
+</td>
+<td align="right">
 <a href="http://validator.w3.org/check/referer";><img
   src="http://www.w3.org/Icons/valid-xhtml10";
   alt="Valid XHTML 1.0" 
   border="0" width="88" height="31" /></a>
--->
+</td></tr></table>
 <verbatim>
 </body>
 </verbatim>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]