+ 2
Help me!
Im trying to make a simple website on my phone but i cant make a link that redirect my page to my other html page but when i use es note editor and then run it from the editor with chrome that work. and i use trebedit it work perfectly but the app doesnt use browser the app use like a built in browser
1 Respuesta
0
Can you please explain what you're trying to achive and the problem clearer?
Link is made with <a> tag:
`<a href="path_to_page/page.html">link</a>`
Be sure to use right path or to have the page in the right directory if you're using relative path.