mjlongo Posted October 25, 2013 Share Posted October 25, 2013 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? Quote Link to comment Share on other sites More sharing options...
mjlongo Posted October 25, 2013 Author Share Posted October 25, 2013 Never mind. Was an error in the data Quote Link to comment Share on other sites More sharing options...
Alex Marshall Posted October 25, 2013 Share Posted October 25, 2013 <p quad=L>This is left-justified. <p quad=R>This is right-justified. <p quad=C>This is center-justified. <p quad=J>This is fully justified. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.