次のコードを変更して、タイトル文字列の値を2行に分割するにはどうすればよいですか?センターアラインも機能していないようです。私は何かが足りないのですか?
@{
Html.RenderAction(
"GenericPopupPartial",
"Shared",
new {
containerName = "registerSuccess",
BodyHtml = Model.MessageSent,
Title = "Thank you for registering! Our representatives will review your request and email you with access to our product section shortly."
}
);
}
<a class="fbox1" id="registerSuccess-link" href="#registerSuccess" style="display: none; text-align:center;"></a>
次のように出力します。
登録していただきありがとうございます!当社の担当者がお客様のリクエストを確認し、まもなく当社の製品セクションにアクセスできるようにメールでお知らせします。