Box in entry, What's the code? |
Box in entry, What's the code? |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jul 2005 Member No: 188,232 ![]() |
Hey, Can someone tell me the code to get a box in your entry with a scrollbar? Like this ... Example.
Thanks for the help. Always, Ashley |
|
|
![]() |
![]()
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 ![]() |
here is to make the border:
CODE <style type="text/css"> table.blogbody {border: 2px solid #FF33FF; width: 400px;}</style> edit your likes. And as for the scrollbar, you use this code. Make sure when you make your entry you press "edit html" and replace TEXT HERE with the text/images you'd like. :) CODE <DIV id=scroll3 style=" OVERFLOW: auto; WIDTH: 300px; HEIGHT: 100px">TEXT HERE <img src="url"></div> You may also change the width & height. |
|
|
![]() ![]() |