How do I specify that when the text wraps on to a second line, it becomes indented? Thanks in advance!John<apex:outputText >
A. Item A and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent?
</apex:outputText>
<br/>
<br/>
<apex:outputText >
B. Item B and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent?
</apex:outputText>
<br/>
<br/>
<apex:outputText >
C. Item C and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent?
</apex:outputText>
<br/>
<br/>
<apex:outputText >
D. Item D and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent?
</apex:outputText>
1 risposta
Hi John,Let me know, if this is helphful---------------------------------------------<apex:page ><head><style>.letterList{list-style-type: upper-alpha;}</style></head><ol class="letterList" type="a"><li>Item A and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent? A. Item A and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent? A. Item A and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent?</li><li>Item A and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent? A. Item A and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent? A. Item A and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent?</li><li>Item A and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent? A. Item A and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent? A. Item A and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent?</li><li>Item A and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent? A. Item A and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent? A. Item A and corresponding text, this could wrap into a second, third, fourth, etc line. How can I make the lines indent?</li></ol> </apex:page>-----------------------------------------------Output: