Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/org.eclipse.wst.jsdt.doc/started/newhtmlFile.html')
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/newhtmlFile.html73
1 files changed, 0 insertions, 73 deletions
diff --git a/docs/org.eclipse.wst.jsdt.doc/started/newhtmlFile.html b/docs/org.eclipse.wst.jsdt.doc/started/newhtmlFile.html
deleted file mode 100644
index 76daf900..00000000
--- a/docs/org.eclipse.wst.jsdt.doc/started/newhtmlFile.html
+++ /dev/null
@@ -1,73 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link href="../jsdtdocs.css" rel="STYLESHEET" CHARSET="ISO-8859-1"
- TYPE="text/css">
-<link rel="stylesheet" type="text/css"
- href="../content/PLUGINS_ROOT/PRODUCT_PLUGIN/book.css">
-<title>Adding an HTML file to a project</title>
-<meta content="Copyright (c) 2000, 2008 IBM Corporation and others. All rights
-reserved. This program and the accompanying materials are made available under
-the terms of the Eclipse Public License v1.0 which accompanies this
-distribution, and is available at http://www.eclipse.org/legal/epl-v10.html.
-Contributors: IBM Corporation - initial API and implementation"
-name="copyright" />
-</head>
-<body>
-<h1>Javascript Development Toolkit (JSDT)</h1>
-<h3 class="NavListTitle">Adding a HTML file to a Project</h3>
-<table>
- <tr>
- <td>&nbsp;</td>
- <td><!-- Start of sub section --> To add a HTML source file to a HTML enabled project follow these instructions: <br>
- <br>
-
-
- <table>
- <tr>
- <td colspan="2">
- <b>1.</b> Right-click on the project and select <b><i>New</i></b> --> <b><i>Other</i></b>
- </td>
- </tr>
- <tr>
- <td>&nbsp;</td>
- <td><br><img src="./img/newjs/1.jpg"></td>
- </tr>
-
- <tr>
- <td colspan="2">
- <br><b>2.</b> In the New Wizzard navigate to the <b><i>Web</i></b> Folder and exapnd it to reveal the <b><i>HTML</i></b> entry. Select <b><i>JavaScript</i></b> and click <b><i>Next</i></b>.
- </td>
- </tr>
- <tr>
- <td>&nbsp;</td>
- <td><br><img src="./img/newhtml/2.jpg"></td>
- </tr>
-
- <tr>
- <td colspan="2">
- <br><b>3.</b> Type a file name name in the <b><i>File name</i></b> field and click <b><i>Finish</i></b>. <!-- <br>(The other fields are optional for more advanced project configurations.)-->
- </td>
- </tr>
- <tr>
- <td>&nbsp;</td>
- <td><br><img src="./img/newhtml/3.jpg"></td>
- </tr>
- </table>
-
-
-
-
-
-
-
-
- <!-- End sub section -->
- </td>
- </tr>
-</table>
-
-
-</body>
-</html>

Back to the top