Quantcast
Channel: SharePoint 2010 - Development and Programming forum
Viewing all articles
Browse latest Browse all 11571

Question about listviews in pages, and the width of columns

$
0
0

Hi,

I work at Ericsson with Learning and i'm developing share point sites for our internal learning portals
Now, since we just migrated to Sharepoint 2010 from 2007 i've run in to some trouble


One of our column contains pictures with links to learning material, and in 2007 they used to reside next to each other (without tables), but when we got migrated they now lie on top of each other instead

Now, we have several thousand items that are affected so editing each item is not something i wanna do :(

Is there any way to edit the width of a specific column (in this case "Links")?
Our sharepoint designer features are restricted so i cannot use it on pages. If thats the only solution then i will have to escalate it to get the restrictions removed.

I found another solution with jquery looking like this, but i cant get it to work

<script type="text/javascript"
src="jquery.min.js"></script>
<script type="text/javascript">
$(function(){

$("table[name=Category]").css("width","300px");

});
</script>

I'm very thankful for any help i can get on this topic

Regards, Marcus


Viewing all articles
Browse latest Browse all 11571

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>