| Line 1: |
Line 1: |
| | + | {{toplink |
| | + | |linkpage=Content Map Converter |
| | + | |linktext=Content Map Converter |
| | + | }} |
| | + | <br> |
| | ==The problem== | | ==The problem== |
| − | <p>When the code is put onto a wiki apge the links do not much up with the correct tab.<p> | + | <p>When the code is put onto a wiki page the links do not match up with the correct tab.</p> |
| | ==Resolution== | | ==Resolution== |
| | <p>The problem is that a link has been created, deleted and then recreated. This mean that the HTML code has two entries under one link and this will cause a malalignment with the links and there locations (both are separate in the HTML).</p> | | <p>The problem is that a link has been created, deleted and then recreated. This mean that the HTML code has two entries under one link and this will cause a malalignment with the links and there locations (both are separate in the HTML).</p> |
| | ===Viewing the source=== | | ===Viewing the source=== |
| − | #Open the web page that was produced in CMaps | + | #Right hand click the web page that was produced in CMaps and 'open with' notepad |
| − | #In Internet explorer right click the page (not the image) or go 'Page' and select view source | + | #* ''OR open the page in Internet explorer and right click in the page (not the image) (or go 'Page') and select view source'' |
| − | #This opens notepad (or equivalent) with the HTML | + | #**''This opens notepad (or equivalent) with the HTML'' |
| | + | |
| | ===Finding the problem=== | | ===Finding the problem=== |
| | *Scroll down the file until you come to code that is like that seen in the image below | | *Scroll down the file until you come to code that is like that seen in the image below |
| | *Now look for a break in the pattern. When you see the break delete the incorrect code | | *Now look for a break in the pattern. When you see the break delete the incorrect code |
| | + | *Now save the file (File>Save) |
| | + | *Re-run Content Map Converter and this time the links will be correctly aligned |
| | [[Image:CMap Fix.jpg|800px]] | | [[Image:CMap Fix.jpg|800px]] |
| | + | |
| | + | |
| | + | [[Category:Content Maps]] |