function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TheCustomCloudTheCustomCloud 

Aligning a button beside a lookup input

Anyone have luck with aligning a button to be beside a lookup input?  

 

The HTML that the lookups generate is causing me issues with everything I try.

 

 

 

 

 

 

Starz26Starz26

have you tried

 

<table>

<tr>

<td style="align: left">button</td>

<td>LOOKUP FIELD</td>

</tr>

</table>

 

out the apex equivelants outputpanel, panelgrid, etc