Skip to main content
Inspiring
May 15, 2009
Answered

Element Alignment Back-to-Back

  • May 15, 2009
  • 1 reply
  • 1407 views

Using: FM 8.0

I am not sure if this is even possible but is there a way to keep multiple Elements on the same line that allow TEXT entry?

 

For example, if I had this structure, keep in mind I am trying to represent what I see when FM View is set to Element Boundaries (as Tags):

-------------------What is shown on my current page----------------

[Document> [RevNumber>Rev.21<RevNumber]

[RevDate>May 21 2008<RevDate] <Document]

---------------------------------------------------------------------------------

 

 

-------------------What I would like on my page-----------------------

[Document> [RevNumber>Rev.21<RevNumber] [RevDate>May 21 2008<RevDate] <Document]

---------------------------------------------------------------------------------

 

 

My objective is to have two TEXT elements, in this example RevNumb and RevDate set back-to-back without a hard return being placed between them. This would allow the two elements to exist on the same line but have the TEXT wrapped in their own element. Is this possible?

 

I also attached a pdf in case the graphics are hard to read.

Any help/explanation would be appreciated.

Thanks in advance

JE

This topic has been closed for replies.
Correct answer Russ Ward

JE,

In Tarun's example, it is the TextRange element that provides the result you are looking for. That's how you create an "inline" element. In many cases, it is used to assign character formatting like bold or italics, but it can be used without format assignment simply to allow the element to fall in line on the page.

Russ

1 reply

Participating Frequently
May 15, 2009

Hi JE,

One of the ways for doing this is to assign both of these elements some Character format (same or different) using EDD.

For example,

edd.GIF

Regards,

Tarun Garg

Adobe Certified Expert, FrameMaker

http://blogs.adobe.com/techcomm/framemaker/

Russ WardCorrect answer
Legend
May 15, 2009

JE,

In Tarun's example, it is the TextRange element that provides the result you are looking for. That's how you create an "inline" element. In many cases, it is used to assign character formatting like bold or italics, but it can be used without format assignment simply to allow the element to fall in line on the page.

Russ

JeddlemanAuthor
Inspiring
May 19, 2009

Russ, I never thought about using this element without proceeding to the format assignment, but it works perfectly. Thanks for your help.

Thanks

JE