Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ SDocs HTML - How to get a field to wrap to next line

Posted by: cornmanz Sep 26 2019, 04:09 PM

I am using SDocs which has an HTML editor for its document templates. It integrates with Salesforce. I know little about HTML.
I have a Special Instructions text field that I want to wrap, but I dont know how to do that.
Can anyone tell me how to insert a word-wrap into this code? All help greatly appreicated

<table border=".5" cellpadding="0" cellspacing="0" class="style1" style="line-height: 20.7999992370605px; width: 699px;" width="50%">
<thead>
<tr>
<th class="style3" colspan="4" scope="col" style="border-color: rgb(0, 0, 0); text-align: left;"><span style="font-size: 12px;"><strong>Special Instructions</strong></span></th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="4" style="border-color: rgb(0, 0, 0);"><span style="font-size:11px;">{{!Order.special_instructions_all__c]}}</span></td>
</tr>
<tr>
<td colspan="4" style="border-color: rgb(0, 0, 0);"><span style="font-size:12px;"><strong>Shipping Instructions -&nbsp;</strong></span><span style="font-size: 11px;">Loading Area ({{!Order.shipping_loading_area__c}}), Acceptance TImes ({{!Order.shipping_acceptance_times__c}}), Advance Notice ({{!Order.shipping_is_advance_notice_required__c}})</span></td>
</tr>
</tbody>
</table>

Posted by: pandy Sep 29 2019, 08:09 PM

I have no idea what SDocs and Salesforce are. What should wrap where and how?

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)