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!
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.