How would this look?
This takes more effort, but I like it a lot more when there isn't much text. This is the "Multiple Columns" element with two columns selected. Then the "Picture" element on the left and the "Paragraph with Title" element on the right. These can be flipped and I have done so in the next example... A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here.
|
How would this look?
As stated above, this is the same structure as before with the internal elements flipped. (The "Picture" element is now on the right and the "Paragraph with Title" element on the left. I'm not as fond of this one... A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here.
|
How would this look?

This is the "Paragraph with Picture" element. (It throws the title on there whether you want it or not.) I think this looks wonky if you don't have a considerable amount of text to wrap around the picture.... A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here.
How would this look?

This is the "Paragraph with Picture" element. (It throws the title on there whether you want it or not.) I think this looks wonky if you don't have a considerable amount of text to wrap around the picture.... A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here. A bunch of text would go here.
Things I want that I can't do...
- What I really want is the image even with the top of the title and text wrapping. Not an option in Weebly... :o(
- I would also really like to do inline images (for all the places where we send them off the site to give a little icon next to the link).
Me stealing a bit of code from Weebly and messing with it.
Hey! you can right mouse click on any element in Weebly and there will be an Inspect Element option near the bottom of the pop up menu. I retyped the HTML for the placed image above and started messing with the image border. This will allow me to reuse the open in a new window icon above (because now I know where it lives in the database).
Here's the original code width="1"
![]() |
Here's the code with width="0"
![]() |
Here's the code with width="6"
![]() |
Just because you can doesn't mean you should...
I think I just figured out how to get an inline image... the problem is that I would make the page unmanageable by Weebly... which is the whole reason to use this tool... allow lots of people quick and easy access to editing the content. Oh well... For what it's worth, here's the thought I had...
- Set up the page using Weebly's elements.
- Use the Inspect Element option to get the HTML for the elements you want to put inline text in.
- Add the inline tags for the image to the HTML.
- Place a Custom HTML element on the page.
- Paste the edited Weebly HTML into the Custom HTML element.
- Delete the Weebly elements on the page that are replaced by the Custom HTML element.