pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

HTML pastebin - collaborative debugging tool View Help


Posted by fredck on Fri 4 Jul 06:38
report abuse | View followups from Anonymous | download | new post

  1. <div style="border: 1px solid red;">
  2.         <p>Para 1</p>
  3.         <p>Para 2</p>
  4. </div>
  5. <p>Para 3</p>
  6.  
  7. When selecting "Para 2" and "Para 3" we have this results:
  8.  
  9. <div style="border: 1px solid blue;">
  10.         <p>Para 1</p>
  11.         <p>Para 2</p>
  12.         <p>Para 3</p>
  13. </div>
  14.  
  15. Shouldn't it be:
  16.  
  17. <div style="border: 1px solid red;">
  18.         <p>Para 1</p>
  19.         <div style="border: 1px solid blue;">
  20.                 <p>Para 2</p>
  21.         </div>
  22. </div>
  23. <div style="border: 1px solid blue;">
  24.         <p>Para 3</p>
  25. </div>

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post