basic html in shopify

2 replies
looking to add line of code for non-clickable accreditations icons in footer of shopify store. I believe this would be basic html code. In shopify you need to create new asset then upload the image....then code it. The pictures have been uploaded but not sure how to code to show those images. Anyone with some experience with shopify and html?

thanks
Carl
#basic #html #shopify
  • Profile picture of the author pomodorium
    Hello CARL, what you are asking for is actually pretty easy, just learn about the HTML <img> tag on w3 schools, then use as a source (src) of the img tag the url of the images, if you are still having trouble, I can help you, free of charge of course.
    {{ DiscussionBoard.errors[9389761].message }}
    • Profile picture of the author overtonis
      thanks for your offer. I did figure it out in case anyone else had same question. Here is the code I needed (the alignment at end of code was to get it to center with social media icons above it.

      <img src="{ { 'picturename.jpg' | asset_url } }" align=right Hspace=17 vspace=17>
      {{ DiscussionBoard.errors[9391863].message }}

Trending Topics