Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. how to insert an image in a QFile generated file using HTML
Forum Updated to NodeBB v4.3 + New Features

how to insert an image in a QFile generated file using HTML

Scheduled Pinned Locked Moved Solved General and Desktop
24 Posts 3 Posters 3.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J jsulm
    22 Feb 2019, 06:06

    @ManiRon "i have to place my image at place where i am saving my html file" - yes!
    How can web browser know where the picture is if the only information you give it is the file name without path:

    <img src="Logo1.png" alt="Test" >
    

    ?! So, where should web browser look for this picture?
    "But if i give the path its not accepting at all" - how do you give it the path? Please show...

    M Offline
    M Offline
    ManiRon
    wrote on 22 Feb 2019, 06:07 last edited by
    #21
    This post is deleted!
    1 Reply Last reply
    0
    • J jsulm
      22 Feb 2019, 06:06

      @ManiRon "i have to place my image at place where i am saving my html file" - yes!
      How can web browser know where the picture is if the only information you give it is the file name without path:

      <img src="Logo1.png" alt="Test" >
      

      ?! So, where should web browser look for this picture?
      "But if i give the path its not accepting at all" - how do you give it the path? Please show...

      M Offline
      M Offline
      ManiRon
      wrote on 22 Feb 2019, 06:08 last edited by
      #22

      @jsulm 0_1550815642494_Untitled.png

      J 1 Reply Last reply 22 Feb 2019, 06:17
      0
      • M ManiRon
        22 Feb 2019, 06:08

        @jsulm 0_1550815642494_Untitled.png

        J Offline
        J Offline
        jsulm
        Lifetime Qt Champion
        wrote on 22 Feb 2019, 06:17 last edited by jsulm
        #23

        @ManiRon Why don't you put the image into same directory as your HTML document or into a subdirectory there? I don't see the point to spread HTML and images over completely different locations as they belong together to build a HTML page.
        See https://www.w3schools.com/html/html_filepaths.asp for possibilities HTML provides.
        The syntax you're using is invalid.

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        M 1 Reply Last reply 22 Feb 2019, 06:27
        1
        • J jsulm
          22 Feb 2019, 06:17

          @ManiRon Why don't you put the image into same directory as your HTML document or into a subdirectory there? I don't see the point to spread HTML and images over completely different locations as they belong together to build a HTML page.
          See https://www.w3schools.com/html/html_filepaths.asp for possibilities HTML provides.
          The syntax you're using is invalid.

          M Offline
          M Offline
          ManiRon
          wrote on 22 Feb 2019, 06:27 last edited by
          #24

          @jsulm Thank you sir , I have been giving the path wrongly , It worked below is the code i used

          0_1550816775844_Untitled.png

          1 Reply Last reply
          1

          21/24

          22 Feb 2019, 06:07

          • Login

          • Login or register to search.
          21 out of 24
          • First post
            21/24
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved