Additional HTML
-
Here’s my code: `<div class=”physicians”>
<div class=”phybox” id=”post-9226″><span><a href=”https://providers.keckmedicine.org/provider/Vaughn+A.+Starnes/205280″><img src=”https://www.keckmedicine.org/wp-content/uploads/2013/11/Starnes.jpg”>view profile</a></span><span><div class=”title_FAD”><a href=”https://providers.keckmedicine.org/provider/Vaughn+A.+Starnes/205280″><h1>Vaughn A. Starnes, MD</h1></a><p class=”chair-title”>Chair, Department of Surgery</p><span class=”fad-btn top-fad-btn leadership”><a class=”fadBtn” href=”/request-an-appointment/?physician=Vaughn A. Starnes, MD”>Appointment Request</a></span></div>
<div class=”clearfix”></div>
<h2>Practicing Locations</h2>
Children’s Hospital Los Angeles<br>
Keck Hospital of USC<br>
USC Healthcare Center 2<br>
USC Norris Comprehensive Cancer Center and Hospital</span></div></div>`Here’s what WP keeps displaying `<div class=”physicians”>
<div class=”phybox” id=”post-9226″><span><a href=”https://providers.keckmedicine.org/provider/Vaughn+A.+Starnes/205280″><img src=”https://www.keckmedicine.org/wp-content/uploads/2013/11/Starnes.jpg”>view profile</a></span><span><p></p>
<div class=”title_FAD”><a href=”https://providers.keckmedicine.org/provider/Vaughn+A.+Starnes/205280″><p></p>
<h1 data-fontsize=”17″ data-lineheight=”18″>Vaughn A. Starnes, MD</h1>
</a><p><a href=”https://providers.keckmedicine.org/provider/Vaughn+A.+Starnes/205280″></a></p>
<p class=”chair-title”>Chair, Department of Surgery</p>
<p><span class=”fad-btn top-fad-btn leadership”><a class=”fadBtn” href=”/request-an-appointment/?physician=Vaughn A. Starnes, MD”>Appointment Request</a></span></p></div>
<div class=”clearfix”></div>
<h2 data-fontsize=”13″ data-lineheight=”15″>Practicing Locations</h2>
<p>Children’s Hospital Los Angeles<br>
Keck Hospital of USC<br>
USC Healthcare Center 2<br>
USC Norris Comprehensive Cancer Center and Hospital</p></span></div>
</div>`It’s adding extra <p> and <br> tags which completely screws up my layout. Is there anyway I can force these extras to be ignored?
- The topic ‘Additional HTML’ is closed to new replies.