I have used HTML.py to create several HTML sheets. However, one sheet among it acts like the Main Page which has links to the rest of the sheets. The rest of the sheets apart from the main sheet are inside a sub-folder. Thus, the main folder consists of the Main Page and the sub-folder.
The links in the Main Page direct to the various other pages really well when the Python code is compiled on Linux. However, when just the output alone was checked on Windows platform, the links do not work.
The HTML.link method seems to be system specific. Can you please suggest what can be done in this regard so that the links work in any platform?
Is there any alternative apart from using the actual hyperlinks using href and name? That would be more of HTML coding than Python
Regarding HTML.link
Hi,
I have used HTML.py to create several HTML sheets. However, one sheet among it acts like the Main Page which has links to the rest of the sheets. The rest of the sheets apart from the main sheet are inside a sub-folder. Thus, the main folder consists of the Main Page and the sub-folder.
The links in the Main Page direct to the various other pages really well when the Python code is compiled on Linux. However, when just the output alone was checked on Windows platform, the links do not work.
The HTML.link method seems to be system specific. Can you please suggest what can be done in this regard so that the links work in any platform?
Is there any alternative apart from using the actual hyperlinks using href and name? That would be more of HTML coding than Python
Thank you