| |||||||
| Tech Talk Get help with the technical side of blogging. Discuss blog customisation, plugins and widgets. |
Learn how to set up a blog, start blogging, produce quality content and use these forums as your internet marketing courses.
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
|
How do I make two or more pictures stand next to each other ? When I post pics , they always appear below each other . Is it possible to make them stand next to each other in a single row ? Thanks . |
Don't Like Ads?? Register as a Member and These Ads Will Disappear!
|
#2
| ||||
| ||||
|
It's been quite some time since I've used Blogger, but is there not an option for image placement within the post, when you're uploading your photos? If not--and I don't know how familiar you are with coding--you can always use the "align=left" and "align=right" commands.
|
|
#3
| ||||
| ||||
|
Try this out -- go to the "Edit HTML" tab and replace (1stfileURL) and (2ndfileURL) below with the image locations: <div align="center"><img src="(1stfileURL)"> <img src="(2ndfileURL)"></div>
__________________ Home Buying & Loan Tips ★ Affordable Car Insurance Tips ★ How to Save Money at Home ★ H1N1 Swine Flu Updates & Info |
|
#5
| ||||
| ||||
|
Yeah, sometimes for more complicated things it's best to get right into the code. By wrapping a picture, or a group of pictures in another container you can do interesting things and align them much more accurately.
__________________ + Experiment Garden is my current blog for experiments and my project portfolio. + My first blog was Inkweaver Review. Now I work on Bookflavor + You should try out Duck Duck Go |
|
#6
| ||||
| ||||
|
Thanks for the handy tip, haven't had to place pics next to each other yet, but now I know how |
|
#7
| ||||
| ||||
|
Recently I wanted two pictures side by side so I used the following code: Code: <table style='width: 100%'><tr><td style='50%'></td><td style='50%'></td></tr></table>
__________________ + Experiment Garden is my current blog for experiments and my project portfolio. + My first blog was Inkweaver Review. Now I work on Bookflavor + You should try out Duck Duck Go |
|
#9
| ||||
| ||||
|
If your pictures are too big, they will automatically wrap to the next line no matter what you try to do. If this is the case, you can make the pictures smaller, or widen your blog through editing the template. This post on my blog tells you how to do it! |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |