I have a row in a page that I want to NOT reflow. Kind of like how an image scales when the page is pulled in. How can I do that? Even if I make (for instance) 4 images each with a span of 3 side by side, they end up going to the next line.
is there something I can do instead of forcing the entire thing to be a big image? I've tried to wrap a span12 in the div that contains them.
is there something I can do instead of forcing the entire thing to be a big image? I've tried to wrap a span12 in the div that contains them.