You've been designing your site and have figured out that a page can be as long as necessary. This is great, but it can be a pain when you're dealing with longer pages. Help out your...
Radio buttons are slightly different from other HTML form elements in that they present multiple options and only allow one choice. This being the case, the HTML Editor contains a special tool...
If you want other people to be able to view your website on the Internet, you'll need to upload it to a server. The logistics of this process are a little hazy for some beginners, so...
List boxes are slightly different from other HTML form elements in that they present multiple options. This being the case, the HTML Editor contains a special tool for keeping your list box...
Some of our users have reported that they see strange characters like "å få" when they preview their webpages. These characters do not appear in the...
A comment is text that doesn't show up on the page, but does show up in the code. Web designers often use comments in their code for reference purposes. To add comments to a page in...
A horizontal rule (<hr>) is a line that goes across a webpage, like so: That was just a default horizontal rule — it's totally possible to create stylish ones, too! To...
Have you ever wanted to update the tags that appear in the Code Completion list in the HTML Editor? It's actually quite easy. For example, let's say you wanted to add a custom...
To turn on the Word Wrap feature, go to View > Toggle Word Wrap or click the Edit Display icon in the Code Editor toolbar (it's the second-to-last one on the right) and select...
Drop-down lists are slightly different from other HTML form elements in that they present multiple options. This being the case, the HTML Editor contains a special tool for keeping your...
The HTML Editor's internal preview will emulate Internet Explorer to display a preview of your code. However, there are a few things you should know before wondering why some of your code...
Add a fun favicon, short for favorite icon, which is a tiny graphic that appears in the web browser tab when your site is opened. These icons are also used by mobile phones when saving a webpage...
There are two different methods of adding an image to your page: Using the Insert Image window and using the Resource browser. The Insert Image window is a good choice if you want to specify image...
Everyone loves a toolbar. Why spend time digging around in menus when you can accomplish a task with the click of a button? Well, with the HTML Editor's customizable interface, you can get...
Style sheets open up a whole new world of customization for HTML. They give you control over characters, words, and lines, and allow you to change things such as the alignment of text, margins,...
Unlike people, not all text is created equal. Some text is bold or italicized . Other text can be different colors, such as red , blue , or orange . Some text is huge , whereas other...
To import other language dictionaries into the HTML Editor for spell checking needs, first download the .adm file for the language you want to add from the list below. Save it into C:\Program...
There are a ton of different options available for previewing your work in the HTML Editor. After all, it's good web design practice to view your website in several different browsers to...
When you receive this error, it means that the version of MFC42.dll on your computer is older than the one installed with the program. For whatever reason, the file is not being updated during...
So, you're ready to put your coding experience to the test by creating a page with frames? The HTML Editor can give you a boost with its Frame Designer. Here's how you work with it:...
Follow these steps to add a link to a downloadable document on your page. Note : This tutorial assumes you are working with Website Projects. For more information about how to use...
There are a couple of different issues that could explain why your images are not displaying correctly: Note : Most of these problems can be solved by transitioning to using Website...
Follow these steps to add a link to your page: Step 1 Open the Insert Link window using one of these options: Go to Insert > Link Right-click the page...
Follow these steps to add an e-mail link to your page: Step 1 Open the Insert E-mail Link window using one of these options: Go to Insert > E-mail Link...
With the HTML Editor, you can import published webpages from the Internet and open them in the program. To do this, go to File > Open From Web . This opens the Open From Web window ,...
A layout includes the HTML for a basic webpage structure and allows you to provide your own content. This gives you more freedom over the appearance of your design. A theme includes three...
By color-coding your tags, you give each type of tag its own unique color to differentiate it from the rest of the document. Color-coding tags makes debugging a document much easier, since you can...
Note : This feature is disabled in HTML Editor version 2009 and higher. However, you can still insert your own JavaScripts and save them as snippets. For more information about customizing...
If you've ever been frustrated at having to type the same piece of code over and over, you'll love snippets. A snippet is a piece of code stored in the HTML Editor that can be used...
Web browsers require special code for things like extra spaces and new lines. Luckily, the HTML editor comes with a set of tools that allow you to easily manipulate the appearance of your page....