In our quote templates, some sites have very specific site terms where logos have to be displayed in the Quote. Currently, the Site terms are in a Text field (Site_Information__C) that gets pulled into the quote based on the SiteID.
I created a Rich Text Field for the new terms that require logos/jpg and inserted an image of the terms for a specific site. Now while some sites require jpgs and logos, other sites only have text in the field.
The challenge is:
Replace the text field “Site_Information” in the visual force page reference with the new rich text field and get the image to display OR the Rich text for sites where logos are not required.
Any help would be greatly appreciated. Thanks
This is the current code for the VF page that references the text field: 
</apex:outputPanel> <block font-size="9px" text-align="left" border-after-style="solid" border-after-width="2px" border-after-color="#000000"> {!HTMLENCODE(siteById[site].**Site_Information__c**)} </block> </block> 