Is it possible to combine / concatenate two or more fields when displaying a table?

For example, I have a list of URLs (with the Link module).

Currently it looks like this:
Thumbnail | Title | URL | Description

I'd like to save space by having it display like so:

Thumbnail | Title | Description
                    | URL  | Description (wrap)

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

You would have to do this through theming and CSS. Views can't do something like this automatically, but the HTML/CSS isn't really too hard to do.