I want to make rows of linked images
-
On this page http://michelepixels.com/parenting-and-unschooling/ I would like to make a couple of rows of 3 images each, but the images are linked so I can’t use the gallery feature (which did make nice rows but doesn’t let me apply links to each image).
I’ve tried both no alignment as well as left, center, or right alignment. If no alignment, they just make one long column. If I try left/center/right, they show up sloppily, sort of diagonal.
I’ve searched the forums and read about it in help, but not finding the answer. Surely this isn’t impossible!
Please, how do I make two rows of 6 linked images?
Thank you!
The blog I need help with is: (visible only to logged in users)
-
First, you need to set the alignment of all the images to left, and make sure there’s no line or paragraph break between the images that should show in the same row.
Second, you need to switch the editor to “Text” (=code) and add this after each row of images (to stop the wrap-around effect at this point):
<div style="clear:both;"></div> -
THANK YOU so much!!! That works!
Now, another related problem . . . I want to rearrange the images. Why can’t I just click and drag them around? It seems I’ve done that before.
-
You’re welcome.
Click and drag works (although I wouldn’t trust it when the page includes coding as well). If it’s not working for you, then this is probably a browser issue. What browser and version are you using?
You can also rearrange the images by cutting and pasting their code in the “Text” editor. -
I use Safari.
I just thought of cutting and pasting code after I clicked send on the previous message.
Thank you again!
-
I usually edit in Firefox. Click&drag works in my Firefox but I just found it doesn’t in my Safari. But as I said, better not use it, because in the Visual editor you can’t be sure where the image will land in relation to other code.
- The topic ‘I want to make rows of linked images’ is closed to new replies.