Hey,
I want to be able to place a table inline with a heading
it appears as
HEADING
TABLE
but I want it to appear as
HEADING TABLE
I'm using the table to host navigation links for a tumblr page, I'm still playing with the code otherwise I would put it up.
I know I could use margins and absolute positioning, but wanted something more flexible. Inline display just seems to reduce the line breaks between the elements and not place them one after the other.
Alex