[MT-users] 4 or more photos in a blog entry

Paul Makepeace Paul.Makepeace at realprogrammers.com
Tue Aug 10 01:21:03 BST 2004


Je 2004-08-08 19:50:39 +0100, Tom Arbuthnot skribis:
> Hey guys,
> 
>  
> 
> I?m the newbie on the scene, just started two blogs one for myself and one for
> a group of friends.. nice to meet u all J
> 
>  
> 
> Quick question: I want to upload maybe 3 or 4 photos for an entry but can?t
> easily space them ? maybe all down one side with text aligned right or 4 in a
> gid. By default MT just sticks them at the top which looks nasty

You can use a simple table like

<table>
<tr><td><img .. /></td><td><img .. /></td></tr>
<tr><td><img .. /></td><td><img .. /></td></tr>
</table>

will give you a 2x2 grid for example.

Personally I just inline them `a la
http://circlelineparty.org.uk/archives/003023.html

Sometimes it's worth selecting no conversion if you're doing fiddly
stuff with HTML in a blog entry (look for the "Convert Line Breaks"
drop-down and experiment.)

>             float: left;

the float style can be a bit dodgy in some browsers and I've found it
really hard to predict WTF is going to happen in some circumstances
(e.g. mixing with align in <p> or <img>)

HTH,
Paul


-- 
Paul Makepeace .............................. http://paulm.com/inchoate/

"What is an elephant? Lo que no es comprensible a los que no hablan
 castellano."
   -- http://paulm.com/toys/surrealism/



More information about the MT-users mailing list