Sending HTML message with anchors

E

Edo Budim

Sorry for my bad english.

I want to send HTML message from Outlook Express 6.
I click on Message > New message using > Web page.. then
enter the URL to the page. In this pag i have some
tables, pictures and i use anchors because the page is
very long.

The problem is:
Links in this message that are pointing to anchors
( <a href="#1" class="URL2">Customer Survey</a> )
Outlook interprets with absolute path, like
<a href="file://dir/dir/#1" class="URL2">Customer
Survey</a>

Is there any solution for this?
Help needed urgent!
 
E

Edo Budim

Sorry for my bad english.

I want to send HTML message from Outlook Express 6.
I click on Message > New message using > Web page.. then
enter the URL to the page. In this pag i have some
tables, pictures and i use anchors because the page is
very long.

The problem is:
Links in this message that are pointing to anchors
( <a href="#1" class="URL2">Customer Survey</a> )
Outlook interprets with absolute path, like
<a href="file://dir/dir/#1" class="URL2">Customer
Survey</a>

Is there any solution for this?
Help needed urgent!

!APPENDIX:
How does the link path to the anchors behave in Outlook???
Is it relative ( example #3 ) or absolut ( file://dir/#3 )
 
Top