<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
I'm working on a Skin idea. I want to format the paragraphs, <p></p>, separate from the background. I've discovered some paragraphs in the final markup of the HTML that have no visible content and are still getting the format causing some unwanted visuals.
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
Ex:</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<table>
<tbody>
<tr>
<td><span> <p></span></td>
</tr>
<tr>
<td value="95"></td>
<td><span><a <span>id</span>='<span>trailstart</span>'></span><span></a></span> </td>
</tr>
<tr>
<td value="96"></td>
<td><span></p></span></td>
</tr>
</tbody>
</table>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
Is there a way to force these paragraphs to contain a class type that can be used?</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
To make it more complicated, there are some paragraphs that contain content that also have nothing to distinguish them.</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
Most of the paragraphs have a class type <span style="color: rgb(136, 18, 128); font-family: monospace; font-size: medium; display: inline !important;">
<p </span><span style="font-family: monospace; font-size: medium;">class</span><span style="color: rgb(136, 18, 128); font-family: monospace; font-size: medium; display: inline !important;">='</span><span style="font-family: monospace; font-size: medium;">vspace</span><span style="color: rgb(136, 18, 128); font-family: monospace; font-size: medium; display: inline !important;">'></span>
 which is helpful.</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
These can be see by viewing the code on the <span style="font-family: monospace; font-size: medium; display: inline !important;">
PmWiki:InitialSetupTasks</span> default page.</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
Thank you,</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<span title="">Monte<br>
</div>
</span>
</body>
</html>