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!
Tags:
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
Permalink Reply by leiliu on December 16, 2011 at 10:52pm Thanks so much Kumz,
I think i was wrong at begining, I will fulfill this feature with rollup content. Thanks Kumz!
Welcome to
SharePoint Designers
© 2013 Created by Christian Ståhl.