I am using the ability to type HTML into description boxes in Actinic using the !!< >!! tags.
What i noticed was that a link in Actinic always has
file:///C:/ etc etc /Site1/PreviewHTML/afile.html
So when i placed some HTML links in tags i typed,
But what happens when I generate my site ?
I assume, and only assume, that the links will no longer have /PreviewHTML/ in the path ?
If this is so i will need to change my above code ?
Any advice, Simon.
P.S. I tried just "../afile.html" and it didn't work when doing an offline preview.
What i noticed was that a link in Actinic always has
file:///C:/ etc etc /Site1/PreviewHTML/afile.html
So when i placed some HTML links in tags i typed,
HTML Code:
!!< <table width="100%" border="0" align="right" cellpadding="0" cellspacing="1"> <tr> <td><div align="right"><font color="#0066FF" size="1" face="Arial, Helvetica, sans-serif"><a href="../PreviewHTML/EYE_PROTECTION.html">Eye Protection signs</a></font></div></td> </tr> <tr> <td><div align="right"><font color="#0066FF" size="1" face="Arial, Helvetica, sans-serif"><a href="../PreviewHTML/Mandatory.html">Mandatory signs</a></font></div></td> </tr> <tr> <td><div align="right"><font color="#0066FF" size="1" face="Arial, Helvetica, sans-serif"><a href="../PreviewHTML/Pick__n__Mix.html">Pick 'n' Mix</a></font></div></td> </tr> </table> >!!
I assume, and only assume, that the links will no longer have /PreviewHTML/ in the path ?
If this is so i will need to change my above code ?
Any advice, Simon.
P.S. I tried just "../afile.html" and it didn't work when doing an offline preview.
Comment