Currently my pager.ascx control is outputting in a vertical list format:
<LI class=disabled id=ctl00_MainContentHolder_Pager1_FirstListItem>First
<LI class=disabled id=ctl00_MainContentHolder_Pager1_PreviousListItem>Prev
<LI class=current>
2[/color] <LI>
[color=#810081>3]<LI>
4[/color] <LI>
[color=#0000ff>5]<LI id=ctl00_MainContentHolder_Pager1_NextListItem>
Next[/color] <LI id=ctl00_MainContentHolder_Pager1_LastListItem>
<FONT color=#0000ff>Last </LI>
I would like to have the pager.ascx output changed to a horizontal format.
I think it is important to also simplify the control. I will not require First and Last.
Previous Page 1 2 3 4 5 Next Page
How do I go about
doing this?
- Is there a way to do this in the Admin Settings Software Options?
- Can this easily be changed in CSS?
- Do I modify pager.ascx?
- Do I have to modify Pager.ascx.vb?
- Is their a setting I can change in
I am using have visual Web developer 2008 Express Edition.
Thank you.