-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import from HTML, local import #39
Comments
After reading 4.6 a second time, I found where the User Guide says you can use file:// URLs.
I tried a local URL of The local file contained the following valid HTML: <!DOCTYPE html>
<html lang="en">
<head>
<title>Testing cogTool</title>
</head>
<body>
<form>
<p>
<label>Name:</label>
<input type="text">
</p>
<p>
<input type="submit">
</p>
</form>
</body>
</html> An attempt to import the HTML as a design generated the following error message:
This error was generated using |
How can you import designs from HTML files on your computer? I found File -> Import Design from HTML… but this only seems to have options for importing from a remote URL.
The User Guide suggests local HTML import is possible.
I'm not finding this information in the User Guide nor in its Section 4.6
The text was updated successfully, but these errors were encountered: