Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to make scroll in source code to view content within the page.
Posted
Comments
Sandeep Mewara 30-Apr-11 12:34pm    
"scroll in source code "
Can you elaborate?
Jayanthi-SE 2-May-11 2:05am    
If we want to give more paragraphs in one page without navigate to next page that time we can use scroll bar to <div>. I got answer to this. Thanks for ur cooperation.

1 solution

XML
<div id="div1" style="overflow:scroll; width:1000px; height:500px;" >
<table width="1000px;" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
Our Content goes here
</td>
</tr>
</table>
</div>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900