* Fyron wonders what an equivalent to making a table with two cells, one havgin text aligned on left, the other on the right, as a single table row, would be in css (other than float madness)
NullAshton Columns?
NullAshton Or maybe divisors.
NullAshton Yeah, div tags would probally work.
NullAshton Section it off into two column.
Fyron its a single line, containing various nav links
Fyron columns tend to rely on a lot of absolute positioning at the topmost level
Markavian a div with two divs inside?