Full Version: Separating Your Signature From Your Post

From: Carl (CSEWELL) [#5]
 12 Apr 2007
To: Harvey only (HARVEY-ONLY) [#4] 12 Apr 2007

A line-break is a line-break in HTML coding. And, according to the W3 organization, THE organizational body of HTML specifications:

quote:
We discourage authors from using empty P elements. User agents should ignore empty P elements.

9.3.2 Controlling line breaks

A line break is defined to be a carriage return ( ), a line feed ( ), or a carriage return/line feed pair. All line breaks constitute white space.


The white space line-break is dependent only on the current font.

From: Harvey only (HARVEY-ONLY) [#6]
 12 Apr 2007
To: Carl (CSEWELL) [#5] 12 Apr 2007

I sit corrected. The code that will work in every instance is:
code:
<p>&nbsp;</p>


It does give a larger space.

From: Carl (CSEWELL) [#7]
 12 Apr 2007
To: Harvey only (HARVEY-ONLY) [#6] 12 Apr 2007

... and two BRs
code:
<BR><BR>

will give more space than one paragraph.
code:
<P>&nbsp;</p>

and save you 5 keystrokes!

From: Harvey only (HARVEY-ONLY) [#8]
 12 Apr 2007
To: Carl (CSEWELL) [#7] 12 Apr 2007

And what are you going to do with those keystrokes you saved? :O)

You are correct.


From: Carl (CSEWELL) [#9]
 12 Apr 2007
To: Harvey only (HARVEY-ONLY) [#8] 12 Apr 2007

quote:
And what are you going to do with those keystrokes you saved?


Save EEtc bandwidth and storage space! Every little 'bit' helps!

From: Harvey only (HARVEY-ONLY) [#10]
 12 Apr 2007
To: Carl (CSEWELL) [#9] 12 Apr 2007

I cannot think of a comeback to that ne, darn.


{Wierd thing happened on my way to reply. I thought I typed a capitol 'I' and jumped to settings or something, back did not work. Maybe I hit ctrl-I or ctrl-shift-I.}


Show messages: All  1-4  5-10

Back to thread list | Login

© 2024 Project Beehive Forum