Jump to content

Cannot get <p quad> to work


mjlongo

Recommended Posts

Hello,

 

I have a job where I want some text to justify on the right followed by some text justified on the left. I cannot get this to work without having 1 line spaced between them.

 

My code is similar to this:

 

info += '<p quad=R>' + Field("field1") + <br> + Field("field2");

info += '<p quad=L>' + Field("field3");

 

The problem is that I get a full line space between the fields 1 and 2 on the right and the field 3 on the left. I absolutely do not want that space.

 

Any tips?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...