chomiji: Kitty does not understand!  A kitten snarling, with the word 'wut?' as a caption (kitty - wut)
chomiji ([personal profile] chomiji) wrote in [community profile] style_system2012-11-11 09:12 pm

Extra Vertical White Space/Line Space in DW Posts

Hello! I code HTML by hand. Basic like paragraph breaks and so on are pretty automatic for me (I do this in my day job too).

Whenever I code an entry using paragraph tags, blockquotes, or div - basically, the div-level containers - I get large clusters of white space at the bottom of my entry.

You can see this here: I wanted to use the blockquote tag to set off artist E.K. Weaver's comments about her feed of the "TJ and Amal" webcomic. I should be able to get normal spacing with paragraphs within the blockquote, but because of previous experiences with paragraphs, I used double line breaks, which usually works.

But, as you can see, there still is a huge block of white space between the end of the blockquote and the last sentence of the blog entry. If I remove the blockquote tags, the spacing closes up normally. But then I would not be able to set off Weaver's remarks from my own comments.

Does anyone recognize what's up with this?

I'm using the Sunday Morning layout, and I have done basic customization of the colors and the graphic, but I have not added any CSS to the template.

foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)

[personal profile] foxfirefey 2012-11-12 03:05 am (UTC)(link)
Have you tried putting your post inside <raw-code>? For more info see this FAQ:

http://www.dreamwidth.org/support/faqbrowse?faqid=134

The beta entry page doesn't have a disable auto-formatting section, yet. I think they're holding to figure out how to integrate Markdown in.
ardath_rekha: (Default)

[personal profile] ardath_rekha 2012-11-12 03:31 am (UTC)(link)
Are you also coding your individual line breaks within the blockquote? If so, you might want to try using <br /> instead of just <br>. I pulled up the page source and it appears that the system is erroneously attempting to "close" the tags with a whole bunch of added </br>s at the end, which browsers are then reinterpreting as additional line breaks.

See if maybe changing your line breaks to include the / clears it up. If you hadn't actually added any line breaks to your text at all, then the problem might be somewhere else.
momijizukamori: Green icon with white text - 'I do believe in phosphorylation! I do!' with a string of DNA basepairs on the bottom (Default)

[personal profile] momijizukamori 2012-11-12 05:43 am (UTC)(link)
Are you checking 'Disable auto-formatting' when you post?
momijizukamori: Jyuushirou Ukitake from Bleach, grinning happily (Ukitake | niko niko)

[personal profile] momijizukamori 2012-11-12 06:23 pm (UTC)(link)
Aha! Glad you got it sorted. 'Don't autoformat' seemed like it might be a culprit, so I thought it was worth mentioning *g*