Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ryan Peters 5 posts 75 karma points
    May 18, 2016 @ 09:15
    Ryan Peters
    0

    Adding images to site

    Is there any alternate ways to inserting images into the site rather than inserting them via the content section? e.g something along the lines of img src="media/image1.png"?

    Thank you

  • Manish 373 posts 932 karma points
    May 18, 2016 @ 09:45
    Manish
    1

    Ryan

    Do you need some static images on site like logo or something? Can you please clear more about your scenario.

    Manish

  • Manish 373 posts 932 karma points
    May 18, 2016 @ 09:46
    Manish
    1

    Ryan

    you can insert image (if it is static) by image tag in template section.

    Manish

  • Ryan Peters 5 posts 75 karma points
    May 18, 2016 @ 10:01
    Ryan Peters
    0

    Manish

    Just static images im adding into my site. One of which will be a logo and the others will just added under text like an article would.

    Ryan

  • Manish 373 posts 932 karma points
    May 18, 2016 @ 10:05
    Manish
    1

    Ryan

    It is simple

    1. go to the template which is inside settings >> template
    2. open your template
    3. Insert image tag and select image (you can store your image in media folder or can create your custom folder)
    4. Save and you are done

    Manish

  • Ryan Peters 5 posts 75 karma points
    May 18, 2016 @ 10:09
    Ryan Peters
    0

    Manish

    So for example img src="media/image1.png"?

    Ryan

  • Manish 373 posts 932 karma points
    May 18, 2016 @ 10:10
    Manish
    0

    As i have created images folder inside my solution in visual studio and store logo and some static images inside this

    enter image description here

    and added image tag on master template to display logo

    <img alt="logo" src="/images/logo_81x38.gif">
    

    Manish

  • Manish 373 posts 932 karma points
    May 18, 2016 @ 10:15
    Manish
    1

    Ryan

    would be good if you can create a separate folder for static image instead of media. open your umbraco solution in visual studio and create folder as i added screen shot for this and use this image directly on template.

    Manish

  • Ryan Peters 5 posts 75 karma points
    May 18, 2016 @ 10:17
    Ryan Peters
    0

    Manish

    Okay, thank you very much for your help

    Ryan

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies