softwarehelp.info
 
Home | Contact us | Publish Manuals | Remove Manuals

 

Sothink HTML editor: Frame allow browser display window to be sub-divided into separate sections

Buy Sothink HTML Editor Online! Buy Sothink HTML Editor Online!

Frame

Set Frame
(This operation is only valid in HTML Window !)

Introduce Frame

Frames allow the browser display window to be sub-divided into separate sections, each of which can be updated, or have new documents loaded into it separately from the remaining frame sections. For an explanation of a working frame example, see the example below.

Create a Frame

A Frame document has a basic structure very much like a normal HTML document. The <FRAMESET> tag describes the frame source fles or Frames, which will make up the page. We recommend users to have the source files before you create the frame page. In the frame, users can not editor the source file.

sample purchase order recover sd card data recovering deleted sms
send sms from pc usb stick undelete freeware keylogger download
partition undelete data recovery program free freeware undelete

Steps:

  • New a page and delete the <body></body> tag; Put the cursor after the tag </head>
  • Open the frame create window by clicking Frames button or use the command "Insert/Frames...";

    Frames

  • Choose a frame style from the templates and click "OK" button. A frameset tag will be inserted into the page;
  • Edit Frameset: Putting the cursor within the HTML tag <FRAMESET>, you can see the "frameset" in the "Properties Panel". Users can set frameset's border, bordercolor, rows, etc., in the panel;

    HTML Code

  • Edit Frame: Putting the cursor within the HTML tag <FRAME>, the frame source, name, scrolling parameters, etc., will show in the "Property Panel". After you input the value in the panel, the HTML code will be generated automatically.

    HTML Code

Example

Here is an example of a "Left/Right" frame.

Example

The code for this frame is following:

<html>

<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; gb_2312-80">
<title>SlidingMenu Samples</title>
</head>

<frameset border="1" frameborder="0" framespacing="1" cols="222,*" bordercolor="#FF0000">
<frame SRC="slidingmenu.htm" NAME="menu" noresize border="0" scrolling="YES" frameborder="YES" bordercolor="#FF0000">
<frame SRC="aboutslidingmenu.htm" NAME="sample" border="0" scrolling="YES" frameborder="YES" bordercolor="#FF0000" noresize>

<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them. </P>
</body>
</noframes>

</frameset>
</html>

Buy Sothink HTML Editor Online! Buy Sothink HTML Editor Online!
 
Introduction
Sothink HTML Editor
Key Features
Widgets
   
Using Sothink HTML Editor
Step by Step Tutorial
Edit Text
Image
Links
Line
Page Properties
Comment
Special Characters
Table
Frame
Form
Preview
Website Management
Publish Site
Add Special Effects
Main Workspace Area
Keyboard
Tags Define Help Index
Setting Options
   
Dialog Boxes
Format Bar Dialog
Insert Bar Dialog
Table Dialog
Form Field Dialog
Widget Bar Dialog
Option Dialog
Edit Dialog
Site Manager Dialog
Get Tech Information Dialog
Warning Dialog
HTML Reference Index
Webspace Resource

Home | Contact us | Publish Manuals | Remove Manuals