Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.99 KB | None | 0 0
  1. <!--
  2. YOUR CODE
  3. -->
  4. <h2><span style="color: #00725c;">Locations</span></h2>
  5. <table class="MsoNormalTable" style="width: 430.5pt;" border="0" cellspacing="0" cellpadding="0" width="574">
  6. <tbody>
  7. <tr style="height: 15.75pt;">
  8. <td style="padding: 0in; width: 143.5pt; height: 15.75pt; background-color: transparent; border: medium none #e0dfe3;" width="118" valign="top"><span style="font-size: 10pt; color: #00725c;"><span>Main Campus; 2911 South 4th Street; Louisville, KY 40208</span></span></td>
  9. <td style="padding: 0in; width: 143.5pt; height: 15.75pt; background-color: transparent; border: medium none #e0dfe3;" width="118" valign="top">< span style="font-size: 10pt"><span> ESL School; 2222 West Market Street; Louisville, KY 40212</span></td>
  10. <td style="padding: 0in; width: 143.5pt; height: 15.75pt; background-color: transparent; border: medium none #e0dfe3;" width="118" valign="top"><strong><span style="font-size: 10pt;"><span>Sister Visitor Center; 2235 West Market Street; Louisville, KY 40212</span></span></strong></td>
  11. </tr>
  12. <h3>Do you have a question about Catholic Charities? Please take a moment to contact us.</h3>
  13. <p style="text-align: center;">[contact-form 1 "Contact form 1"]</p>
  14. </tbody>
  15. </table>
  16.  
  17.  
  18.  
  19. <!-- zrs code -->
  20. <h2><span style="color: #00725c;">Locations</span></h2>
  21.  
  22. <div id="contact_container">
  23.     <div id="contact_left">
  24.         Main Campus; 2911 South 4th Street; Louisville, KY 40208
  25.     </div>
  26.     <div id="contact_middle">
  27.         ESL School; 2222 West Market Street; Louisville, KY 40212
  28.     </div>
  29.     <div id="contact_right">
  30.         Sister Visitor Center; 2235 West Market Street; Louisville, KY 40212
  31.     </div>
  32. </div>
  33.  
  34. /**********************************************
  35. * ZRS 11.05.2010 - Contact Form Styling
  36. **********************************************/
  37. #contact_container {
  38.     width:auto;
  39.     font-size: 10pt;
  40.     color: #00725c;
  41.     }
  42. #contact_left {
  43.     float:left;
  44.     width:30%;
  45.     }
  46. #contact_middle {
  47.     float:left;
  48.     margin:0 10px;
  49.     width:30%;
  50.     }
  51. #contact_right {
  52.     float:right;
  53.     width:30%;
  54.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement