From Paul.Makepeace at realprogrammers.com Sun Aug 1 17:37:46 2004 From: Paul.Makepeace at realprogrammers.com (Paul Makepeace) Date: Sun Aug 1 17:37:47 2004 Subject: [MT-users] Descriptive permalinks Message-ID: <20040801163746.GL3401@mythix.realprogrammers.com> I was wondering how, instead of /archives/002996.html having the more descriptive /archives/water_pistols.html ? I found out how to do it and in case anyone's interested, here's how I've set mine up: http://paulm.com/inchoate/2004/08/movable_type_url_tweaks.html Paul -- Paul Makepeace .............................. http://paulm.com/inchoate/ "If star wars was never made, then beauty becomes ugliness." -- http://paulm.com/toys/surrealism/ From tom at tomunlimited.com Sun Aug 8 19:50:39 2004 From: tom at tomunlimited.com (Tom Arbuthnot) Date: Sun Aug 8 19:50:34 2004 Subject: [MT-users] 4 or more photos in a blog entry Message-ID: 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 :-) 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 I had a quick flick through the archives and found this code " I've added some classes to my stylesheet so that I can wrap text round the image, and align it left or right - feel free to copy this if you like (I'm sure I did!): .floatleft { float: left; margin-top: 0px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; } .floatright { float: right; margin-top: 0px; margin-bottom: 10px; margin-left: 10px; margin-right: 0px; } " But frankly short of align=left my HTML isn't up to much, if anyone could give me some pointers would be much appreciated Cheers, Tom Projecttom.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://paulm.com/mail/mt-users/attachments/20040808/3ed71c60/attachment.html From Paul.Makepeace at realprogrammers.com Tue Aug 10 01:21:03 2004 From: Paul.Makepeace at realprogrammers.com (Paul Makepeace) Date: Tue Aug 10 01:21:05 2004 Subject: [MT-users] 4 or more photos in a blog entry In-Reply-To: References: Message-ID: <20040810002103.GT31023@mythix.realprogrammers.com> 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
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

or ) 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/ From jemfiner at blueyonder.co.uk Sat Aug 14 01:14:38 2004 From: jemfiner at blueyonder.co.uk (Jem Finer) Date: Sat Aug 14 01:14:24 2004 Subject: [MT-users] oops . . where's my main page gone Message-ID: this is weird . . . my main page has gone gone gone . . . the archives are still there (thank god) . . . Last thing I did was delete a comment and rebuilt the site. I'm pretty sure it was still there after that . . anyone know how to bring it back ? cheers Jem http://cosmolog.org.uk http://longplayer.org http://elrino.co.uk http://www.zerogenie.org Longplayer live stream : http://longplayer.org/lp_new_site/new_listening_posts/stream.html From Paul.Makepeace at realprogrammers.com Sat Aug 14 10:46:40 2004 From: Paul.Makepeace at realprogrammers.com (Paul Makepeace) Date: Sat Aug 14 10:46:42 2004 Subject: [MT-users] oops . . where's my main page gone In-Reply-To: References: Message-ID: <20040814094639.GS5698@mythix.realprogrammers.com> Je 2004-08-14 01:14:38 +0100, Jem Finer skribis: > this is weird . . . my main page has gone gone gone . . . the archives > are still there (thank god) . . . Last thing I did was delete a comment > and rebuilt the site. I'm pretty sure it was still there after that . > . anyone know how to bring it back ? Sometimes when things vanish it can be HTML errors. http://validator.w3.org/check?uri=http%3A%2F%2Fcosmolog.org.uk%2F (should be
not
) but it's not this in this case -- View Source shows no content. Have you blogged in August? By default MT only shows seven days of blogs. If you have, tackle me off list. P -- Paul Makepeace .............................. http://paulm.com/inchoate/ "If animals were dolls, then you wouldn't be allowed in line!" -- http://paulm.com/toys/surrealism/ From david at alchemi.co.uk Sat Aug 14 11:24:32 2004 From: david at alchemi.co.uk (David Jennings) Date: Sat Aug 14 11:24:26 2004 Subject: [MT-users] oops . . where's my main page gone In-Reply-To: <20040814094639.GS5698@mythix.realprogrammers.com> References: <20040814094639.GS5698@mythix.realprogrammers.com> Message-ID: >Je 2004-08-14 01:14:38 +0100, Jem Finer skribis: >> this is weird . . . my main page has gone gone gone . . . the archives >> are still there (thank god) . . . Last thing I did was delete a comment >> and rebuilt the site. I'm pretty sure it was still there after that . > > . anyone know how to bring it back ? > >Have you blogged in August? By default MT only shows seven days of >blogs. That seems the most likely explanation. To change the number of days shown, go to Weblog config, then Preferences. The other thing I would check is your 'Main Index' template. The main body of the home page comes between two tags. Below is what mine looks like. David <$MTEntryTrackbackData$>

<$MTEntryDate format="%e %B 0%Y"$>

From jemfiner at blueyonder.co.uk Sat Aug 14 11:41:22 2004 From: jemfiner at blueyonder.co.uk (Jem Finer) Date: Sat Aug 14 11:41:14 2004 Subject: [MT-users] oops . . where's my main page gone In-Reply-To: References: <20040814094639.GS5698@mythix.realprogrammers.com> Message-ID: <7C61E97B-EDDE-11D8-835E-000A957E8EAE@blueyonder.co.uk> thanks . . . so obvious . . . it was the days elapsed since an entry cheers Jem On 14 Aug 2004, at 11:24, David Jennings wrote: >> Je 2004-08-14 01:14:38 +0100, Jem Finer skribis: >>> this is weird . . . my main page has gone gone gone . . . the >>> archives >>> are still there (thank god) . . . Last thing I did was delete a >>> comment >>> and rebuilt the site. I'm pretty sure it was still there after >>> that . >> > . anyone know how to bring it back ? >> >> Have you blogged in August? By default MT only shows seven days of >> blogs. > > That seems the most likely explanation. To change the number of days > shown, go to Weblog config, then Preferences. > > The other thing I would check is your 'Main Index' template. The main > body of the home page comes between two tags. Below is > what mine looks like. > > David > > > > <$MTEntryTrackbackData$> > > >

> <$MTEntryDate format="%e %B 0%Y"$> >

>
> > > > > >
> > _______________________________________________ > MT-users mailing list > MT-users@paulm.com > http://paulm.com/mm/listinfo/mt-users > > > http://cosmolog.org.uk http://longplayer.org http://elrino.co.uk http://www.zerogenie.org Longplayer live stream : http://longplayer.org/lp_new_site/new_listening_posts/stream.html