Very glad to find a successor to Allaire's HomeSite CSS/HTML editor! I know...
I have a few questions, the first being: how could I create a starter pre-formatted template that opens every time I create a new file/project? In HomeSite, I have this right now. ▼ How could I replicate this:
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
</body>
</html>
