You are viewing this site as a guest. You can still ask questions and help others! Join our Dev2Dev IT Community to receive your own blog, share your knowledge, and much more.

Paragraph Right Alignment in SQR

Hi,

Anybody know how to do right alignment in SQR for Paragraph.
I have some dynamic values in paragraph, based on those values space it has to do right alignment..

Can anybody knows abt this issue pls help me.....!!!!

Regards
Venkat

Re: Paragraph Right Alignment in SQR

Posts: 302
Join date: 06/23/08
Lepa's picture

Don't think this can be done if your output is NOT an HTML output. If it is then you can do something like the following:

do html_p('ALIGN=RIGHT')
print 'This is a right aligned text!' (1,1)
do html_p_end
print 'This is a normal text!' (+1,1)

Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <div> <pre> <br> <code> <a> <em> <blockquote> <strong> <ul> <ol> <li> <dl> <dt> <b> <p> <h1> <h2> <u> <img>
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>.

More information about formatting options

CAPTCHA
The question below is to prevent automated spam submissions.
3 + 0 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.