if i have <h2>blah blah</h2><form>......... , how can i force them to stay on one line without resorting to tables? I presume there is some css trickery possible? Cheers
Absolute positioning might be an option but not recommended. <h2> is a block-level element - it takes up the entire row
It's a menu bar within a div, h2 big menu items, then a search form. Is there any way of making it take up only one line?