Friday 16 May 2003 5:26:25 am
Look at the stylesheet you are using. If using the standard core.css you will see lines like: /* REGULAR PARAGRAPHS */
p
{
padding-top: 0.5ex;
padding-bottom: 0.5ex;
margin: 0px; } Adjusting or overriding these may help. From what i remember the html the ezxmltags insert will use the css from core.css Also look at the html source being produced. This will help to show exactly what html code and css tags (or lack of) are being applied, then look through the css file. Hope this helps Paul
|