inherit
193492
0
Jun 29, 2014 4:43:41 GMT -8
Lethallan
32
April 2013
lethallan
|
Post by Lethallan on May 24, 2013 11:48:56 GMT -8
EalorenI'm trying to add a scroll box code to my thread below contacts. However, when I try to get it centered it breaks and just refuses to be fixed. Not sure what else I can try since I'm weak when it comes to HTML. So, anything anyone can do to help would be awesome. [div style="height:120px;width:375px;overflow:scroll;border:1px solid #0ADA0A;">You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box.[/div]
|
|
Former Member
inherit
guest@proboards.com
190666
0
Nov 22, 2024 0:00:54 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on May 25, 2013 17:11:28 GMT -8
EalorenI'm trying to add a scroll box code to my thread below contacts. However, when I try to get it centered it breaks and just refuses to be fixed. Not sure what else I can try since I'm weak when it comes to HTML. So, anything anyone can do to help would be awesome. [div style="height:120px;width:375px;overflow:scroll;border:1px solid #0ADA0A;">You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box.[/div]
you had a > closing the style rather then a ] as well as 'overflow:scroll;' is 'overflow: auto;' to get the scrolling to work. i added more text to show you. You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box. You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box. You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box. [div style="height:120px;width:375px;overflow:auto;border:1px solid #0ADA0A;"]You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box. You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box. You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box.[/div]
|
|
inherit
168135
0
Feb 24, 2020 20:22:37 GMT -8
kaitiebelle
4
June 2011
kaitiebelle
|
Post by kaitiebelle on Dec 22, 2013 17:17:47 GMT -8
Just have to say this was soooo helpful!
|
|