View Single Post
Old Feb 24th, 2006, 8:45 AM   #3
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Use <br/> if you want a new line presentationally (as rendered by the browser for the client). If your concern is a new line in source view, than the newline should work for you.

Sorry the other code didn't work for you, but I intentionally tried to clarify your request up front, and you agreed it was correct. Presenting your issues clearly is something you need to work on.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote