Jump to content

Putting userinfo into a blog / scroll box. Help.


Alishkah

Recommended Posts

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.

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...