I want to show some xml value in a div tag.
I use xmp html tag.
But sometimes my xml value consists of several lines,How can I add scroll bar for showing all lines.
thanks.
I want to show some xml value in a div tag. I use xmp
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the tag
<xmp>is since HTML 3.0 deprecated. From HTML 4.0 you can use the<pre>tag to pre-formatted your content. if your want to display some source code you include the<code>within your divyou leave the sizing of your content to
<div>and the formatting to<pre>and<code>