Hi,

In MOSS document library or List, if I used a column ("Hyperlink or
Picture") to display a picture, how to fix the display size. As the column
only stores picture URL, there seems on way to change the picture display
size. Any other ways to display picture nicely in a list (i don't want to use
Image library as the list contains other fields like document, etc).

Thanks in advance.

Re: How to fix picture display size in List view by Sundher

Sundher
Fri Aug 03 06:54:48 CDT 2007

Two ways you can achieve this,

1. You can create a view and modify it in SPD to display picture
url as image
2. Create your own custom field type.

On Aug 3, 12:50 am, Sheila <She...@discussions.microsoft.com> wrote:
> Hi,
>
> In MOSS document library or List, if I used a column ("Hyperlink or
> Picture") to display a picture, how to fix the display size. As the column
> only stores picture URL, there seems on way to change the picture display
> size. Any other ways to display picture nicely in a list (i don't want to use
> Image library as the list contains other fields like document, etc).
>
> Thanks in advance.



Re: How to fix picture display size in List view by Sundher

Sundher
Fri Aug 03 07:15:46 CDT 2007

Open the allItems.aspx in SPD and convert the list to XSLT dataview,
then specify the width and height for the image column.


On Aug 3, 12:50 am, Sheila <She...@discussions.microsoft.com> wrote:
> Hi,
>
> In MOSS document library or List, if I used a column ("Hyperlink or
> Picture") to display a picture, how to fix the display size. As the column
> only stores picture URL, there seems on way to change the picture display
> size. Any other ways to display picture nicely in a list (i don't want to use
> Image library as the list contains other fields like document, etc).
>
> Thanks in advance.



Re: How to fix picture display size in List view by Sheila

Sheila
Sun Aug 05 23:32:00 CDT 2007

Thanks Sundher it works!

"Sundher" wrote:

> Open the allItems.aspx in SPD and convert the list to XSLT dataview,
> then specify the width and height for the image column.
>
>
> On Aug 3, 12:50 am, Sheila <She...@discussions.microsoft.com> wrote:
> > Hi,
> >
> > In MOSS document library or List, if I used a column ("Hyperlink or
> > Picture") to display a picture, how to fix the display size. As the column
> > only stores picture URL, there seems on way to change the picture display
> > size. Any other ways to display picture nicely in a list (i don't want to use
> > Image library as the list contains other fields like document, etc).
> >
> > Thanks in advance.
>
>
>