Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Jay99
468 Posts |
Posted - 2002-03-14 : 16:17:28
|
What is the best way to copy code from sqlteam.com to qa when the original poster used the code tags? When I do it, the formatting is lost . . .Jay |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-03-14 : 16:19:10
|
If you use the "Reply with quote" option, the code will appear in the text box with a normal format. Copy it out from the box and cancel your reply.You're not alone on that one! :) |
|
|
Jay99
468 Posts |
Posted - 2002-03-14 : 16:26:05
|
quote: If you use the "Reply with quote" option, the code will appear in the text box with a normal format. Copy it out from the box and cancel your reply.You're not alone on that one! :)
Jay |
|
|
Doug G
Constraint Violating Yak Guru
331 Posts |
Posted - 2002-03-15 : 23:13:03
|
Sometime back the CR-LF was replaced with just LF to be *nix compatible. Many MS programs don't do well with just LF codes. You can get around it by pasting to Wordpad and saving as text, Wordpad is smart enough to do LF line breaks.IMHO this was a case of shifting a problem from the smaller user base to the larger user base in the name of cross-system compatibility ======Doug G====== |
|
|
|
|
|