 |  |  | Subject: Hey, a little HEEEELLLLPPPP here??!??i? Posted Jul 2, 2005 by ENeerg - aka Whomever
|  | Posting
1
  |  | Alright, now that I have your attention, hopefully experienced h2g2 user, I have a question to pose. I just wrote an entry (incedentally on fake radio of WWII) and when I click "Preveiw" at the bottom, right after </BODY> it says...
</BODY> Body expecting P
I have no idea and/or/also clue what in Jargon's name this means, or how I can stop it, or if it affects me at ALL. I'm going up the wall here (which may be due to the lack of gravity, or stress), so could you please (big, whoooshing breath) HHHHEEEELLLLPPPP MMMMEEEE!!!!!!!!! (HELP ME, please, if you will).
~ENeerg
|
 |  |  | Subject: Hey, a little HEEEELLLLPPPP here??!??i? Posted Jul 2, 2005 by SEF This is a reply to this Posting
|  | Posting
2
  |  | That P stands for paragraph. Usually people get told they need a </P> to close a previously opened paragraph though.
Have you used HTML before (I'm not seeing any entries on your account, GuideML or not)? Are you perhaps mistaking <P> for an end of paragraph break like a line feed or carriage return character? It isn't one. It is a tag which comes in opening and closing pairs enclosing the text of the paragraph.
|
 |  |  | Subject: Hey, a little HEEEELLLLPPPP here??!??i? Posted Jul 2, 2005 by J This is a reply to this Posting
|  | Posting
3
  |  | This means that you used a <P> tag, presumably at the beginning of a paragraph, but didn't use a </P>, which would go at the end of a paragraph.
For every opening tag in GuideML, like <P>, you need a closing tag, like </P>. So every time you see a <P> at the beginning of a paragraph, make sure you use a </P> or you'll get that error message.
|
|