I have a page that is placing returns before the EE channel code which will call the field data. Here is the code:
{exp:channel:entries channel="jobop" status="cert"}
<ul>
<li><b>{job_title}</b>{incentive}
Date: {date_details} Location: {job_location}
Contact Info:{contact_info}</li>
<hr>
</ul>
{/exp:channel:entries}I want the date and location to display on the same line but it puts the info below the text Date: and Location:. I think this is something very simple but I am scratching my head over it.
Thanks!!