mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 21:36:20 +00:00
Fixed body tags for bug reported by dbaron@netaxs.com
This commit is contained in:
parent
a3449255d5
commit
4c27334e38
@ -17,7 +17,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
<h1>Example 0: Basic HTML Text Styles</h1>
|
||||
<p><br></p>
|
||||
<h2>Formatted Text</h2>
|
||||
|
@ -35,7 +35,7 @@ H4 {
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
<h1>Example 1: CSS HTML Text Styles</h1>
|
||||
<p><br></p>
|
||||
<p>Note -- This document contains the following CSS declarations:</p>
|
||||
|
@ -14,7 +14,7 @@ PRE {
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
<h1>Example 2: HTML Images</h1>
|
||||
<h2>Images</h2>
|
||||
<h3>JPEGs:</h3>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<title>Example 3</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
<h1>Example 3: Basic Tables</h1>
|
||||
<h2>Simple table, 75% width, border=1</h2>
|
||||
<table border="1" width="75%">
|
||||
|
@ -12,7 +12,7 @@ SPAN.one { font-size: xx-small; }
|
||||
/*H1, H2, H3, H4, H5, H6 { font-weight: normal; }*/
|
||||
</style>
|
||||
</head>
|
||||
<body text="#00FF00">
|
||||
<body text="#00FF00" bgcolor="#ffffff">
|
||||
|
||||
<font size=5>this is size five
|
||||
<font point-size=12>this is point-size 12
|
||||
@ -195,4 +195,4 @@ this is also caption
|
||||
</table>
|
||||
</font>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user