Forum Moderators: not2easy
I am designing the web page with web2.I am new to web 2,but i knew the table design only.now i am facing one problem.When i am designing with the <Div><span> tags.
<span style="text-align:left">It is not working</span>
I would like to apply the text-align property with the span tags.whether any tags available to apply the text-align:left property.
by
ravi
<div style='text-align:right; width:100px;'>Test</div>
That seems to do the trick for me!