T O P I C R E V I E W |
nunhead_man |
Posted - Dec 16 2010 : 09:19:28 As a test, I've created a file in MS Word 2003 with an index so as to get folk to get to the various sections with a click.
This saves as HTML OK and even displays correctly when loading into Mail List King (new email, file open, preview) but then will not load
Is there a better way to get this index effect? Some HTML coding perhaps?
TIA (thanks in advance) all |
8 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jan 12 2011 : 13:20:00 Oh, so, so very wrong
If you want to code the raw HTML then at the very least you need to look at a book or visit:
http://www.w3schools.com/html/html_links.asp
Regarding your points:
1. MLK can do this for you by clicking the "Link" button on the toolbar and specifying your link name preceded by a hash/pound character, i.e. your link would be:
#Introductory Certificate in Fundraising
Which, for the record, will result in the following HTML:
<a href="#Introductory Certificate in Fundraising">Introductory Certificate in Fundraising</a>
2. Is correct and is the part you need to manually insert, so in other words the following is the only part you need to manually insert into the HTML:
<a name="Introductory Certificate in Fundraising "></a>
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
nunhead_man |
Posted - Jan 12 2011 : 05:48:00 Hi again
Trying this and is it not working - HTML training called for methinks....
So got as far as ....
1) in index ....
<#Introductory Certificate in Fundraising>Introductory Certificate in Fundraising
But after editing HTML and saving this turns into;
<#Introductory Certificate in Fundraising>
2) target ....
<a name="Introductory Certificate in Fundraising "></a>Introductory Certificate in Fundraising
Seems OK
Is the syntax wrong in 1) ?
Thanks again |
xequte |
Posted - Dec 18 2010 : 15:37:23 Hi Andy
That is the method for inserting a target (1).
Merry Christmas to you too!
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
nunhead_man |
Posted - Dec 18 2010 : 11:46:48 Hi Nigel
Sorry to be clear - the line you quote for item 1) or 2)?
With warm wishes for a happy Christmas season and a prosperous 2011 et seq
Andy
|
xequte |
Posted - Dec 17 2010 : 17:03:27 Hi
Yes, but specifically the HTML code for the target should be:
<a name="contact_us"></a>
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
nunhead_man |
Posted - Dec 17 2010 : 02:09:13 Hi Nigel - thanks - can I check syntax ........
1) In heading edit HTML preceed with e.g. < "contact_us" >
2) Then in index link to #contact_us |
xequte |
Posted - Dec 16 2010 : 20:45:15 We'll add an "Insert Target" function to a coming update (email me if you are a Business edition user).
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
xequte |
Posted - Dec 16 2010 : 20:37:21 Hi
To create an index you need to add "targets" in your document (i.e. destinations for your hyperlinks).
Then you link to these targets with a hash/pound prefix. For example if you have a section with the title, "Contact Us", you would put a target named, say "contact_us" before the title. Then in your index insert a hyperlink with the destination #contact_us.
All quite simple, with one complicating factor ...
MLK does not include an "Insert Target" function as they are not often used in emails. So you need to either use an HTML editor (or even Word) to create your document and then load it in MLK.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|