A little help from the brainiacs,

User 2488786 Photo


Registered User
190 posts

Trying to actually change a template and export and then edit it with HTML Editor.
In RLM the image box has a line in properties "Export Path" is this where I change the image or do I do it in Editor?
In Editor I have all these files in the img folder that says things like this
image-link-3x2-1.svg
And if I try to open it says......
has an extension that indicates that it may not be a text based file.
Do you wish to attempt to open it anyway?
(If you choose yes, the file will be opened as if it was a text file.)
So I am wondering how I change or insert the pictures.
I am new to the CSS stuff but with a little guidance I know I can do it, I'm just trying to figure out where I change the pictures , I understand changing text.
I have been using to Dreamweaver and can change html and js code a little, but haven't really done CSS.
Thanks for listening to my rambling question lot of stuff happening here on the home front that has me distracted, but I want to be able to play with this for therapy so If I could just figure out how to do some of this in Editor then I can move forward as I wait for "Soon".
An expert at using the wrong tool the right way.
User 434929 Photo


Ambassador
938 posts

Just ignore and delete that svg image tag and there is insert image in Menu. use that instead.

There is video tutorials in coffeecup YouTube channel how to insert image in html editor.

Right now I am replying through mobile and I am not in front computer to direct you to right video clip but I am there is video clip in YouTube channel.
Guys at coffeecup are awesometacular.
User 2488786 Photo


Registered User
190 posts

I can insert an image, but it doesn't go in to the image holder.

I am working with an imported RLM template.
An expert at using the wrong tool the right way.
User 434929 Photo


Ambassador
938 posts

You have to replace it with where it say < img>... </img>
Guys at coffeecup are awesometacular.
User 2488786 Photo


Registered User
190 posts

I believe this is where I should be changing it....right?
<div>
<div class="coffee-span-8 portfolio-image-container coffee-738-span-12"><img class="image-2-1 portfolio-image" src="img/image-4x3-8.svg" alt="Image">
</div>
Would it be the src?
An expert at using the wrong tool the right way.
User 434929 Photo


Ambassador
938 posts

Sorry for wrong advice .replace only image source

<div>
<div class="coffee-span-8 portfolio-image-container coffee-738-span-12"><img class="image-2-1 portfolio-image" src="img/ .... your new image goes here. ...." alt="Image">
</div>
Guys at coffeecup are awesometacular.
User 2488786 Photo


Registered User
190 posts

Kind of what I thought, and yes big fan of Ctrl Z , when I first started messing with js script and would make changes I went backward as much as forwards.
I remember one time I could figure out what was wrong....then I realized that I had pasted a space in with the code...:(
Hard to see a space.
An expert at using the wrong tool the right way.
User 2488786 Photo


Registered User
190 posts

But don't I really need to change it in the CSS?
So it will change across all pages?
An expert at using the wrong tool the right way.
User 434929 Photo


Ambassador
938 posts

No image is html tag . You can change its properties such as border and etc... through css.
Guys at coffeecup are awesometacular.
User 434929 Photo


Ambassador
938 posts

Please watch these two video clips

http://www.youtube.com/watch?v=uXEP1ZKRLpA

http://www.youtube.com/watch?v=0OppIufVTHk
Guys at coffeecup are awesometacular.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.