Keeping CoffeeCup Html Editor 2008...

User 275732 Photo


Registered User
2 posts

How do you keep the CofeeCup HTML Editor 2008 from inserting the stuff below. It is nice if you are doing static HTML pages, but if you are making chunks of html for a CMS like Joomla to selectively insert it is a pain.

Thanks.. Larry

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- Created with the CoffeeCup HTML Editor 2008 -->
<!-- http://www.coffeecup.com/ -->
<!-- Brewed on 1/15/2009 5:46:17 PM -->
<head>
<title></title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
</head>
<body>

</body>
</html>
Lawrence Weathers,
Spokane WA
User 37670 Photo


Registered User
2,138 posts

That's a great question, and I often create PHP pages where I don't want <head></head> tags and such. I don't have a direct solution as the program itself does not offer that option, but I do have a simple workaround for it.

Use CC HTML editor to create a new blank page. Select all the text it puts on the page, and delete it. Now go to file/save as, then navigate to the "template" folder. I saved mine as "blank.html".
Now everytime I want a new "blank" page I go to file/New From Template and it opens the template folder view, then I select my "blank.html".
I find it a little more convenient than editing the text everytime I create a page that does not need it.
E-Learning Specialist
www.mainsites.ca is my website, and yes, some of it is crappy.
User 275732 Photo


Registered User
2 posts

Cliff

That will work.

Thanks

Larry
Lawrence Weathers,
Spokane WA

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.