x

Images not loading from Assets Folder

I placed my html and css code into the edit html/css section and everything works except for the images. Here's the preview link: 

http://preview.editmysite.com/65od67.ffefd7b4743751f8876743ca2cf04220 

Am I supposed to edit all my code so the images can be called from the assets folder, or can I create a folder named Images, so they will load properly?

Help, please!

1,486 Views
Message 1 of 5
Report
4 REPLIES 4

@christiewild:  depends on how they are called.  in your html or css code.  I think there is a short cut, but I do not know that.  I just give the image url. 

1,482 Views
Message 6 of 5
Report
Square

Any images that you add while editing a theme have a file path like this:

/files/theme/filename.extension

So if you uploaded a file called sitetitle.jpg to the Assets folder, you can link it like this:

<img src="/files/theme/sitetitle.jpg" />
1,458 Views
Message 6 of 5
Report

Hi. This is not working for me. After uploading an image to my Assets then adding an Embed Code block, I enetered the following code:

<img src="/files/theme/myfilename.jpg"/>

Nothing is happening. Please advise. Thanks.

1,431 Views
Message 6 of 5
Report
Square

I just replied to your other post about this, @ThomasG. Can you check for my reply?

1,423 Views
Message 6 of 5
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.