Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter innovations

    (@innovations)

    I was using the editing program CKeditor, and I thought that may have been part of the issue. I took out the <p> tags in the text editor, but the problem persisted. Once I deactivated the CKeditor plugin, all my extra whitespace went away, so that was a plus.

    Here is my code now.

    <tr>
    <td style="text-align: right; vertical-align: top; width: 125px;" rowspan="1"><img style="width: 125px; height: 240px;" src="https://healthworksmedical.com/wp-content/uploads/2013/06/Jennie.jpg" alt="" /></td>
    <td style="text-align: left; vertical-align: top;">[expand title="Jennie Morehead"]
    <table border="0" width="324" cellspacing="1" cellpadding="1">
    <tbody>
    <tr>
    <td>
    <h5>EDUCATION</h5>
    Murray State University, MS Environmental Safety & Health, 1995
    
    Murray State University, BS Occupational Safety & Health, 1992
    
    PROFESSIONAL CERTIFICATIONS
    
    American Heart Association Instructor - 2010-Present
    
    ASSOCIATION MEMBERSHIPS
    
    American Society of Safety Engineers - 1989-Present
    
    Associated General Contractors - 1996-Present
    
    PROFESSIONAL EXPERIENCE
    
    Adjunct Professor, Murray State University
    
    Department of Occupational Safety & Health
    
    President/CEO, Safety & Health Enterprises, Inc.
    
    1996-2013
    
    Safety and Health Director, West Kentucky Construction Association Chapter of the Associated General Contractors of America
    
    1994-1996
    
    Safety and Health Director, Bremner, Inc. a Division of Ralston Purina
    
    1992-1994
    
    Jr. Safety and Health Officer, Morsey Inc. Mechanical Contractors, Vanguard Contractors
    
    1988-1991</td>
    </tr>
    </tbody>
    </table>
    [/expand]</td>
    </tr>

    Again, thanks for your help!

    Thread Starter innovations

    (@innovations)

    Sorry, it is kind of a mess. I am using the shortcode method I believe.

    <tr>
    							<td rowspan="1" style="text-align: right; vertical-align: top; width: 125px;">
    								<img alt="" src="https://healthworksmedical.com/wp-content/uploads/2013/06/Jennie.jpg" style="width: 125px; height: 240px;" />
    							</td>
    							<td style="text-align: left; vertical-align: top;">
    								<p>
    									[expand title="Jennie Morehead"]
    								</p>
    
    								<table border="0" cellpadding="1" cellspacing="1" width="324">
    									<tbody>
    										<tr>
    											<td>
    												<h5>
    													EDUCATION
    												</h5>
    
    												<p>
    													Murray State University, MS Environmental Safety & Health, 1995<br />
    													Murray State University, BS Occupational Safety & Health, 1992<br />
    													PROFESSIONAL CERTIFICATIONS
    												</p>
    
    												<p>
    													American Heart Association Instructor - 2010-Present<br />
    													ASSOCIATION MEMBERSHIPS
    												</p>
    
    												<p>
    													American Society of Safety Engineers - 1989-Present<br />
    													Associated General Contractors - 1996-Present<br />
    													PROFESSIONAL EXPERIENCE
    												</p>
    
    												<p>
    													Adjunct Professor, Murray State University<br />
    													Department of Occupational Safety & Health
    												</p>
    
    												<p>
    													President/CEO, Safety & Health Enterprises, Inc.<br />
    													1996-2013
    												</p>
    
    												<p>
    													Safety and Health Director, West Kentucky Construction Association Chapter of the Associated General Contractors of America<br />
    													1994-1996
    												</p>
    
    												<p>
    													Safety and Health Director, Bremner, Inc. a Division of Ralston Purina<br />
    													1992-1994
    												</p>
    
    												<p>
    													Jr. Safety and Health Officer, Morsey Inc. Mechanical Contractors, Vanguard Contractors<br />
    													1988-1991
    												</p>
    											</td>
    										</tr>
    									</tbody>
    								</table>
    
    								<p>
    									[/expand]
    								</p>
    							</td>
    						</tr>

    Thanks for the quick response and your help!

Viewing 2 replies - 1 through 2 (of 2 total)