Author: kschenk
Date: Tue May 6 21:51:56 2014
New Revision: 1592896
URL: http://svn.apache.org/r1592896
Log:
A few changes to this one.
Modified:
openoffice/ooo-site/trunk/content/documentation/online_help/helpauthoring/HelpAuthoring.html
Modified:
openoffice/ooo-site/trunk/content/documentation/online_help/helpauthoring/HelpAuthoring.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/documentation/online_help/helpauthoring/HelpAuthoring.html?rev=1592896&r1=1592895&r2=1592896&view=diff
==============================================================================
---
openoffice/ooo-site/trunk/content/documentation/online_help/helpauthoring/HelpAuthoring.html
(original)
+++
openoffice/ooo-site/trunk/content/documentation/online_help/helpauthoring/HelpAuthoring.html
Tue May 6 21:51:56 2014
@@ -1,21 +1,85 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
-"http://www.w3.org/TR/html4/frameset.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML>
-<HEAD>
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8"></meta>
+<html>
+<head>
<TITLE>HelpAuthoring</TITLE>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META name="generator" content="pdftohtml 0.36">
<META name="date" content="2006-02-03T15:12:27+00:00">
-</HEAD>
-<FRAMESET cols="25%,75%">
-<FRAME name="table of contents" src="HelpAuthoring_ind.html">
-<FRAME name="contents" src="HelpAuthorings.html">
-<noframes>
-<p>This frameset document contains:</p>
-<ul>
-<li><a href="HelpAuthoring_ind.html">Page navigation</a></li>
-<li><a href="HelpAuthorings.html">Main content</a></li>
-</ul>
-</noframes>
-</FRAMESET>
+<style>
+ body {
+ margin: 0;
+ padding: 0;
+ height:100%;
+ }
+
+ /*#menu01 {
+ position: absolute;
+ background-color: rgb(235,235,235);
+ top: 0;
+ left: 0;
+ height: 100%;
+ width: 200px;
+ border: 0;
+ border-right: 1px solid gray; }
+
+ #bookpage {
+ position: relative;
+ top: 0;
+ left: 0;
+ border: 0;
+ height: 100%;
+ width: 100%; }
+ */
+
+ #navigation {
+ /*position: static;
+ top : 150px;
+ bottom: 10%;*/
+ left : 0;
+ height : 100%;
+ width : 280px;
+ margin : 0px 0px 0px 0px;
+ color : #000000;
+ padding : 3px;
+ float: left;
+ /*overflow : hidden;*/
+}
+ #maincontent {
+ /*position : relative;
+ top : 150px;*/
+ bottom: 10%;
+ height : 100%;
+ /*margin : 0px 0px 0px 250px;*/
+ /*width : 75%;*/
+ padding-left : 10px;
+ padding-right : 0px;
+ color : #000000;
+ border-left : 2px solid #cccccc;
+ /*overflow : hidden;*/
+}
+</style>
+</head>
+
+
+
+<body>
+<table border="0">
+<tr>
+<td>
+<div id="navigation">
+<iframe src="HelpAuthoring_ind-passthru.html" width="280px"
height="1300px">first iframe</iframe>
+</div>
+</td>
+<td>
+<div id="maincontent">
+<iframe name="maincontent" src="HelpAuthorings-passthru.html" width="900px"
height="1300px">second iframe</iframe>
+</div>
+</td>
+</tr>
+</table>
+
+</body>
+
</HTML>