Skip to main content
1-Visitor
May 22, 2014
Question

Uncooperative floats

  • May 22, 2014
  • 1 reply
  • 564 views

I have several titles within one tag that need to be floated (Continued). Each title is getting appended to the float which I guess is correct, but I only want the current title floated. Is there a way to reset a float? I can't figure out how to narrow the scope. If I scope to <syshd> the float doesn't work. If I scope to any of the other tags they all get included. I thought Paul may have had something similar but I couldn't find the post.


<conditioninsp>
<syshd>title</syshd>
<inspection>(these are variable, sometimes only one, sometimes several)
<condition></condition><req></req>
</inspection>
<inspection>
<condition></condition><req></req>
</inspection>
<syshd>title</syshd>
<inspection>
<condition></condition><req></req>
</inspection>
<syshd>title</syshd>
<inspection>
<condition></condition><req></req>
</inspection>
</conditioninsp>

    1 reply

    cleccese1-VisitorAuthor
    1-Visitor
    May 23, 2014