If we create a nested list by placing a <ul> under another <ul>, how do we control the amount of identation given to the nested list relative to the upper list?
Satish Chilukuri
Ranch Hand
Joined: Jun 23, 2005
Posts: 266
posted
0
You can use CSS for that. Give the nested list some padding-left.