vote up 2 vote down star

There will be a thumbnail as a left float, followed by the title and description as a left float.

``````````  BEATLES
``````````  DescriptionDescriptionDescription
``````````  DescriptionDescription...
``````````
``````````

``````````  COLDPLAY
``````````  DescriptionDescriptionDescription
``````````  DescriptionDescription...
``````````
``````````

``````````  MOZART
``````````  DescriptionDescriptionDescription
``````````  DescriptionDescription...
``````````
``````````

Would you align the results on the left of the page? Or in the middle of the page? Traditional search engines align to left, but it seems like "music/media" related sites like Youtube align in the center.

Please give your reasons and details. Thanks!

flag

6 Answers

vote up 2 vote down check

There is no right or wrong answer to that. All I can say is, that a fixed width layout usually looks nicer when centered.

But before you decide on whether to use a centered layout or not, you should think about who will be using the site and for what will they be using it. If it is meant to be used as a quick way to look up some information about an artist/composer (like a dictionary/encyclopaedia), a fluid, minimal layout and interface might be better.

link|flag
Fixed width is also more consistent across display resolutions. – OMG Ponies Oct 21 at 22:20
Display resolution does not necessarily affect line widths in a browser window. And choosing the right (fixed) width for everyone can be quite hard. – Simon Lehmann Oct 21 at 22:34
vote up 0 vote down

middle page looks better

link|flag
vote up -1 vote down

Change things up a little and align to the right.

link|flag
vote up 0 vote down

Usability tests in general show that shorter columns of text are more readable. Short columns of text that are left-aligned are ugly.

Ergo, you should center your results to facilitate a narrower reading area, and shorter lines in your description text, without the list being ugly.

link|flag
vote up -1 vote down

You could have it so that the user can select where the results are aligned.

link|flag
vote up 0 vote down

If you are using fixed width or margins, left align can make it easier for the users to resize the window width when they need to (e.g., to view other windows along side). With a single drag of the right window edge, they can shrink the window to show the thumbnail and name, allowing them the scan for albums while taking the least screen space. In some center align implementations, the user has to drag the window edge then scroll horizontally, creating more work.

link|flag

Your Answer

Get an OpenID
or

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