If i put a <video> tag with float:right above a <p> tag, it appears like this:
textextext o------o
textextext | vid |
textextext o------o
textextextextextext
Is it possible to get it to appear like this instead?
textextextextextext
textextext o------o
textextext | vid |
textextext o------o
I've tried doing position: relative and bottom: 0px, but that didn't work.