This is the code that you should page at the top of your page in html view for: *All styles are already set and well display on the website. If something is sellected and a font face, color or size is set it will not remain consistent throughout the site *
Simple Contact Box (Main Title, Name, Position, Phone, and Email)
<table align="right" border="0" cellpadding="0" cellspacing="0" style="margin-left:20px; margin-bottom:10px;" width="175">
<tbody>
<tr>
<td align="center" id="right-info" valign="top"><!–start–>
<h3>Contact Information:</h3>
<p><strong>Ari Paskoff</strong><br />
Youth Director<br><br>Tel: (703) 532-2217, ext. 308<br />Cell: (571) 366-0317<br>
(only on days of events)<br>
<br>
<a href="mailto:aleider@templerodefshalom.org">mail@templerodefshalom.org</a></p>
</td>
</tr>
</tbody>
</table>
Multiple Name Contact Box (Mail Title, Main Phone, First Person: Name, Title and ext, Email, Second Person: Name, Title and ext, Email ) *To add more person to the listing copy from <!–person start –> to <!–person end –> and paste it below the last <!–person end –> and before </td>*
<table align="right" border="0" cellpadding="0" cellspacing="0" style="margin-left:20px; margin-bottom:10px;" width="175">
<tbody>
<tr>
<td align="center" id="right-info" valign="top"><!–start–>
<h3>B'nai Mitzvah Contacts:</h3>
<h4>Tel: (703) 123-456</h4>
<!–person start –><p><strong>Name Here</strong><br />
Title Here, ext.123<br />
<a href="mailto:aleider@templerodefshalom.org">mail@templerodefshalom.org</a></p><!–person end –>
<p> </p>
<!–person start –><p><strong>Name Here</strong><br />
Title Here, ext.123<br />
<a href="mailto:aleider@templerodefshalom.org">mail@templerodefshalom.org</a></p><!–person end –>
</td>
</tr>
</tbody>
</table>
Photo Contact Box (Main Title, Photo, Name, Title, Phone, and Email) *You will then have to browse and possibly upload the photo to replace the place holder* *To add more person to the listing copy from <!–person start –> to <!–person end –> and paste it below the last <!–person end –> and before </td>*
<table align="right" border="0" cellpadding="0" cellspacing="0" style="margin-left:20px; margin-bottom:10px;" width="175">
<tbody>
<tr>
<td align="center" id="right-info" valign="top"><!–person start–>
<h3>B'nai Mitzvah Contacts:</h3>
<h4>Tel: (703) 123-456</h4>
<!–person start –><p><strong>Name Here</strong><br />
Title Here, ext.123<br />
<a href="mailto:aleider@templerodefshalom.org">mail@templerodefshalom.org</a></p><!–person end –>
<p> </p>
<!–person start –><p><strong>Name Here</strong><br />
Title Here, ext.123<br />
<a href="mailto:aleider@templerodefshalom.org">mail@templerodefshalom.org</a></p><!–person end –>
</td>
</tr>
</tbody>
</table>
<table align="right" border="0" cellpadding="0" cellspacing="0" style="margin-left:20px; margin-bottom:10px;" width="175">
<tbody>
<tr>
<td align="center" id="right-info" valign="top">
<h3>Contact Information:</h3>
<!–start–>
<div style="padding-bottom: 20px;">
<img class="photobox" style="width: 175px; height: 217px;" src="http://www.templerodefshalom.org/wp-content/uploads/image/coming-soon.jpg" alt="">
</div>
<p><strong>Ari Paskoff</strong><br />
Youth Director<br><br>Tel: (703) 532-2217, ext. 308<br />Cell: (571) 366-0317<br>
(only on days of events)<br>
<br>
<a href="mailto:aleider@templerodefshalom.org">mail@templerodefshalom.org</a></p><!–person end–>
</td>
</tr>
</tbody>
</table>