Inserting Body Code is Doubling my page

I need to edit a tiny bit of code for tet wrapping. But I cannot see how to do it. So, I copied the entire body of my page, and made the change. When I paste it back into the widow for adding the code, it now DOUBLES my body content… the top is body texted but the old bottom text is all still there.

Why is there an insert for the top and another window to insert at the bottom?

I just need to move a break for text wrapping around an image. UGH! Thanks!

And I cannot simply go in and switch the color of my unicode icons that I’m using for social media links. #OOOOOOO to #FFFFFFF. It could be so easy. Help!

What code are you trying to change? CSS, wrap it in a div?

Thanks for following up.

All I want to do is float the image left, so it will wrap.

My current CSS is:

#feature {background-image: url(%resource(Z2025D.jpeg)%);}
#menuBtn:before{
content: “☰”;
color: red;
font-size: 30px;
letter-spacing: 2px;
margin-right: 17px;
padding-right: 15px;
padding-left: 15px;
text-shadow: rgba(0,0,0,0.7) 0 0 2px;
box-shadow: inset 0px 0px 1px rgba(255,255,255,1), rgba(0,0,0,1) 0 2px 5px;
}

This chat will not allow me to paste the current code but it has a />
<span after the width and height.

The chat will not allow me to past the current code. But it has this after the height and width. I dded a couple spaces to get it pasted.

/></ code >< br />< span

Alright.

If you copy the body and paste it anywhere (including the CODE tab) then yes, it will be duplicated. RapidWeaver is not an HTML editor - you cannot directly edit the HTML it generates. But there are ways to influence the HTML that is generated.

There are two possibilities
1. Your theme already assigned a CSS class to the image. Go to the CODE tab in the left-most pane in RapidWeaver, and click the CSS tab. Target the image’s class and set it to float (if you don’t know how, or need help with the CSS, come back here and I’ll explain it to you).

2. The image doesn’t have a class assigned to it, or all images share the same class and you only want THIS specific image to float. You’ll have to work your way around that using HTML insertion instead of dragging in the image directly - this allows you to specify a class as you go.
If this is the case, let me know and I’ll explain how.

Bonus: if you use STACKS, there might be an easier way. Do let me know if this is the case.

Cheers,
Erwin