786snow
Programmer
- Nov 12, 2006
- 75
Hi,
I see this code
This is a string which will be used for sending an email. My question is why are the using \n?
I see this code
Code:
public static String ETRADE_APP_RECEIVED_WELCOME_MESSAGE_PART1
=
"<html>\n" +
"<body>\n" +
"<p align=\"center\"><b>Welcome to Gooty</b></p>\n" +
"<br>" +
"<p>Hello,</p>" +
"<p>Congratulations and welcome to Gooty</p>\n" +
"<p>Our trading and investing solutions combine our very best in
design, technology and product innovation to give investors like you one of
the most compelling combinations of price, product and service.</p>\n" +
"<p>Our new clear and simple pricing offers extraordinary value
unmatched by the competition. Finally U.S.-style pricing has come to
Gooty</p>\n";
This is a string which will be used for sending an email. My question is why are the using \n?