Add page titles, and white background through style.

git-svn-id: svn://10.0.0.236/trunk@32873 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
1999-05-27 03:56:07 +00:00
parent 40995de196
commit b52cf7a2d2
4 changed files with 22 additions and 2 deletions

View File

@@ -1,4 +1,14 @@
<html>
<head>
<title>Ender Plain Text Test Page</title>
<style type="text/css">
BODY {
background-color: #FFFFFF;
}
</style>
</head>
<body>
<h2>Ender Editor Test Page</h2>

View File

@@ -1,6 +1,6 @@
<html>
<head>
<title>Ender Startup Page</title>
<title>Ender Plain Text Test Page</title>
<style type="text/css">
/* This style sheet should be in a seperate file */

View File

@@ -1,4 +1,14 @@
<html>
<head>
<title>Ender Plain Text Test Page</title>
<style type="text/css">
BODY {
background-color: #FFFFFF;
}
</style>
</head>
<body>
<h2>Ender Editor Test Page</h2>

View File

@@ -1,6 +1,6 @@
<html>
<head>
<title>Ender Startup Page</title>
<title>Ender Plain Text Test Page</title>
<style type="text/css">
/* This style sheet should be in a seperate file */