how do I get this div to NOT break to the next line? I want the red flag to appear NEXT to the date. do I have to use span tags instead, somehow (I tried already, wasn't sure how to do it though...)
have you tried putting June 17, 2008 (without the ) in a span or p tag and using float left on that as well? I usually find that when you want two elements to appear side by side using floats you have to add float left to both attributes. Might help, might not.
Bookmarks