Page 3 of 3

Re: A Beginners Guide to Programming with Harbour and HMG

Posted: Sat Nov 14, 2015 12:54 pm
by pctoledo
In link you have to use / and not \ (inverted)

Change in your HTML:

Code: Select all

<p></p>
<a href=".\index.html" class="button">Home</a>
<span class="tab1"></span>
<a href=".\guidehome\guideindex.html" class="button">The Guide</a>
<span class="tab1"></span>
<a href=".\projhome\projindex.html" class="button">Agile</a>
<p></p>
Replace with:

Code: Select all

<p></p>
<a href="./index.html" class="button">Home</a>
<span class="tab1"></span>
<a href="./guidehome/guideindex.html" class="button">The Guide</a>
<span class="tab1"></span>
<a href="./projhome/projindex.html" class="button">Agile</a>
<p></p>

Re: A Beginners Guide to Programming with Harbour and HMG

Posted: Sun Nov 15, 2015 9:31 am
by Zimbo
Thanks Toledo... it's always a simple, small mistake that trips you up! :oops:

I have checked all the HTML files and found that I had missed a couple of instances of "\" in index.html... all the other pages seems to be ok.

I have just uploaded this change and I checked it on Firefox. As far as I can see, the site should now be working with Firefox!

Zim

Re: A Beginners Guide to Programming with Harbour and HMG

Posted: Sun Feb 12, 2017 10:48 am
by RPC
Hi Zimbo
Read your harbour-guide website. You have very well explained basics. Unfortunately it is incomplete. When will you add remaining chapters ?
Hope you do it soon.
Thanks

A Beginners Guide to Programming with Harbour and HMG

Posted: Sun Feb 12, 2017 8:14 pm
by Pablo César
Yes, go ahead Zim !

Always usefull all DOCs about it. :D