This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 30198 - <center>
Summary: <center>
Status: NEW
Alias: None
Product: Validator
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 0.7.0
Hardware: PC Windows XP
: P2 major
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-17 02:55 UTC by Allen Harrington
Modified: 2017-11-17 03:04 UTC (History)
1 user (show)

See Also:


Attachments
part of a 400+ page thesis (32.00 KB, application/xml)
2017-11-17 03:04 UTC, Allen Harrington
Details

Description Allen Harrington 2017-11-17 02:55:50 UTC
windows 7 32 bit on Hp and windows 7 64 bit on Leveno
the first section of code checks "passed" the second said <center> not allowed 
here
both have this first three lines

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 
************************************
<body text="#000000"  link="blue" vlink="green" alink="brown"   bgcolor="#33ffff" >
    
    <center>
      
      <!-- <img src="images/bhbanner.gif" alt="Blue Hare Software banner" align="bottom" width="468" height="60" border="0" alt = "Banner" />--><br /><br />
      
      
      <font face="Arial, Veranda" color="blue" size ="7">
      <b>Find!</b></font>
      <img src="images/hare.gif" alt="logo, Blue Hare Software" align="bottom" height= "49"  width = "84" border="0" />
      <font face="Arial, Veranda" color="blue" size ="7">
        series by Blue Hare Software
        
      </font>
      <br />
    </center>
  ***********************************
    <body text="#000000" link="#0000ff" vlink="#ff0000" alink="#ff0000"  background="gimages/parchme.gif">
    
    <br />
    <center>
      <img src="gimages/bbar.gif" height = "5" width="90%" alt="bbar.gif" />
      <br />
      <br />
      <font  face="Georgia"  color="#000000" size="6">
        <b> The Stennetts of England
          <br />
        Epilogue</b>
      </font>
      <br /> <br />
      <img src="gimages/bbar.gif" height = "5" width="90%" alt="bbar.gif" />
    </center>
Comment 1 Allen Harrington 2017-11-17 03:04:50 UTC
Created attachment 1683 [details]
part  of a 400+ page thesis

the checker gives different errors on the same code or other