SharePoint Designers

All about Branding & Customizations in SharePoint

Hi Everyone,  Hi Chris,

I am new to SPD and very glad to join this community.

Just started working on a website and spend several days on customization, Was working on the corev4.css and learn a lot from here. Now I got this problem.

I have a list like follow:

news icon                    news title           news description 

item1_icon(pic)            item1_title          item1_desc

item2_icon(pic)            item2_title          item2_desc

 

I want customize it into this way,

(no title)

item1_icon(pic)           item1_title

                                   item1_description

item2_icon(pic)            item2_title

                                   item2_desc

 

Was googling this for a week but can not find any trace.

can anybody give me some hints that which way or what web part should I work on and any related tutorials for this?

Appreciate!

 

Views: 258

Reply to This

Replies to This Discussion

Hi leiliu,

First of all, I recommend you to prepare separate CSS for your custom masterpage instead of updating core.css, because it will cause issues on your default admin sections as well.

Coming to your question...

Are you using listview or dataview webpart? i recommend you to use dataview webpart, so that its easy for you to handle the positions & stylings (inside the XSL).

<div style="float:left;width:100%;">

    <div style="float:left;width:25%;">item1_icon(pic)</div>

    <div style="float:left;width:75%;">item1_title<br />item1_description</div>

</div>

Try the above to achieve your look & feel.

Thanks,

Kumz   |   Skype: kumarvee84  | Mobile: +91 9994227627

Thanks so much Kumz,

I think i was wrong at begining, I will fulfill this feature with rollup content. Thanks Kumz!

Hi

using SHP Designer insert a DataFormWebPart in your page, and using 'Formatting' and 'SOrting and Grouping'from Designer 's Ribbon you will obtain the result

Reply to Discussion

RSS

Events

© 2013   Created by Christian Ståhl.

Badges  |  Report an Issue  |  Terms of Service