i have small problems with asp:Repeater. I am printing <ol><li> tags inside repeater in one line. How can i print it in two lines like:
- test - test2
- test3 - test4
- test5 - test6
...
now is like
- test
- test2
- test3
...
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can try putting a CssClass attribute on you repeater, and use a simple CSS :