J
John Dalberg
using VS 2005.
I have an unordered list with list items which are displayed horizontally.
Some of the list items have hyper links and some have checkboxes.
The problem is that the checkboxes' labels don't align horizontally with
the links. I tried to use style="vertical-align: top" and others in the
list item and in the checkbox but they have no effect. ASP.NET creates a
span tag around the input tag which doesn't do good. The style needs to be
inside the input tag.
Any ideas?
John Dalberg
I have an unordered list with list items which are displayed horizontally.
Some of the list items have hyper links and some have checkboxes.
The problem is that the checkboxes' labels don't align horizontally with
the links. I tried to use style="vertical-align: top" and others in the
list item and in the checkbox but they have no effect. ASP.NET creates a
span tag around the input tag which doesn't do good. The style needs to be
inside the input tag.
Any ideas?
John Dalberg