Left justify name, position, email not work
-
Having problems aligning the name, position, email, etc.
Want this info left justified, but not happening, see results at: OfficersStaff Loop Template has been set to:
[staff_loop]
<table>
<tr>
<td >
<img class=”staff-member-photo” src=”[staff-photo-url]” alt=”[staff-name] : [staff-position]”>
</td>
<td >
<div class=”staff-member-info-wrap”>
[staff-name-formatted]
[staff-position-formatted]
[staff-bio-formatted]
[staff-email-link]
</div>
</td>
</tr>
</table>
[/staff_loop]Have tried <td align=”left”> also have tried <style> td { text-align: left; } </style> in the Staff Page CSS text area.
Get the result as shown. If I use align=”right” then everything does align to the right.
Thanks for the help – Ken
- The topic ‘Left justify name, position, email not work’ is closed to new replies.