Peachalicious
02-03-2003, 07:58 PM
Hi! Im trying to set up a journal using moveable type, I dont know if anyone is familar with it but anyways.. I published it to my site and there is an extra space between each line. I know using divs can cause that but in some of the cases, there isnt a div involved. Ive tried removing all the divs even and I cant get the lines to run together or anything. Does anyone know what can cause this?
Here is my code:
<MTEntries>
<$MTEntryTrackbackData$>
<br>
<div class="margin"><MTDateHeader>
<div class="title">
<$MTEntryDate format="%x"$>
</div>
</MTDateHeader>
</div>
<br>
<p class="margin">
<b><$MTEntryTitle$></b>
<div class="margin"><$MTEntryBody$></div>
<div class="margin"><div class="tinytext">Posted by <$MTEntryAuthor$> @ <$MTEntryDate format="%X"$> <MTEntryIfAllowComments>
| <a href="<$MTCGIPath$><$MTCommentScript$>?entry_id=<$MTEntryID$>" onclick="OpenComments(this.href); return false">Comments (<$MTEntryCommentCount$>)</a>
</MTEntryIfAllowComments></div></div>
</p>
</MTEntries>
and here is my page so you can see what its doing:
http://beautifuldisaster.net/blog/index.html
Here is my code:
<MTEntries>
<$MTEntryTrackbackData$>
<br>
<div class="margin"><MTDateHeader>
<div class="title">
<$MTEntryDate format="%x"$>
</div>
</MTDateHeader>
</div>
<br>
<p class="margin">
<b><$MTEntryTitle$></b>
<div class="margin"><$MTEntryBody$></div>
<div class="margin"><div class="tinytext">Posted by <$MTEntryAuthor$> @ <$MTEntryDate format="%X"$> <MTEntryIfAllowComments>
| <a href="<$MTCGIPath$><$MTCommentScript$>?entry_id=<$MTEntryID$>" onclick="OpenComments(this.href); return false">Comments (<$MTEntryCommentCount$>)</a>
</MTEntryIfAllowComments></div></div>
</p>
</MTEntries>
and here is my page so you can see what its doing:
http://beautifuldisaster.net/blog/index.html