1
hardly
3y

I want to build a website but i don't have laptop. So I install notepad ++ app in my android phone. But here is a problem. Every time I am going to add images using html and img src tag it doesn't show. This is the biggest problem with my own. Plz tell me a solution.

Comments
  • 1
    Tell me you at least bought a keyboard and a USB-to-mini USB adapter.
  • 1
    About the problem... could you show some code? Just in case.
    It doesn't have to be the whole code, just a sample img tag usage.
  • 2
  • 1
    @c3r38r170 I don't have desktop or laptop. I have android phone.
  • 1
    @c3r38r170 no i didn't.
  • 1
    Maybe the URL in the src attribute is not well formatted. Check that. Try an image from the Internet.
  • 1
    @c3r38r170 yes i know that was actually working
  • 4
    Notepad++ on android?!
  • 3
    Another wrongly tagged joke/meme...
  • 1
    Why do you need Notepad++ rip-off on your mobile? Install Spck Editor.
  • 1
    Also, if you want more freedom while coding on Android, start with Termux.

    $ apt install micro
    ^ "micro" is another good editor for Termux terminal. I found it quite handy when I didn't have laptop with me.
Add Comment