Hello,
I have a couple of
tags that I want to right align. Does anyone know how to do this?
|
1
|
|||||
|
|
|
CSS:
INLINE:
jQuery:
Javascript:
|
||||||
|
|
|
Even most experts on CSS use a reference. Find one you like. |
||
|
|
|
It depends. Do you want the entire paragraph to align to the right side of whatever container it's in? Or do you want the text of the paragraph to align to the right margin of the paragraph? If it's the first, look into the float: right; CSS directive. The latter, text-align: right; |
||
|
|