Can you give us an example? I don’t see anything like that (sitting right at the bottom.) in your blog linked by the name.
Using css is best and giving a margin for the bottom of the area you need. But if css isn’t your thing, there is another way – non-breaking spaces.
<br />
<br />
<br />
Continue that to make as many blank lines as you need.
Thread Starter
dalby
(@dalby)
Hi Moshu,
In my last post on my site, I have actually put in white periods after the bottom line with words to create the blank lines. In the second last post, I don’t always like the way the last written line sits just above the Posted by line.
Thanks to both of you and will learn a little more about CSS and in the meantime I will use the non-breaking line.
Cheers.
@pods:
When I want newline insertion, I find that the following works sufficiently well:
Having said that, another way to achieve a fixed size break is to create a box of height X. It’s robust to zooming.