The image-display tag has no wiki summary.
5
votes
1answer
354 views
How to add a “processing” gif to a Modal Dialog?
I am popping up a Modal Dialog using SP.UI.ModalDialog.showModalDialog. From the time that the modal pops up until the controls render on the page there is sometimes a bit of a lag.
What I would ...
3
votes
2answers
9k views
Remove link border from around image
For SP2010, how do you remove the ugly blue border from images that have a link on them? I've tried adding style="border:0" on the anchor tag but to no avail. Thanks.
3
votes
2answers
3k views
Browsing to a local image and uploading to a list
I am attempting to build a classified ad list for internal use. I want an image upload column that allows users to browse to a local file instead of having to paste a URL, and then I need to display ...
3
votes
1answer
342 views
Deploy an image in a feature
I am creating a feature which adds an option to the ECB. I want to have a custom icon/image. In my Visual Studio 2010 project I have created a TEMPLATE/IMAGES/proj folders. I have added my image to ...
2
votes
1answer
659 views
want to display image url in contacts list
We are working on an iPad application with SharePoint 2010 as CMS.
On my SharePoint site we have a contacts list which the middleware is fetching using Lists.asmx and passing it to iPad.
Now what ...
2
votes
2answers
445 views
Problem with nightandday.master displaying logo correctly on new Web Part Pages
I work for a school district that is running SharePoint 2010 for our Intranet. I am currently working with our district technology trainer to create a site collection for him to use for his videos, ...
1
vote
2answers
284 views
Image banner control/webpart in master page
I am getting started with sp2010 dev and I am looking to build a visual web part(sandboxed) image banner, which will loop through user specified image library. The image changes on page refresh.My ...
1
vote
2answers
155 views
How to implement SP list with this?
I found a nice article that talks about image rotating. I want to read the pictures from picture library. how would I do that ? http://www.sohtanaka.com/web-design/automatic-image-slider-w-css-jquery/
...
1
vote
1answer
666 views
Uploading an Image file to a Sharepoint List Item of Type Hyperlink or Picture
I have a custom webpart and I want to upload an image, such that user provides the local path of the image and the image has to be stored in Sharepoint list Item of Type Hyperlink or Picture. The same ...
1
vote
1answer
207 views
Is there a way to bulk update image links in a blog site?
We're migrating a site collection to a new farm (SP2010 to SP2010, same version). In the old farm, the site collection resided at the root of the web application (http://oldsitecollection/). As part ...
1
vote
1answer
151 views
Background image for navigation disappears once published
I'm creating one page at my work intranet Sharepoint site. I'm trying to customize the navigation only for my one page. My navigation bar looked good in preview mode, with the background images ...
1
vote
1answer
47 views
where can I store images that will be used in an email?
I manage a sharepoint which has a document library which is attached/associated with a workflow. When an item in the document library changes, an email goes out to certain users. That email contains ...
0
votes
2answers
320 views
Assigning images to image control from _layouts/images folder
I want to show images in ASP image Control. I want to access images from "_layouts/images/myfolder/image.gif", like this:
Image1.ImageURL = "_layouts/images/myfolder/image.gif";
It does not work. Is ...
0
votes
1answer
252 views
Image Carousel Sandboxed webpart
So, I have made a lot of search and found out a lot of examples! but there is no definite example and nothing helps.
I am trying to implement a sandboxed webpart which acts a image carousel.
The ...
0
votes
2answers
351 views
Upload Image in CEWP without Rad Editor (WSS 3.0)
I have a Project Web Access (WSS 3.0) site collection where I can't use the Telerik Rad Editor as a rich text editor (long story). My problem is that my users are accustomed to the Rad Editor's image ...
0
votes
2answers
43 views
Permissions problem with viewing images (2007)
I have just added a new user group to the site and set its permission level to Read Only. The three users in this group are not able to view any of the images throughout the site or sub-sites.
If I ...
0
votes
0answers
38 views
Quickly view to edit properties for image documents
I'm an experienced developer but new to SharePoint and need some help...
My system uploads a number of scanned documents to SharePoint each day (currently in TIFF format but can be changed if needs ...
0
votes
0answers
364 views
content query web part rollup image display
I have a Content Query Web Part that is aggregating pages for me. I am using the OOB "Image on left" Item Style. On my pages, I am editing the properties and giving them a Rollup Image. When I ...
0
votes
1answer
106 views
Storing and accessing Images for SharePoint Site
I am new to SharePoint, and want to discuss an issue.
I created a .ascx user control and put it on a site page "SomePage.aspx". I have a html table structure in my .ascx Control where i am showing ...
0
votes
0answers
27 views
Possible to show description on publishingwebcontrol?
As title says, on a publishing web control (in edit mode) where it would typically display the display name - I want it to display the content type field description instead.
FYI - this is a ...
0
votes
2answers
237 views
Branding for SharePoint on Mobile
I've managed to create a very basic CSS for my SharePoint site and added some CSS queries to manage the CSS being loaded when on a mobile device.
My issue is that thought it renders the HTML setup ...
0
votes
2answers
872 views
setting PublishingPageImage to image but
how to set image which is in images folder of the project to newPage.ListItem[FieldId.PublishingPageImage] = image in the folder;
Will the image get loaded to provisioned site when a site is ...
-2
votes
1answer
80 views
Displayin multiple images using single ASP Image control or Image data type
Is it possible to show multiple images by using single ASP Image Control?? I have a scenario where i need to show multiple images e.g 2, 3 , or 4 images depending on if else condition from ...