Hello, I am very simply trying to figure out how to put two images next to each other in the center of a page? Any help would be greatly appreciated. I have been looking at a couple modules to download (image filter, lightbox) but they don't seem to be what I am looking for. Maybe creating a view would be best? I am trying to avoid having to work with PHP and don't have a WYSIWYG editor. Thank you in advance.

Comments

dbeall’s picture

well, you can use full html input format, place the images in the page, then add no-break tags.
<nobr><your 1st image here><your 2nd image here></nobr>

tbm1305’s picture

That worked- some simple HTML with the "full html" formatting on was key. Thank you for the quick response!