So I have an HTML/CSS problem. Is there a way to have a bulleted list item (say using the ol and li tags) whose li item consists of two columnsincluding an image? I was using a simple two-column one-row table within the li tags, but the problem is that the bullet won't align properly if I use a table. Namely, the bullet appears on the bottom of the table naturally or if I add an nbsp immediately after the li tag but before the table tag, then the bullet appears on a line above the table, which... read more