Articles tagged “HTML” - Sort by...

I Can't View the Help File.

Note : In HTML Editor version 2009 and later, the .chm help file was replaced with a PDF. To upgrade to the latest version of the HTML Editor, download it from your My Products page . If you...

Uninstalling Software

Typically, you can uninstall the software with the uninstaller in the program menu by going to: Start > Programs > CoffeeCup Software > APP NAME > Uninstall If you are having trouble doing it...

No Such Interface Supported

If you get the "No Such Interface Supported" error when either launching HTML Editor or trying to access the Visual Editor in the program, this means you have installed the software...

What is Website Color Schemer?

Website Color Schemer is a program that helps you choose a color scheme for your website. After all, we don't want OUR users creating websites with mismatched colors ;) Select colors...

FTP Overview.

What is FTP? What does FTP stand for? What do I use FTP for? What does ... mean? What is an FTP client? What is a server profile? What is Passive...

Web Design

The Internet is all but a necessity for most people. It's almost as popular as the television; every household has one — or, in this case, has a connection. From social networking to...

How Does Inheritance Work in Style Sheets?

Inheritance means the styles of one set of tags is inherited by another set of tags. For instance, say you have a style named Bob that's defined like this: . Bob { font-family: Arial ;...

Post Your Image Map to Your Webpage

This is the final step in creating an image map -- posting the map on your webpage. There are two simple steps to this process. First, copy the HTML code from Image Mapper and paste it on...

Why Use CoffeeCup Image Mapper?

Creating image maps can be tricky. You have to specify coordinates for the areas of your map, and it is not always clear just by looking at the image what these coordinates will be. It can get...

Is There a JavaScript or HTML Debugger Included in the Program?

There are no JavaScript debugging tools in HTML Editor, but there is an HTML code cleaner that can find unclosed and unsupported tags, as well as other anomalies in your code. To access it, go...

Why Do I See a Box with a Red X Where My Image is Supposed to Be?

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...

Using the Code Cleaner.

If you've ever tried to edit someone else's code, you know how much of a hassle it can be to pick through a style that isn't your own. Reformatting can be a pain, but with the HTML...

Left-Align Your Code

Individual HTML code style is kind of like handwriting — everyone's is a little different. For instance, some designers love using indents to help organize their code and set certain...

How to Create a Custom Toolbar.

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...

Using Snippets

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...

Creating Custom Palettes.

If you're the type of web designer who works with both the page design and the code, then you'll appreciate CoffeeCup HTML Editor's color picker. Gone are the days of experimenting...

Using Find and Replace

If your site has more than one page — like pretty much every website ever — then you know that making a global change can be pretty difficult. For example, say you want to replace...

Uploading Files to Your Server.

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...

How to Insert a Link.

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...

How to Insert an E-mail Link.

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...

How to Change Where Things Appear on the Page.

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....

How To Create Lists.

Lists are a great way to present your information in an organized, eye-catching way. Sure, you could use plain text to get your point across, but lists are much easier and faster to read....

How to Add Special Characters to Your Page.

By default, browsers do not recognize all the characters you may enter into your code. For instance, a < or a > sign is normally not printed to the screen, because the browser interprets...

How to Create a Style Sheet.

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,...

Using the Frame Designer

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:...

Quick Guide to HTML

Right off the bat, here's one of the most valuable tips for learning HTML that you'll ever read: File > Save Page As... When you see a website that makes you say "I...

How Do I Turn On the Word Wrap Feature?

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...

Error I/O 183

You may receive this error if you are trying to edit files that the HTML Editor cannot understand because they don't contain valid HTML code. You will not be able to edit these files with...

I Receive an Error That Refers to MFC42.dll.

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...

How to Add Comments to Your HTML.

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...