Coding options
Paths in HTML code
Determines if linked and embedded files are inserted with their relative path to the current HTML document, with their absolute path or with no path at all. Relative paths should be the right selection for most users.
Lowercase all filepaths and filenames
To make sure that all links from your HTML pages to other local files are correct, you might want to consider to force all paths and filenames in links to lowercase.
Use upper case tags
Will insert all tags in upper case, instead of lowercase
Convert back slashes to forward slashes
Determines if slashes in filenames and paths should be automatically converted to UNIX style slashes. You can also convert characters later with the Conversion task.
Convert extended character while typing
This option is important for users writing HTML documents in French, German, Scandinavian or any other languages that uses special characters, like umlaut characters or characters with accents. With this option active, 40tude HTML will automatically replace these characters with their HTML equivalents, e.g. "ä" with "ä"or "À" with "À". You can also convert characters later with the Conversion task.
Last change: