How to Make Space Between My Text & Scrollbar in Dreamweaver
- 1). Launch the Adobe Dreamweaver program and open the HTML file you want to modify.
- 2). Place your text cursor just above the area of text that you want to customize.
- 3). Type <div style="overflow: auto; padding: #px;"> into the HTML code and replace "#" with the number of pixels of space you want to add between your text and the section's scrollbar.
- 4). Place your text cursor just after the end of the text you want to include in the "div."
- 5). Type "</div>" into the HTML code to close the "div" element.
- 6). Save the changes and upload the HTML code to your Web server. If you want to change the amount of space between the text and scrollbar, you can simply open the HTML document and enter a new pixel value in the "div" element.