Click to See Complete Forum and Search --> : How do I get this div where I want it?


chausfeld
02-17-2009, 05:06 PM
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...)

page with the div - look next to the recipe title and date (login using sr/cci)
http://www.concrete-creative.com/sharecipe/yourrecipe.html

the stylesheet (it is using the styles at the very bottom of the file, all of the ones denoted with #navig3)
http://www.concrete-creative.com/sharecipe/sharecipe.css

any and all help would be very appreciated!

thanks.

cannon303
02-17-2009, 06:22 PM
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.:)

chausfeld
02-17-2009, 07:44 PM
wow, thanks! seems to work. I haven't tested it but it's working on my computer. I appreciate your input!