Question
Simple LinkElement Layout question
I have a paragraph with two link elements.
I want one to be left aligned (against the left margin) and one to be right aligned(against the right margin).
For the life of me, I cannot get this to work.
I thought a simple set of spans inside the <P> with the textAlign would do it, but alas the links dont show up inside spans. ( <p><span textAlign='left'><a...>...</a></span><span textAlign='right'><a ...>...</a></span></p> )
Any help is greatly appreciated, and sorry for the newbie-like question.
Tim
I want one to be left aligned (against the left margin) and one to be right aligned(against the right margin).
For the life of me, I cannot get this to work.
I thought a simple set of spans inside the <P> with the textAlign would do it, but alas the links dont show up inside spans. ( <p><span textAlign='left'><a...>...</a></span><span textAlign='right'><a ...>...</a></span></p> )
Any help is greatly appreciated, and sorry for the newbie-like question.
Tim
