I'm using the following simple stylesheet rules:
Applied to the following simple block of xhtml"Code:h3 span.info { text-align: left; } h3 span.sig { text-align: right; }
I'm trying to get both lines of text (Baseline Content Info, Baseline Sig) to appear on the same line in the h3 block, just at opposite ends of it. It seems like it should be simple, but I've been trying to play around with it to no avail - if at all possible, I'd like to try and avoid using additional div's and determining the positions absolutely, but I'm not sure if there is any other way to do it. Any help would be greatly appreciated, if someone has come across a similar problem and worked around it.Code:<h3> <span class='info'>Baseline Content Info</span> <span class='sig'>Baseline Sig</span> </h3>






.
Bookmarks