Alishkah Posted January 12, 2013 Share Posted January 12, 2013 Can anyone help? :/ This post has been edited by a member of staff (hrtbrk) because of a violation of the forum rules. Please keep your posts at 7 words or above. Please check your user inbox to see if you have been contacted regarding this incident, then review our rules. Quote Link to comment Share on other sites More sharing options...
~Xandria Posted January 12, 2013 Share Posted January 12, 2013 When I had a scroll box on my look-up I used google to search 'scroll box for myspace' and tried out all the different ones until I found on that I liked. or you can also type in 'scroll box generator' and it will give you the code. I hope that helps you out some! Quote Link to comment Share on other sites More sharing options...
NeuroticRequiem Posted January 12, 2013 Share Posted January 12, 2013 I love to code. If you are looking to put a scroll box this is the code you would use CSS: <style> #abt { left: 680px; top: 120px; width: 400px; height: 400px; overflow: auto; text-align: left; } </style> All the numbers can be changed to the desired location as well as size. HTML <div id="abt"> ALL YOUR BLOG INFO/ABOUT GOES HERE. </div> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.