I can never remember the order of the shorthand property for setting the margin or padding in one declaration. That is:

margin-top:    2px;
margin-bottom: 4px;
margin-left:   3px;
margin-right:  8px;

may be written as

margin: 2px 8px 4px 3px;

Yes I understand that one can visualise the order by thinking of a clock, starting at midday and moving clockwise. But I keep forgetting about that. I need to recall the order top, right, bottom, left textually.

Hence, T B L R T R B L.

Something like This [R-noun] [B-verb] [L-nouns] is perhaps the way to go but I feel myself lacking inspiration. If anyone has come across a useful mnemonic for this I'd love to hear it. Like a good meme, I'm sure once I get something lodged in my brain I will be unlikely to forget it.

NOTE: This question gave incorrect information - the order (as noted in some of the comments and answers) is Top Right Bottom Left. (heh, see what I mean? -- dland)

link|improve this question
3  
it is T R B L, you really do have trouble remembering it – DD59 Dec 10 '08 at 17:00
This is overkill for anyone familiar with analogue clocks. Abstractions like words and acronyms are unnatural to the human mind, remembering T R B L and then manually converting each letter to a physical orientation is making life more complicated than it needs to be IMO. Much better to remember the order visually, you're working in a visual medium in this context after all :D. – mahemoff Mar 25 at 23:58
feedback

14 Answers

up vote 18 down vote accepted

If you don't get it right, there will be TRouBLe

link|improve this answer
feedback

Actually the clock thing works perfectly. It is the most intuitive way to remember it, at least for me.

link|improve this answer
And it works pictorially too... most of the time, you're going to thinking along visual lines anyhow. – Atømix Dec 10 '08 at 22:37
feedback

Tricky Rectangle Border Logic ?

link|improve this answer
1  
I haven't heard that one before, but I like it :) – takua108 Dec 10 '08 at 17:06
1  
I'm making these up, it's slow afternoon here... – Paul Dixon Dec 10 '08 at 17:15
feedback

Just think clockwise, it's the easiest way. Starts at the top and goes around... much easier to remember than some silly phrase (provided you know how to read a clock...)

link|improve this answer
feedback

T R o u B L e.

link|improve this answer
feedback

Another attempt:

Tyrannosaurus Rex : Big Lizard

link|improve this answer
feedback

Try Roast Beef Leftovers ?

link|improve this answer
feedback

Think that you're reading Arabii or Hebrew: read from the top of the page, right to left to the bottom. ;P The good thing about this "rule" is that it works for the 3 value version too: top right-and-left bottom

Actually, i allso thought it was hard to remember, but as soon as I discovered it was the direction of the clock it was easier.

link|improve this answer
feedback

Timewise Rotation, Bit Lame?

link|improve this answer
feedback

The Really Big Lebowski

link|improve this answer
feedback

It is

top
right 
bottom 
left

not what you have

Think Right Before you Leap

link|improve this answer
feedback

"Top,Right,Bottom,Left"
Really
Bad
Limerick

link|improve this answer
feedback

Theres always the town of TRumBuLl Connecticut

link|improve this answer
feedback

Why don't just remember that the order goes clockwise starting from the TOP:

TOP -> RIGHT -> BOTTOM -> LEFT

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.