Hi All,
I am making a series of html help pages for my Android app and have hit a problem with images and page links.
The files are installed into the < current directory >
eg. help1.html, help2.html, logo132.jpg
Loading the html file into a HTML control is no problem, but I can't work out how to reference images and other html files as links.
For images I am trying - spaces added to < and >
< img src="logo132.jpg" >
For links, eg from help001.html to help002.html:
< a href="help002.html" >
Neither work in an html control.
Can anyone tell me what I am doing wrong?
Thanks
Pete
I am making a series of html help pages for my Android app and have hit a problem with images and page links.
The files are installed into the < current directory >
eg. help1.html, help2.html, logo132.jpg
Loading the html file into a HTML control is no problem, but I can't work out how to reference images and other html files as links.
For images I am trying - spaces added to < and >
< img src="logo132.jpg" >
For links, eg from help001.html to help002.html:
< a href="help002.html" >
Neither work in an html control.
Can anyone tell me what I am doing wrong?
Thanks
Pete