View column title spacing

In a view,for my columns, I want to create more space between the view column title and the data below it. How can I accomplish this?

TIA

Bruce Gilbert

Webmaster

DPS

Subject: view column title spacing

If this is a web app, add " br >]" (without the quotes and without the
spaces) to the end of the title.

For the client, in the view properties, change the header height, making it one
row larger.

Subject: RE: view column title spacing

yes, this is for the web. Using
after the column title works…but…I also have some of the columns set to ‘click on title to sort’ and the
's make the up/down sort arrows move down into the column as well (which I don’t want)…any work arounds?

TIA

Bruce Gilbert

Subject: RE: view column title spacing

no workaround that I know of

Subject: RE: view column title spacing

Since the column title row is defined in HTML with a tag, you should be able to use a style sheet to set the spacing under these items to whatever you want, without affecting the data in the view rows.