Hi,
I have created an item of Outlook Express stationary for a client. It has a header (displaying their logo, etc.) and footer (basic footer text).
The problem is that when my client creates a new e-mail, he Tabs down into the text input area (as opposed to click into the text input area). This means that anything he types will be inserted immediately after the <body> tag - before the Header:
<body>text is getting inserted here
<div>Logo, contact details</div>
<p>I want it to be inserted here</p>
<div>Footer with legal disclaimers</div>
</body>
Does anyone know of a way to tell Outlook Express where to start text input by default? I'd imagine it'd be something like this:
<body>
<div>Logo, contact details</div>
<p id="textstart">text goes here</p>
<div>Footer with legal disclaimers</div>
</body>
Thanks for any help.
I have created an item of Outlook Express stationary for a client. It has a header (displaying their logo, etc.) and footer (basic footer text).
The problem is that when my client creates a new e-mail, he Tabs down into the text input area (as opposed to click into the text input area). This means that anything he types will be inserted immediately after the <body> tag - before the Header:
<body>text is getting inserted here
<div>Logo, contact details</div>
<p>I want it to be inserted here</p>
<div>Footer with legal disclaimers</div>
</body>
Does anyone know of a way to tell Outlook Express where to start text input by default? I'd imagine it'd be something like this:
<body>
<div>Logo, contact details</div>
<p id="textstart">text goes here</p>
<div>Footer with legal disclaimers</div>
</body>
Thanks for any help.