Link to home
Start Free TrialLog in
Avatar of Papote
PapoteFlag for Puerto Rico

asked on

Links in bullet form

The default view for a Link List is in bullet form.
I created a new view for the the Intranet with Sharepoint 2007, once I did that I lost the bullets and displayed the title of the colunms.
How can I change it back to bullet form?
Avatar of Progressed
Progressed

If the linklist has its own subsite you could try the restore sitedefinition under settings.
Avatar of Papote

ASKER

When I create a new Link List by default it always shows in bullet form. Once I change the view in a webpart they are gone and shows the column headers.
Hi,

Have you tried to go to "Modify Shared Web Parts" and select "Summary View" as the selected view?
Do you control the HTML code?

<ul>
<li>Item one</li>
<li>Item two</li>
<li>Item three</li>
</ul>

With CSS you can control type graphic for the bullet and other things
Avatar of Papote

ASKER

Ok I got the bulleted form with Summary View, but I can't get it to sort without reverting to the non bullet form.
Why not?

You only need to go again to "Modify Shared Web Parts", "Edit the Current View", then set "Allow users to order items in this view" to "No".  You'll be able to select the columns to sort by.
Avatar of Papote

ASKER

leopolde: When I change the view I loose the bullet form.

I just checked again my test and it is working exactly as you want.  Bulleted list of links with sorting.

I need to underscore the fact that I'm not changing the view, but only editing it.  After I select the "Summary View" I can sort it without losing the bullet form.

Can you try again?
Avatar of Papote

ASKER

leopolde:
"I need to underscore the fact that I'm not changing the view, but only editing it."
How exactly do you edit the sort without changing the view?
ASKER CERTIFIED SOLUTION
Avatar of leopolde
leopolde

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Papote

ASKER

.